Closed ludetie closed 5 months ago
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,
Hello,
The relay_serve_port value is not taken into account from the config file (Windows 11) : the behavior is the same on Ubuntu:
Regards,