defaultAddresses property
Implementation
static final List<UAddressCheckOptions> defaultAddresses = List<UAddressCheckOptions>.unmodifiable(
<UAddressCheckOptions>[
UAddressCheckOptions(InternetAddress("1.1.1.1", type: InternetAddressType.IPv4)),
UAddressCheckOptions(InternetAddress("2606:4700:4700::1111", type: InternetAddressType.IPv6)),
UAddressCheckOptions(InternetAddress("8.8.4.4", type: InternetAddressType.IPv4)),
UAddressCheckOptions(InternetAddress("2001:4860:4860::8888", type: InternetAddressType.IPv6)),
UAddressCheckOptions(InternetAddress("208.67.222.222", type: InternetAddressType.IPv4)),
UAddressCheckOptions(InternetAddress("2620:0:ccc::2", type: InternetAddressType.IPv6)),
],
);