mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
7 lines
158 B
Go
7 lines
158 B
Go
//go:build !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows
|
|
|
|
package control
|
|
|
|
func ReuseAddr() Func {
|
|
return nil
|
|
}
|