mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-16 10:06:05 +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() {
|
||||
// The local address is with the network address/prefix range
|
||||
// This would route ygg over ygg, which we don't want
|
||||
t.link.core.log.Debugln("Dropping ygg-tunneled connection", local, remote)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user