Skip to content

Commit 58e14e4

Browse files
committed
Switch to quad9 DNS.
1 parent fc00231 commit 58e14e4

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

examples/api_usage/advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from PyFunceble import DomainAndIPAvailabilityChecker, URLAvailabilityChecker
66

7-
SUBJECTS = ["google.com", "github.com", "example.org", "8.8.8.8", "8.8.4.4"]
7+
SUBJECTS = ["google.com", "github.com", "example.org", "9.9.9.10", "149.112.112.10"]
88

99

1010
if __name__ == "__main__":

tox_run.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ commands =
1717
public-suffix-pyfunceble
1818
clean-pyfunceble --all
1919
PyFunceble -v
20-
PyFunceble -t 3 -ex -d github.com --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical
21-
PyFunceble -t 3 -ex -s -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical
22-
PyFunceble -t 3 -ex --syntax -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical
23-
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --plain --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical
24-
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical # Normally, all inactive are not tested anymore.
25-
PyFunceble -t 3 -ex --inactive-db -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical # And they will be retested.
26-
PyFunceble -t 3 -ex --inactive-db --filter ".info$" -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical # Only .info domains should be tested.
27-
PyFunceble -t 3 -ex --adblock -a -f {toxinidir}/examples/lists/adblock --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical
28-
PyFunceble -t 3 -ex -f https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts --dns 8.8.8.8 8.8.4.4 --dots --logging-level critical
20+
PyFunceble -t 3 -ex -d github.com --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical
21+
PyFunceble -t 3 -ex -s -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical
22+
PyFunceble -t 3 -ex --syntax -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical
23+
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --plain --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical
24+
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical # Normally, all inactive are not tested anymore.
25+
PyFunceble -t 3 -ex --inactive-db -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical # And they will be retested.
26+
PyFunceble -t 3 -ex --inactive-db --filter ".info$" -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical # Only .info domains should be tested.
27+
PyFunceble -t 3 -ex --adblock -a -f {toxinidir}/examples/lists/adblock --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical
28+
PyFunceble -t 3 -ex -f https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts --dns 9.9.9.10 149.112.112.10 --dots --logging-level critical
2929
python {toxinidir}/examples/api_usage/basic.py
3030
python {toxinidir}/examples/api_usage/basic_syntax.py
3131
python {toxinidir}/examples/api_usage/advanced.py

tox_run_mariadb.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ commands =
1818
public-suffix-pyfunceble
1919
clean-pyfunceble --all
2020
PyFunceble -v
21-
PyFunceble -t 3 -ex -d github.com --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical
22-
PyFunceble -t 3 -ex -s -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical
23-
PyFunceble -t 3 -ex --syntax -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical
24-
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --plain --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical
25-
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical # Normally, all inactive are not tested anymore.
26-
PyFunceble -t 3 -ex --inactive-db -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical # And they will be retested.
27-
PyFunceble -t 3 -ex --inactive-db --filter ".info$" -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical # Only .info domains should be tested.
28-
PyFunceble -t 3 -ex --adblock -a -f {toxinidir}/examples/lists/adblock --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical
29-
PyFunceble -t 3 -ex -f https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts --dns 8.8.8.8 8.8.4.4 --dots --database-type mariadb --logging-level critical
21+
PyFunceble -t 3 -ex -d github.com --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical
22+
PyFunceble -t 3 -ex -s -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical
23+
PyFunceble -t 3 -ex --syntax -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical
24+
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --plain --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical
25+
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical # Normally, all inactive are not tested anymore.
26+
PyFunceble -t 3 -ex --inactive-db -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical # And they will be retested.
27+
PyFunceble -t 3 -ex --inactive-db --filter ".info$" -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical # Only .info domains should be tested.
28+
PyFunceble -t 3 -ex --adblock -a -f {toxinidir}/examples/lists/adblock --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical
29+
PyFunceble -t 3 -ex -f https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts --dns 9.9.9.10 149.112.112.10 --dots --database-type mariadb --logging-level critical
3030
python {toxinidir}/examples/api_usage/basic.py
3131
python {toxinidir}/examples/api_usage/basic_syntax.py
3232
python {toxinidir}/examples/api_usage/advanced.py

tox_run_postgresql.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ commands =
2020
public-suffix-pyfunceble
2121
clean-pyfunceble --all
2222
PyFunceble -v
23-
PyFunceble -t 3 -ex -d github.com --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical
24-
PyFunceble -t 3 -ex -s -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical
25-
PyFunceble -t 3 -ex --syntax -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical
26-
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --plain --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical
27-
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical # Normally, all inactive are not tested anymore.
28-
PyFunceble -t 3 -ex --inactive-db -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical # And they will be retested.
29-
PyFunceble -t 3 -ex --inactive-db --filter ".info$" -f {toxinidir}/examples/lists/simple --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical # Only .info domains should be tested.
30-
PyFunceble -t 3 -ex --adblock -a -f {toxinidir}/examples/lists/adblock --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical
31-
PyFunceble -t 3 -ex -f https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts --dns 8.8.8.8 8.8.4.4 --dots --database-type postgresql --logging-level critical
23+
PyFunceble -t 3 -ex -d github.com --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical
24+
PyFunceble -t 3 -ex -s -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical
25+
PyFunceble -t 3 -ex --syntax -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical
26+
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --plain --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical
27+
PyFunceble -t 3 -ex -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical # Normally, all inactive are not tested anymore.
28+
PyFunceble -t 3 -ex --inactive-db -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical # And they will be retested.
29+
PyFunceble -t 3 -ex --inactive-db --filter ".info$" -f {toxinidir}/examples/lists/simple --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical # Only .info domains should be tested.
30+
PyFunceble -t 3 -ex --adblock -a -f {toxinidir}/examples/lists/adblock --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical
31+
PyFunceble -t 3 -ex -f https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts --dns 9.9.9.10 149.112.112.10 --dots --database-type postgresql --logging-level critical
3232
python {toxinidir}/examples/api_usage/basic.py
3333
python {toxinidir}/examples/api_usage/basic_syntax.py
3434
python {toxinidir}/examples/api_usage/advanced.py

0 commit comments

Comments
 (0)