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