mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +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
|