mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03: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
|