github.com/metacubex/sing-tun@v0.2.7-0.20240512075008-89e7c6208eec/stack_system_nonwindows.go (about)

     1  //go:build !windows
     2  
     3  package tun
     4  
     5  func fixWindowsFirewall() error {
     6  	return nil
     7  }