github.com/MerlinKodo/sing-tun@v0.1.15/stack_system_nonwindows.go (about)

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