chg: [[publicdns] update the golden list

pull/193/head
Alexandre Dulaunoy 2021-09-23 10:50:09 +02:00
parent 5b792f577f
commit 40b8d3834a
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from typing import List, Tuple
from generator import download_to_file, get_version, write_to_file, get_abspath_source_file
golden_servers_ipv4 = ['9.9.9.9', '8.8.8.8']
golden_servers_ipv4 = ['9.9.9.9', '8.8.8.8', '1.0.0.1', '1.1.1.3', '8.8.4.4']
def process(ipv4: List, ipv6: List, hostname: List):