mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 20:13:11 +02:00
Rename config.cfg to config.cfg.sample
This commit is contained in:
parent
1d49ab6dc4
commit
85b3409bed
4 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
config.cfg
|
||||
*.retry
|
||||
configs/*
|
||||
inventory_users
|
||||
|
|
|
@ -37,7 +37,7 @@ The easiest way to get an Algo server running is to let it set up a _new_ virtua
|
|||
|
||||
Linux (rpm-based): See the [Pre-Install Documentation for RedHat/CentOS 6.x](docs/pre-install_redhat_centos_6.x.md)
|
||||
|
||||
4. Open `config.cfg` in your favorite text editor. Specify the users you wish to create in the `users` list.
|
||||
4. Copy `config.cfg.sample` to `config.cfg` and open it in your favorite text editor. Specify the users you wish to create in the `users` list.
|
||||
5. Start the deployment. Return to your terminal. In the Algo directory, run `./algo` and follow the instructions. There are several optional features available. None are required for a fully functional VPN server. These optional features are described in greater detail in [ROLES.md](docs/ROLES.md).
|
||||
|
||||
That's it! You now have an Algo VPN server on the internet.
|
||||
|
|
|
@ -52,6 +52,7 @@ cd algo-master || echo "No Algo directory found"
|
|||
pip -q install -r requirements.txt
|
||||
|
||||
# Edit the userlist and any other settings you desire
|
||||
cp config.cfg.sample config.cfg
|
||||
nano config.cfg
|
||||
# Now you can run the Algo installer!
|
||||
./algo
|
||||
|
|
Loading…
Add table
Reference in a new issue