start: add DNS resolution

This commit is contained in:
checktheroads 2020-01-27 21:28:46 -07:00
parent 03c58ceb76
commit 6ad69ae6bb

View file

@ -167,6 +167,7 @@ class Branding(HyperglassModel):
terms: StrictStr = "Terms"
info: StrictStr = "Help"
peeringdb = "PeeringDB"
fqdn_tooltip: StrictStr = "Use {protocol}"
class Error404(HyperglassModel):
"""Validation model for 404 Error Page."""