chg: [dns] add 1.1.1.1 as golden

pull/218/head
Alexandre Dulaunoy 2022-09-09 16:22:54 +02:00
parent 6884002f48
commit 70733ad25b
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', '1.0.0.1', '1.1.1.3', '8.8.4.4']
golden_servers_ipv4 = ['9.9.9.9', '8.8.8.8', '1.0.0.1', '1.1.1.3', '8.8.4.4', '1.1.1.1']
def process(ipv4: List, ipv6: List, hostname: List):