Update FAQ.md

Added instructions on the `/etc/openvpn/client-template.txt` as requested
This commit is contained in:
Gal Bracha 2020-10-12 10:28:22 +03:00 committed by GitHub
parent 9623867026
commit 7ddd525edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
FAQ.md
View File

@ -124,6 +124,13 @@ for i in ${userlist[@]};do
MENU_OPTION=1 CLIENT=$i PASS=1 ./openvpn-install.sh
done
```
---
**Q:** How do I change the default `.ovpn` file created for future clients?
**A:** You can edit the template out of which `.ovpn` files are created by editing `/etc/openvpn/client-template.txt`
---
**Q:** For my clients - I want to set my internal network to pass through the VPN and the rest to go through my internet?