I have my Syncthing relay server set up, and my download/upload speeds are good. However, my connection bars are always at the lowest setting when connected through the relay. I saw an old post where someone fixed this by not redirecting the port using prerouting. My question is, why don’t we just run the service on port 443 from the start? What is the purpose of prerouting? Does it provide any security features? I have a cheap VPS currently running only my relay.
The rating doesn’t take connection metrics into account. It only grades by connection type:
Relay < WAN < LAN
443 is a priviliged port. That means you’d need to run the relay server with more permissions just for the sake of being able to bind to that port. Following good security hygiene, we avoid that by using redirection.
Okay, thank you. I will sometimes get a connection that will say the IP of my relay, then sometimes it will say Relay WAN, then LAN. Relay WAN and the IP have equal signal strength. I’ll disregard the signal strength.