From 2e160a4da716bab9a123e6afd174e58f5f9991a3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 22 Jun 2020 19:19:07 +0100 Subject: [PATCH] Add talk.stateofthemap.org --- src/stateofthemap.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/stateofthemap.js b/src/stateofthemap.js index b6c5f3f..1f744ce 100644 --- a/src/stateofthemap.js +++ b/src/stateofthemap.js @@ -34,6 +34,10 @@ D(DOMAIN, REGISTRAR, DnsProvider(PROVIDER), A("2010", RIDLEY_IPV4, TTL("10m")), A("2009", RIDLEY_IPV4, TTL("10m")), A("2008", RIDLEY_IPV4, TTL("10m")), - A("2007", RIDLEY_IPV4, TTL("10m")) + A("2007", RIDLEY_IPV4, TTL("10m")), + + // Video conferencing server + + A("talk", "95.217.113.173") ); -- 2.39.5