add ping
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Marsh 2022-06-22 11:58:14 +01:00
parent 6ca4985986
commit 4369be7137
Signed by: burble
GPG Key ID: 0FCCD13AE1CF7ED8

View File

@ -130,7 +130,10 @@ D_EXTEND(
CNAME('speedtest.ca-bhs2', 'nginx.ca-bhs2.burble.dn42.'),
// registry docker alias
AAAA('docker.registry.ca-bhs2', 'fd42:180:3de0:100:42e6:9ff:fe09:bfc0')
AAAA('docker.registry.ca-bhs2', 'fd42:180:3de0:100:42e6:9ff:fe09:bfc0'),
// ping challenge starting address
AAAA('ping', 'fd42:4242:2601:31f0::1')
);
//////////////////////////////////////////////////////////////////////////