mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-12-01 10:56:38 +00: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
|