58556d7281
ADDED: * netx.IsPub * encodingx/hexx Rest are mostly small corrections and docs
11 lines
175 B
Go
11 lines
175 B
Go
package netx
|
|
|
|
import (
|
|
`net/netip`
|
|
)
|
|
|
|
var (
|
|
ip4In6Legacy netip.Prefix = netip.MustParsePrefix("::/96")
|
|
ip4In6Modern netip.Prefix = netip.MustParsePrefix("::ffff:0:0/96")
|
|
)
|