enable ipv6

This commit is contained in:
Matthew Tran
2023-09-22 09:09:25 +00:00
parent 0f682ba164
commit fe653923f5
3 changed files with 30 additions and 2 deletions
+11
View File
@@ -24,6 +24,17 @@ Forward the following ports to the server.
| terraria | 7777 |
| wireguard | 51820 |
Make sure IPv6 is enabled in Docker by modifying `/etc/docker/daemon.json`. For example:
```
{
"ipv6": true,
"fixed-cidr-v6": "2001:db8:1::/64",
"experimental": true,
"ip6tables": true
}
```
Run the following commands. For the IP update script, add a SendGrid API key to `website/sendgrid.key`.
```