fix IPs in 64nix

This commit is contained in:
Jon Sands
2019-10-16 03:17:32 -04:00
parent 454492db5e
commit 513225c0b0

View File

@@ -78,8 +78,8 @@ Then simply bind each of your application instances to the first address in each
```
Instance 1 - 2620:57:e000:400::1/64
Instance 2 - 2620:57:e000:401::2/64
Instance 3 - 2620:57:e000:402::/64
Instance 2 - 2620:57:e000:401::1/64
Instance 3 - 2620:57:e000:402::1/64
etc etc etc
```