[GH-ISSUE #60] Is snibox listen on IPv6 #49

Open
opened 2026-02-27 23:18:39 +03:00 by kerem · 1 comment
Owner

Originally created by @Que0Le on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/snibox/snibox/issues/60

Hi,
I have used Snibox for a while and am always happy with it. Thanks.
But then today I installed Snibox on an ubuntu container (means no Docker version) and redirect outside traffic on port 443 to port 3000 of the container. If traffic from IPv4 client => redirect to container's IPv4 IP, works OK. If traffic from IPv6 client => redirect to container's IPv6 IP. But nothing listen on container's IPv6.

So I want to know if Snibox listens on IPv6 too, or I missed config something?

Originally created by @Que0Le on GitHub (Aug 30, 2019). Original GitHub issue: https://github.com/snibox/snibox/issues/60 Hi, I have used Snibox for a while and am always happy with it. Thanks. But then today I installed Snibox on an ubuntu container (means no Docker version) and redirect outside traffic on port 443 to port 3000 of the container. If traffic from IPv4 client => redirect to container's IPv4 IP, works OK. If traffic from IPv6 client => redirect to container's IPv6 IP. But nothing listen on container's IPv6. So I want to know if Snibox listens on IPv6 too, or I missed config something?
Author
Owner

@vavgustov commented on GitHub (Aug 30, 2019):

hi,
did you tried https://stackoverflow.com/a/49989520 ?

I mean

RAILS_ENV=production ./bin/rails s -b [::]
<!-- gh-comment-id:526537560 --> @vavgustov commented on GitHub (Aug 30, 2019): hi, did you tried https://stackoverflow.com/a/49989520 ? I mean ``` RAILS_ENV=production ./bin/rails s -b [::] ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/snibox#49
No description provided.