Hi!
I followed the steps in your documentation to enable ipv6 and ipv4 on my server.
flashphoner.properties:
ip_v6=[MY_IPV6]
ice_add_ipv6_candidate=true
wcs-core.properties
-Djava.net.preferIPv4Stack=false
Now, the server only responds to IPv6:
tcp6 0 0 :::8444 :::* LISTEN 3604675/java
If I...