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