Fix tproxy inbound

This commit is contained in:
世界
2022-07-22 16:18:56 +08:00
parent 7bc7b72c61
commit bcdf71deb3
3 changed files with 9 additions and 21 deletions

View File

@@ -12,10 +12,6 @@ func TProxy(fd uintptr, isIPv6 bool) error {
return os.ErrInvalid
}
func TProxyUDP(fd uintptr, isIPv6 bool) error {
return os.ErrInvalid
}
func GetOriginalDestinationFromOOB(oob []byte) (netip.AddrPort, error) {
return netip.AddrPort{}, os.ErrInvalid
}