outline-server icon indicating copy to clipboard operation
outline-server copied to clipboard

Access key port number doesn't show update in console when changed

Open khamroevjs opened this issue 2 years ago • 3 comments

Access key port doesn't change in console, but in fact it changes, because I'm connecting through the port 443.

outline-bug

Then in Outline Manager we get the same issue - in the connection URL the PORT doesn't change.

image

image

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

khamroevjs avatar Jun 04 '22 11:06 khamroevjs

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.

erfantkerfan avatar Oct 02 '22 08:10 erfantkerfan

I faced this issue too.

AhmadPirzargar avatar Oct 18 '22 13:10 AhmadPirzargar

I found a workaround

You have to delete /etc/outline after killing containers and before rerunning the script

erfantkerfan avatar Oct 18 '22 16:10 erfantkerfan