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