this repo has no description
4
fork

Configure Feed

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

refactor: why did i put the dnsconfig in separate dirs lol [skip ci]

dusk 8ce1a9b3 3f569c8b

+60 -63
-13
dns/9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/dnsconfig.js
··· 1 - var DSP_CLOUDFLARE = NewDnsProvider("cloudflare"); 2 - var REG_CHANGEME = NewRegistrar("none"); 3 - 4 - D("9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa", REG_CHANGEME, 5 - DnsProvider(DSP_CLOUDFLARE), 6 - DefaultTTL(1), 7 - A("@", "23.88.101.188", CF_PROXY_ON), 8 - TXT("@", "a data endpoint for entity with serial id /90008/."), 9 - TXT("@", "entity linked here uses it/they pronouns. it can be referred to as /dusk/ or /dawn/."), 10 - TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."), 11 - TXT("@", "try connecting to https://gaze.systems/about for more information."), 12 - ); 13 -
+53
dns/dnsconfig.js
··· 1 + var DSP_NAMECHEAP = NewDnsProvider("namecheap"); 2 + var REG_NONE = NewRegistrar("none"); 3 + 4 + var WOLUMONDE_IP = "23.88.101.188" 5 + 6 + D("gaze.systems", REG_NONE, 7 + DnsProvider(DSP_NAMECHEAP), 8 + DefaultTTL(1799), 9 + A("@", WOLUMONDE_IP, TTL(60)), 10 + A("couchdb", WOLUMONDE_IP, TTL(60)), 11 + A("dawn", WOLUMONDE_IP), 12 + A("doc", WOLUMONDE_IP, TTL(60)), 13 + A("git", WOLUMONDE_IP, TTL(60)), 14 + A("guestbook", WOLUMONDE_IP), 15 + A("limbus", WOLUMONDE_IP, TTL(60)), 16 + A("pmart", WOLUMONDE_IP, TTL(60)), 17 + A("test", WOLUMONDE_IP), 18 + A("webhook", WOLUMONDE_IP), 19 + // thing 20 + TXT("id", "a data endpoint for entity with serial id /90008/."), 21 + TXT("id", "entity linked here uses it/they pronouns. it can be referred to as /dusk/ or /dawn/."), 22 + TXT("id", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."), 23 + TXT("id", "try connecting to https://gaze.systems/about for more information."), 24 + // github pages 25 + CNAME("dev", "yusdacra.github.io."), 26 + // fastmail 27 + CNAME("fm1._domainkey", "fm1.gaze.systems.dkim.fmhosted.com."), 28 + CNAME("fm2._domainkey", "fm2.gaze.systems.dkim.fmhosted.com."), 29 + CNAME("fm3._domainkey", "fm3.gaze.systems.dkim.fmhosted.com."), 30 + MX("@", 10, "in1-smtp.messagingengine.com."), 31 + MX("@", 20, "in2-smtp.messagingengine.com."), 32 + TXT("@", "v=spf1 include:spf.messagingengine.com ?all"), 33 + TXT("_dmarc", "v=DMARC1; p=none;"), 34 + // resend 35 + MX("send.poke", 10, "feedback-smtp.us-east-1.amazonses.com."), 36 + TXT("resend._domainkey.poke", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8/06F14LZgg7l6eko9GXasUwCBUGHe1Abd5hMg0Xf9ufdUj7lAUB746DS1ErS04oxGEbCdjamkAGqRsYWvk5KGRIXmeYuKyMPFM44U0dt6caHOIr8pHoDj9ytAJD/RS/p1xQZoFXHBxKgAeEY3TUZy7iNLvGxCLkxuPnO7nlWKwIDAQAB"), 37 + TXT("send.poke", "v=spf1 include:amazonses.com ~all"), 38 + // atproto 39 + TXT("_atproto", "did=did:plc:dfl62fgb7wtjj3fcbb72naae", TTL(60)), 40 + ); 41 + 42 + var DSP_CLOUDFLARE = NewDnsProvider("cloudflare"); 43 + 44 + D("9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa", REG_NONE, 45 + DnsProvider(DSP_CLOUDFLARE), 46 + DefaultTTL(1), 47 + A("@", WOLUMONDE_IP, CF_PROXY_ON), 48 + TXT("@", "a data endpoint for entity with serial id /90008/."), 49 + TXT("@", "entity linked here uses it/they pronouns. it can be referred to as /dusk/ or /dawn/."), 50 + TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."), 51 + TXT("@", "try connecting to https://gaze.systems/about for more information."), 52 + ); 53 +
-36
dns/gaze.systems/dnsconfig.js
··· 1 - var DSP_NAMECHEAP = NewDnsProvider("namecheap"); 2 - var REG_CHANGEME = NewRegistrar("none"); 3 - 4 - var WOLUMONDE_IP = "23.88.101.188" 5 - 6 - D("gaze.systems", REG_CHANGEME, 7 - DnsProvider(DSP_NAMECHEAP), 8 - DefaultTTL(1799), 9 - A("@", WOLUMONDE_IP, TTL(60)), 10 - A("couchdb", WOLUMONDE_IP, TTL(60)), 11 - A("dawn", WOLUMONDE_IP), 12 - A("doc", WOLUMONDE_IP, TTL(60)), 13 - A("git", WOLUMONDE_IP, TTL(60)), 14 - A("guestbook", WOLUMONDE_IP), 15 - A("limbus", WOLUMONDE_IP, TTL(60)), 16 - A("pmart", WOLUMONDE_IP, TTL(60)), 17 - A("test", WOLUMONDE_IP), 18 - A("webhook", WOLUMONDE_IP), 19 - // github pages 20 - CNAME("dev", "yusdacra.github.io."), 21 - // fastmail 22 - CNAME("fm1._domainkey", "fm1.gaze.systems.dkim.fmhosted.com."), 23 - CNAME("fm2._domainkey", "fm2.gaze.systems.dkim.fmhosted.com."), 24 - CNAME("fm3._domainkey", "fm3.gaze.systems.dkim.fmhosted.com."), 25 - MX("@", 10, "in1-smtp.messagingengine.com."), 26 - MX("@", 20, "in2-smtp.messagingengine.com."), 27 - TXT("@", "v=spf1 include:spf.messagingengine.com ?all"), 28 - TXT("_dmarc", "v=DMARC1; p=none;"), 29 - // resend 30 - MX("send.poke", 10, "feedback-smtp.us-east-1.amazonses.com."), 31 - TXT("resend._domainkey.poke", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8/06F14LZgg7l6eko9GXasUwCBUGHe1Abd5hMg0Xf9ufdUj7lAUB746DS1ErS04oxGEbCdjamkAGqRsYWvk5KGRIXmeYuKyMPFM44U0dt6caHOIr8pHoDj9ytAJD/RS/p1xQZoFXHBxKgAeEY3TUZy7iNLvGxCLkxuPnO7nlWKwIDAQAB"), 32 - TXT("send.poke", "v=spf1 include:amazonses.com ~all"), 33 - // atproto 34 - TXT("_atproto", "did=did:plc:dfl62fgb7wtjj3fcbb72naae", TTL(60)), 35 - ); 36 -
+6 -6
flake.lock
··· 806 806 }, 807 807 "nixpkgs-master": { 808 808 "locked": { 809 - "lastModified": 1745263233, 810 - "narHash": "sha256-wI1/ZHU+3IfxglT/0TDrz5kugxTElDdGqeULI+zgo2o=", 809 + "lastModified": 1745266202, 810 + "narHash": "sha256-OGhF/bMJOKTQuE4oMS1zO+kDjSJzrMNP6HH6FGtNaNc=", 811 811 "owner": "nixos", 812 812 "repo": "nixpkgs", 813 - "rev": "86290f2faecbd0d1fdc8741fc4e60b81352c4fa2", 813 + "rev": "0649cb97aad48ee6f1c96ec5eb3155a798dfe530", 814 814 "type": "github" 815 815 }, 816 816 "original": { ··· 930 930 "treefmt-nix": "treefmt-nix_2" 931 931 }, 932 932 "locked": { 933 - "lastModified": 1745257591, 934 - "narHash": "sha256-WCUfu/o4uNr6c6ZAQBMXIXULXOnVa61BQbIFvxu87u8=", 933 + "lastModified": 1745264700, 934 + "narHash": "sha256-pvzmEi51p8kF+9I2cakzbELbkCZhqan/nBoyOT23+Tk=", 935 935 "owner": "nix-community", 936 936 "repo": "NUR", 937 - "rev": "151543031bf252bdf3b2d4a497dd4fdd58cd787f", 937 + "rev": "9ee84d14a2ab446c01ae3ae2f8260d7f19dd16f0", 938 938 "type": "github" 939 939 }, 940 940 "original": {
+1 -8
pkgs-set/pkgs/dnsmngmt.nix
··· 1 1 { 2 - gnused, 3 2 dnscontrol, 4 3 writers, 5 4 ... 6 5 }: 7 6 writers.writeBashBin "dns" '' 8 7 cd dns 9 - dnsDir="$PWD" 10 - for dir in */; do 11 - msg="=== $1 dns changes for $(basename $dir) ===" 12 - echo "$msg" 13 - cd $dnsDir/$dir; ${dnscontrol}/bin/dnscontrol $1 --notify; cd $dnsDir 14 - echo "$msg" | ${gnused}/bin/sed 's/./=/g' 15 - done 8 + ${dnscontrol}/bin/dnscontrol $1 --notify 16 9 ''