mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add home.arpa as special TLD (#1718)
* Add home.arpa as special TLD * Update dns.py
This commit is contained in:
parent
dd161e8d63
commit
bb097fedca
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from typing import List
|
||||||
|
|
||||||
from moulinette.utils.filesystem import read_file
|
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"]
|
YNH_DYNDNS_DOMAINS = ["nohost.me", "noho.st", "ynh.fr"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue