pub type Ip6Range = Range<u128>;
IPv6 range / IPv6 范围
pub struct Ip6Range { pub start: u128, pub end: u128, }
start: u128
end: u128