From 259b879ceff796ce7bd3fafc9734874366eef1f6 Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Fri, 16 Oct 2020 20:52:20 +0200 Subject: [PATCH 1/2] update --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 93d50c5..b146d8b 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,7 @@ | | | * Twitter: @posix_patrol | | | -| * Instagram: @skippy_stephen | +| * Instagram: @_skiqqy | | | | * Email: ohmyskippy@disroot.org | | | @@ -116,7 +116,7 @@ | | | Other | | | -| * IRC: irc.yggpi.co.za:6667 | +| * IRC: irc.skiqqy.xyz:6667 | | | | * Mumble Channel: irc.yggpi.co.za:9980 | | | From 2dd45a34b7273a6e0889f4bb0febc845d3c53559 Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Sat, 17 Oct 2020 20:58:14 +0200 Subject: [PATCH 2/2] Added file subdomain --- dns.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dns.py b/dns.py index 397d301..ed015bd 100755 --- a/dns.py +++ b/dns.py @@ -37,6 +37,7 @@ domains = { {"name": "blog", "type": "A"}, {"name": "pay", "type": "A"}, {"name": "wiki", "type": "A"}, + {"name": "files", "type": "A"}, ] }