IPv6 Support #
Now the game supports IPv6 connections. It will automatically decide which protocol to use based on the addresses written on the netlist.txt
file.
This eliminates connection problems with port forwarding as long as your ISP offers IPv6.
Usually the launcher program will take care of netlist.txt
for you. It should fill up the file in the following format:
For IPv6:
interface [::]:23513
mode peer
allow [fd3e:dc4c:085c:09e7:cbbe:0c82:8ea1:75b1]:23513
allow [21dc:7b49:b898:2ec3::9616]:23513
...
For IPv4 (original):
interface 0.0.0.0:23513
mode peer
allow 123.456.789.123:23513
allow 321.654.987.321:23513
...