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