this repo has no description
4
fork

Configure Feed

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

feat: add atproto for arpa domain as handle

dusk e42a3ee8 8ce1a9b3

+3 -2
+3 -2
dns/dnsconfig.js
··· 1 1 var DSP_NAMECHEAP = NewDnsProvider("namecheap"); 2 + var DSP_CLOUDFLARE = NewDnsProvider("cloudflare"); 2 3 var REG_NONE = NewRegistrar("none"); 3 4 4 5 var WOLUMONDE_IP = "23.88.101.188" ··· 39 40 TXT("_atproto", "did=did:plc:dfl62fgb7wtjj3fcbb72naae", TTL(60)), 40 41 ); 41 42 42 - var DSP_CLOUDFLARE = NewDnsProvider("cloudflare"); 43 - 44 43 D("9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa", REG_NONE, 45 44 DnsProvider(DSP_CLOUDFLARE), 46 45 DefaultTTL(1), ··· 49 48 TXT("@", "entity linked here uses it/they pronouns. it can be referred to as /dusk/ or /dawn/."), 50 49 TXT("@", "this one is not a human, try to refer to it in third person. use /this one/, /this thing/, etc."), 51 50 TXT("@", "try connecting to https://gaze.systems/about for more information."), 51 + // atproto 52 + TXT("_atproto", "did=did:plc:flbbrsgh46heoumgbemhfkvm"), 52 53 ); 53 54