billions-airline-85860
11/08/2022, 10:05 AMserver {
listen 443;
proxy_pass my_agent_nodes_443;
}
upstream my_agent_nodes_443 {
server 185.230.138.110:30679;
server 185.239.208.173:30679;
server 38.242.195.7:30679;
server 38.242.134.42:30679;
}
And, everything is working hunky dory (which is why I'm flabbergasted). My missing understanding is, how did I get the port numbers for the worker nodes i.e. 30679?
I do all this for a hobby and did this work like 6 months ago, but didn't think to also document how I got to the port number and I can't find any mention of those ports in the emissary configs, only listeners for ports 80 and 443. 😮