This commit is contained in:
Dan Guido 2017-04-23 09:29:00 -04:00
parent 9254c22d70
commit 3d3cb5ca03
2 changed files with 8 additions and 8 deletions

View file

@ -199,7 +199,7 @@ The Algo VPN server now contains only the users listed in the `config.cfg` file.
## Additional Documentation ## Additional Documentation
* Setup instructions * Setup instructions
- Documentation for avaialble [Ansible roles](docs/deploy-with-ansible.md) - Documentation for available [Ansible roles](docs/deploy-with-ansible.md)
- Deploy from [RedHat/CentOS 6.x](docs/setup-redhat-centos6.md) - Deploy from [RedHat/CentOS 6.x](docs/setup-redhat-centos6.md)
* Client setup * Client setup
- Setup [Windows](docs/client-windows.md) clients - Setup [Windows](docs/client-windows.md) clients
@ -209,9 +209,9 @@ The Algo VPN server now contains only the users listed in the `config.cfg` file.
- Configure [Azure](docs/cloud-azure.md) - Configure [Azure](docs/cloud-azure.md)
- Deploy to an [unsupported cloud provider](docs/cloud-unsupported.md) - Deploy to an [unsupported cloud provider](docs/cloud-unsupported.md)
* Advanced Deployment * Advanced Deployment
- Deploy to local [FreeBSD](docs/deploy-to-freebsd.md) servers - Deploy to your own [FreeBSD](docs/deploy-to-freebsd.md) server
- Deploy to local [Ubuntu 16.04](docs/deploy-to-ubuntu.md) servers - Deploy to your own [Ubuntu 16.04](docs/deploy-to-ubuntu.md) server
- Deploy with [Ansible](docs/deploy-with-ansible.md) - Deploy with [Ansible](docs/deploy-with-ansible.md) directly
* [FAQ](docs/faq.md) * [FAQ](docs/faq.md)
* [Troubleshooting](docs/troubleshooting.md) * [Troubleshooting](docs/troubleshooting.md)

View file

@ -1,7 +1,7 @@
# Algo VPN documentation # Algo VPN documentation
* Setup instructions * Setup instructions
- Documentation for avaialble [Ansible roles](setup-roles.md) - Documentation for available [Ansible roles](setup-roles.md)
- Deploy from [RedHat/CentOS 6.x](setup-redhat-centos6.md) - Deploy from [RedHat/CentOS 6.x](setup-redhat-centos6.md)
* Client setup * Client setup
- Setup [Windows](client-windows.md) clients - Setup [Windows](client-windows.md) clients
@ -11,9 +11,9 @@
- Configure [Azure](cloud-azure.md) - Configure [Azure](cloud-azure.md)
- Deploy to an [unsupported cloud provider](cloud-unsupported.md) - Deploy to an [unsupported cloud provider](cloud-unsupported.md)
* Advanced Deployment * Advanced Deployment
- Deploy to local [FreeBSD](deploy-to-freebsd.md) servers - Deploy to your own [FreeBSD](deploy-to-freebsd.md) server
- Deploy to local [Ubuntu 16.04](deploy-to-ubuntu.md) servers - Deploy to your own [Ubuntu 16.04](deploy-to-ubuntu.md) server
- Deploy with [Ansible](deploy-with-ansible.md) - Deploy with [Ansible](deploy-with-ansible.md) directly
* [FAQ](faq.md) * [FAQ](faq.md)
* [Troubleshooting](troubleshooting.md) * [Troubleshooting](troubleshooting.md)