We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)" \ --keys-port=2222 \ --api-port=1111
Result:
Management port 1111, for TCP Access key port 61597, for TCP and UDP
If I change args places then access key port will be set, and managmenet key will not be set.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I was able to reproduce. There seems to be something wrong in our arg parsing.
Sorry, something went wrong.
sbruens
No branches or pull requests
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-apps/master/server_manager/install_scripts/install_server.sh)" \ --keys-port=2222 \ --api-port=1111
Result:
If I change args places then access key port will be set, and managmenet key will not be set.
The text was updated successfully, but these errors were encountered: