this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update arpa content [skip ci]

dusk 3f569c8b 1fb51d90

+10 -5
+4
deploy.nu
··· 8 8 nix flake update 9 9 10 10 try { 11 + nix run ".#dns" -- push 12 + } 13 + 14 + try { 11 15 git add . 12 16 let commit_msg = if $msg == null { 13 17 "chore: update flake dependencies (deploy)"
+1 -1
dns/9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/dnsconfig.js
··· 5 5 DnsProvider(DSP_CLOUDFLARE), 6 6 DefaultTTL(1), 7 7 A("@", "23.88.101.188", CF_PROXY_ON), 8 - TXT("@", "an information endpoint for entity with serial id /90008/."), 8 + TXT("@", "a data endpoint for entity with serial id /90008/."), 9 9 TXT("@", "entity linked here uses it/they pronouns. it can be referred to as /dusk/ or /dawn/."), 10 10 TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."), 11 11 TXT("@", "try connecting to https://gaze.systems/about for more information."),
+4 -3
hosts/wolumonde/modules/arpa.nix
··· 3 3 index = pkgs.writeText "index.txt" '' 4 4 hi there~ 5 5 6 - you are currently interfacing with one of the information endpoints of entity with serial id /90008/. 6 + you are currently interfacing with one of the data endpoints 7 + of entity with serial id /90008/. you may want to open a 8 + connection to https://gaze.systems/about for more data. 7 9 8 - you may want to open a connection to https://gaze.systems/about to read more about it. 9 - 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. 10 + /dig +short TXT 9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/ 10 11 ''; 11 12 root = pkgs.runCommand "root" {} '' 12 13 mkdir -p $out
+1 -1
pkgs-set/pkgs/dnsmngmt.nix
··· 10 10 for dir in */; do 11 11 msg="=== $1 dns changes for $(basename $dir) ===" 12 12 echo "$msg" 13 - cd $dnsDir/$dir; ${dnscontrol}/bin/dnscontrol $1; cd $dnsDir 13 + cd $dnsDir/$dir; ${dnscontrol}/bin/dnscontrol $1 --notify; cd $dnsDir 14 14 echo "$msg" | ${gnused}/bin/sed 's/./=/g' 15 15 done 16 16 ''