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