mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 11:44:13 +08:00
7 lines
132 B
Go
7 lines
132 B
Go
package sniff
|
|
|
|
import _ "unsafe" // for linkname
|
|
|
|
//go:linkname IsDomainName net.isDomainName
|
|
func IsDomainName(domain string) bool
|