waffle icon indicating copy to clipboard operation
waffle copied to clipboard

ipv6

Open ton4eg opened this issue 9 years ago • 2 comments

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

ton4eg avatar Apr 04 '16 12:04 ton4eg

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.

benglard avatar Apr 04 '16 22:04 benglard

Here is an issue: https://github.com/clementfarabet/async/issues/29

ton4eg avatar Apr 05 '16 21:04 ton4eg