mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
enable ipv6
This commit is contained in:
@@ -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`.
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user