···55 DnsProvider(DSP_CLOUDFLARE),
66 DefaultTTL(1),
77 A("@", "23.88.101.188", CF_PROXY_ON),
88- TXT("@", "an information endpoint for entity with serial id /90008/."),
88+ TXT("@", "a data endpoint for entity with serial id /90008/."),
99 TXT("@", "entity linked here uses it/they pronouns. it can be referred to as /dusk/ or /dawn/."),
1010 TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."),
1111 TXT("@", "try connecting to https://gaze.systems/about for more information."),
+4-3
hosts/wolumonde/modules/arpa.nix
···33 index = pkgs.writeText "index.txt" ''
44 hi there~
5566- you are currently interfacing with one of the information endpoints of entity with serial id /90008/.
66+ you are currently interfacing with one of the data endpoints
77+ of entity with serial id /90008/. you may want to open a
88+ connection to https://gaze.systems/about for more data.
7988- you may want to open a connection to https://gaze.systems/about to read more about it.
99- alternatively run /dig +short TXT 9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/ in your preferred terminal interface for more data.
1010+ /dig +short TXT 9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/
1011 '';
1112 root = pkgs.runCommand "root" {} ''
1213 mkdir -p $out
+1-1
pkgs-set/pkgs/dnsmngmt.nix
···1010 for dir in */; do
1111 msg="=== $1 dns changes for $(basename $dir) ==="
1212 echo "$msg"
1313- cd $dnsDir/$dir; ${dnscontrol}/bin/dnscontrol $1; cd $dnsDir
1313+ cd $dnsDir/$dir; ${dnscontrol}/bin/dnscontrol $1 --notify; cd $dnsDir
1414 echo "$msg" | ${gnused}/bin/sed 's/./=/g'
1515 done
1616''