-
-
Save SM443/6987c09e4542574066385b29a774fff8 to your computer and use it in GitHub Desktop.
Install Outline Server on Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install Server | |
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)" --hostname=fqdn.domain.tld --api-port 34567 --keys-port 23456 | |
## Uninstall Server | |
docker rm -f shadowbox watchtower && docker system prune -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment