mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-06 01:07:03 +08:00
Fix: import missing
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
package dialer
|
package dialer
|
||||||
|
|
||||||
|
import "syscall"
|
||||||
|
|
||||||
func setSocketOptions(network, address string, c syscall.RawConn, opts *Options) error {
|
func setSocketOptions(network, address string, c syscall.RawConn, opts *Options) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user