Mirror from bluesky-social/pds
0
fork

Configure Feed

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

added a DNS debugging step

+10
+10
README.md
··· 76 76 * Replace `12.34.56.78` with your server's IP address. 77 77 * Some providers may use the `@` symbol to represent the root of your domain. 78 78 * The wildcard record is required when allowing users to create new accounts on your PDS. 79 + * The TTL can be anything but 600 (10 minutes) is reasonable 79 80 81 + ### Check that DNS is working as expected 80 82 83 + Use a service like [DNS Checker](https://dnschecker.org/) to verify that you can resolve domain names. 84 + 85 + Examples to check (record type `A`): 86 + * `example.com` 87 + * `random.example.com` 88 + * `test123.example.com` 89 + 90 + These should all return your server's public IP. 81 91 82 92 ## Automatic install on Ubuntu 22.04 or Debian 11 83 93