mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-29 15:03:45 +00:00
tcp ygg-over-ygg debug logging
This commit is contained in:
@@ -407,6 +407,7 @@ func (t *tcp) handler(sock net.Conn, incoming bool, options tcpOptions) {
|
|||||||
if laddr.IsValid() || lsubnet.IsValid() {
|
if laddr.IsValid() || lsubnet.IsValid() {
|
||||||
// The local address is with the network address/prefix range
|
// The local address is with the network address/prefix range
|
||||||
// This would route ygg over ygg, which we don't want
|
// This would route ygg over ygg, which we don't want
|
||||||
|
t.link.core.log.Debugln("Dropping ygg-tunneled connection", local, remote)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user