Fix windows firewall for system stack
This commit is contained in:
parent
209ec123ca
commit
6999634511
4 changed files with 88 additions and 25 deletions
7
system_nonwindows.go
Normal file
7
system_nonwindows.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//go:build !windows
|
||||
|
||||
package tun
|
||||
|
||||
func fixWindowsFirewall() error {
|
||||
return nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue