Add home.arpa as special TLD (#1718)

* Add home.arpa as special TLD

* Update dns.py
This commit is contained in:
tituspijean 2023-09-29 12:05:48 +02:00 committed by GitHub
parent dd161e8d63
commit bb097fedca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ from typing import List
from moulinette.utils.filesystem import read_file
SPECIAL_USE_TLDS = ["local", "localhost", "onion", "test"]
SPECIAL_USE_TLDS = ["home.arpa", "local", "localhost", "onion", "test"]
YNH_DYNDNS_DOMAINS = ["nohost.me", "noho.st", "ynh.fr"]