samhocevar / rinetd

📡 TCP/UDP port redirector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it not support dual stack?

95513684 opened this issue · comments

Configured this way, it fails to start on reload.
:: 14622/tcp fd00:1:1:1::175 22/tcp
0.0.0.0 14622/tcp 10.0.0.146 22/tcp

:: 80 127.0.0.1 22

Listens on all IPv4 addresses and all IPv6 addresses and should be fine for you.

Enabling 0.0.0.0 and :: on the same port creates a conflict, so avoid it.