mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-06 05:17:38 +03:00
9 lines
147 B
Go
9 lines
147 B
Go
package metadata
|
|
|
|
type Family = byte
|
|
|
|
const (
|
|
AddressFamilyIPv4 Family = 0x01
|
|
AddressFamilyIPv6 Family = 0x04
|
|
AddressFamilyFqdn Family = 0x03
|
|
)
|