Hi Tom,

> In any case... just specifiy the interface manually, on the config line
> 
> --listen on egress port 443 tls
> 
> ++listen on vio0 port 443 tls
> 
> replace vio0  with your actual  "egress" interface name

I tried it. Sadly it doesn't work, it still only listens to IPv4.

% cat /etc/relayd.conf

...
relay "https" {
         listen on vio0 port 443 tls
...
}

% netstat -nat | grep LISTEN | grep '.443'
tcp          0      0  46.23.92.126.443       *.*                    LISTEN

Thanks.

Reply via email to