Small change

This commit is contained in:
Stephen Cochrane 2020-10-13 20:23:24 +02:00
parent f5be2b0de2
commit f72a48e899
1 changed files with 1 additions and 0 deletions

1
dns.py
View File

@ -34,6 +34,7 @@ domains = {
{"name": "git", "type": "A"},
{"name": "irc", "type": "A"},
{"name": "proj", "type": "A"},
{"name": "blog", "type": "A"},
{"name": "pay", "type": "A"},
]
}