github.com/sagernet/sing-tun@v0.3.0-beta.5/stack_system_nonwindows.go (about) 1 //go:build !windows 2 3 package tun 4 5 func fixWindowsFirewall() error { 6 return nil 7 }