SpatiumPortae/portal

the relay_serve_port value is not taken into account from the config file

ludetie opened this issue · 2 comments

Hello,

The relay_serve_port value is not taken into account from the config file (Windows 11) :
image
the behavior is the same on Ubuntu:
image

Regards,

Hi! The relay_serve_port regards the port at which the portal serve command would start the server.

Setting relay_serve_port: 9999 would spare you from always specifying that port when running the relay server:
portal serve -p 9999.

To always use a certain port when sending or receiving, you can specify that port as part of the relay configuration field. So relay: 192.168.50.13:3188 would connect to the relay at that IP:port combination, without specifying it manually each time.

Will document this more in the README so that we can avoid confusion, as the naming is admittedly quite confusing!

OK ! Thank you !!

Regards,