mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
7 lines
82 B
Go
7 lines
82 B
Go
//go:build !windows
|
|
|
|
package tun
|
|
|
|
func fixWindowsFirewall() error {
|
|
return nil
|
|
}
|