outline-server
outline-server copied to clipboard
Access key port number doesn't show update in console when changed
Access key port doesn't change in console, but in fact it changes, because I'm connecting through the port 443.
Then in Outline Manager we get the same issue - in the connection URL the PORT doesn't change.
I think the bug is in this script: https://github.com/Jigsaw-Code/outline-server/blob/master/src/server_manager/install_scripts/install_server.sh
I faced this issue myself if you rerun the script the access_port doesn't change in the output even if you pass a custom port.
I faced this issue too.
I found a workaround
You have to delete /etc/outline after killing containers and before rerunning the script