this repo has no description
4
fork

Configure Feed

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

feat: dont put did in arpa domain it no worky

dusk e2883f9a 82c7a120

+4 -4
+1 -1
dns/dnsconfig.js
··· 49 49 TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."), 50 50 TXT("@", "try connecting to https://gaze.systems/about for more information."), 51 51 // atproto 52 - TXT("_atproto", "did=did:plc:dfl62fgb7wtjj3fcbb72naae"), 52 + // TXT("_atproto", "did=did:plc:dfl62fgb7wtjj3fcbb72naae"), 53 53 ); 54 54
+3 -3
hosts/wolumonde/modules/atproto.nix
··· 28 28 useACMEHost = "gaze.systems"; 29 29 forceSSL = true; 30 30 }; 31 - "9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa" = mkWellKnownCfg { 32 - "atproto-did" = pkgs.writeText "server" "did:plc:dfl62fgb7wtjj3fcbb72naae"; 33 - }; 31 + # "9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa" = mkWellKnownCfg { 32 + # "atproto-did" = pkgs.writeText "server" "did:plc:dfl62fgb7wtjj3fcbb72naae"; 33 + # }; 34 34 } // (mkDidWebCfg "dawn.gaze.systems") 35 35 // (mkDidWebCfg "guestbook.gaze.systems"); 36 36 }