mirror of
https://github.com/go-i2p/go-gitlooseleaf.git
synced 2025-06-30 08:22:14 -04:00
unset anonymity for this case
This commit is contained in:
@ -7,5 +7,8 @@ import (
|
||||
)
|
||||
|
||||
func Dial(network, addr string) (net.Conn, error) {
|
||||
if metadialer.ANON {
|
||||
metadialer.ANON = false
|
||||
}
|
||||
return metadialer.Dial(network, addr)
|
||||
}
|
||||
|
Reference in New Issue
Block a user