fix IPs in 64nix

This commit is contained in:
Jon Sands 2019-10-16 03:17:32 -04:00
parent 1f447ab154
commit 58b69f2ae4

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
```