It seems tinyproxy does listen to both protocols, I didn't test properly.
I assumed that this result:

netstat -tlnpvw | grep tinyproxy
tcp6       0      0 :::8888                 :::*                    LISTEN      
3946/tinyproxy

meant that it didn't listen on v4... but I was wrong.


Listen ::
#This will accept connections on IPv6, but also on IPv4: IPv4-mapped IPv6 
addresses are used:
#CONNECT   Jan 04 15:29:13 [23566]: Connect (file descriptor 6): 
host.terena.org [::ffff:192.87.30.2]


Listen 0.0.0.0
# This will listen on IPv4 only


Listen 2001:610:148:dead::666
# This will listen only on the specified IPv6 address. Not nice, but workable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1094073

Title:
  Tinyproxy won't listen to IPv6 and IPv4 at the same time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tinyproxy/+bug/1094073/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to