waffle
waffle copied to clipboard
ipv6
Is it possbile to use waffle in ipv6 only envirement?
I tried different --host params but can't recieve a result.
th daemon.lua --debug --print --port 8091 --host ::1 Listening on ::1:8091
curl -g -6 "http://[::1]:8091/m" curl: (7) couldn't connect to host
As of now async (which waffle is built on) seems to only support ipv4 tcp sockets even though it also seems that all the building blocks are there to support ipv6. You should probably open an issue on the async repo and then I can update waffle after it's done.
Here is an issue: https://github.com/clementfarabet/async/issues/29