fixes #4
This commit is contained in:
parent
6348d0b2bd
commit
5cbf1c8f3b
2 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@ CLIENT=foo
|
|||
tcp > $CLIENT.ovpn
|
||||
```
|
||||
|
||||
The resulting foo.ovpn can be edited if desired. Pay attention to the commented lines!
|
||||
The resulting foo.ovpn may need to be edited. Pay attention to the commented lines!
|
||||
|
||||
### Credit
|
||||
Majority of the credit goes to the script's original author, [trovao](https://github.com/trovao). His version can be found [here](https://gist.github.com/trovao/18e428b5a758df24455b).
|
||||
|
|
4
ovpngen
4
ovpngen
|
@ -73,6 +73,10 @@ verb 3
|
|||
### the following line if you are not using the compression push option therein
|
||||
#comp-lzo
|
||||
###
|
||||
###
|
||||
### scroll down and optionally change the <tls-auth> tag set to <tls-crypt>
|
||||
### to match how your server is configured since these options are mutually
|
||||
### exclusive
|
||||
remote-cert-tls server
|
||||
key-direction 1
|
||||
<ca>
|
||||
|
|
Loading…
Reference in a new issue