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