thanks clod!

This commit is contained in:
JackDoan
2026-02-26 10:26:16 -06:00
parent a881e4fdf8
commit 34e817742b

View File

@@ -97,7 +97,7 @@ func (t *tun) Networks() []netip.Prefix {
}
func (t *tun) UnsafeNetworks() []netip.Prefix {
return t.UnsafeNetworks()
return t.unsafeNetworks
}
func (t *tun) UnsafeIPv4OriginAddress() netip.Prefix {