zerotier / pylon

SOCKS5 Proxy to and from your LAN and ZeroTier Network
https://zerotier.com
Mozilla Public License 2.0
22 stars 0 forks source link

relay parameters are ignored #11

Open tonirug opened 10 months ago

tonirug commented 10 months ago

I have tried refract specifying --relay-addr and --relay-port nut they seem to be ignored. The reflect instance does not receive any data. The relay IP address and port reported 0.0.0.0:443 regardless the parameter values:

toni@t14:~$ pylon/pylon refract abc... --listen-addr 0.0.0.0 --listen-port 1080 --relay-addr 1.2.3.4 --relay-port 843 pylon.cpp:001198: main: Running pylon instance in RELAYED mode (a [pylon reflect] instance is also required) pylon.cpp:001250: main: Configuring Pylon to use relay: 0.0.0.0:443 pylon.cpp:001268: main: Waiting for zt node to come online...

It keeps waiting forever.