Mercurial > code > home > repos > infra
diff dns_check.py @ 53:8945bf71da22
make bang look to itself, not just to ISP, for projects.bigasterisk.com
author | drewp@bigasterisk.com |
---|---|
date | Wed, 06 Apr 2022 19:08:57 -0700 |
parents | ee00f4b5801a |
children | fa7a71b8a97f |
line wrap: on
line diff
--- a/dns_check.py Sun Mar 06 17:52:25 2022 -0800 +++ b/dns_check.py Wed Apr 06 19:08:57 2022 -0700 @@ -32,8 +32,10 @@ check('dash', '10.1.0.5') elif host.name in ['prime']: check('dash', '10.5.0.5') + check('projects.bigasterisk.com', '10.2.0.1') # expected the public addr, but fine else: check('dash', '10.1.0.5') + check('projects.bigasterisk.com', '10.2.0.1') if host.name in ['bang']: check('bang', '10.2.0.1')