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