mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-18 14:20:28 +00:00
8 lines
112 B
Go
8 lines
112 B
Go
//go:build !linux
|
|
|
|
package main
|
|
|
|
func authorizeDisableInsecureMode(identity peerIdentity) error {
|
|
return nil
|
|
}
|