package netx import ( `net/netip` ) var ( ip4In6Legacy netip.Prefix = netip.MustParsePrefix("::/96") ip4In6Modern netip.Prefix = netip.MustParsePrefix("::ffff:0:0/96") )