mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 21:09:03 +01:00
style(faq): format markdown
This commit is contained in:
parent
af3bf12bb6
commit
c2d7729c20
9
FAQ.md
9
FAQ.md
@ -20,6 +20,7 @@ You can, of course, it's even recommended, update the `openvpn` package with you
|
|||||||
On Linux you need to add these lines to your `.ovpn` file based on your Distribution.
|
On Linux you need to add these lines to your `.ovpn` file based on your Distribution.
|
||||||
|
|
||||||
Debian 9, 10 and Ubuntu 16.04, 18.04
|
Debian 9, 10 and Ubuntu 16.04, 18.04
|
||||||
|
|
||||||
```
|
```
|
||||||
script-security 2
|
script-security 2
|
||||||
up /etc/openvpn/update-resolv-conf
|
up /etc/openvpn/update-resolv-conf
|
||||||
@ -27,6 +28,7 @@ down /etc/openvpn/update-resolv-conf
|
|||||||
```
|
```
|
||||||
|
|
||||||
Centos 6, 7
|
Centos 6, 7
|
||||||
|
|
||||||
```
|
```
|
||||||
script-security 2
|
script-security 2
|
||||||
up /usr/share/doc/openvpn-2.4.8/contrib/pull-resolv-conf/client.up
|
up /usr/share/doc/openvpn-2.4.8/contrib/pull-resolv-conf/client.up
|
||||||
@ -34,6 +36,7 @@ down /usr/share/doc/openvpn-2.4.8/contrib/pull-resolv-conf/client.down
|
|||||||
```
|
```
|
||||||
|
|
||||||
Centos 8, Fedora 30, 31
|
Centos 8, Fedora 30, 31
|
||||||
|
|
||||||
```
|
```
|
||||||
script-security 2
|
script-security 2
|
||||||
up /usr/share/doc/openvpn/contrib/pull-resolv-conf/client.up
|
up /usr/share/doc/openvpn/contrib/pull-resolv-conf/client.up
|
||||||
@ -41,6 +44,7 @@ down /usr/share/doc/openvpn/contrib/pull-resolv-conf/client.down
|
|||||||
```
|
```
|
||||||
|
|
||||||
Arch Linux
|
Arch Linux
|
||||||
|
|
||||||
```
|
```
|
||||||
script-security 2
|
script-security 2
|
||||||
up /usr/share/openvpn/contrib/pull-resolv-conf/client.up
|
up /usr/share/openvpn/contrib/pull-resolv-conf/client.up
|
||||||
@ -92,10 +96,11 @@ Sysctl options are at `/etc/sysctl.d/20-openvpn.conf`
|
|||||||
**Q:** My router can't connect
|
**Q:** My router can't connect
|
||||||
|
|
||||||
**A:**
|
**A:**
|
||||||
|
|
||||||
- `Options error: No closing quotation (") in config.ovpn:46` :
|
- `Options error: No closing quotation (") in config.ovpn:46` :
|
||||||
|
|
||||||
type `yes` when asked to customize encryption settings and choose `tls-auth`
|
type `yes` when asked to customize encryption settings and choose `tls-auth`
|
||||||
|
|
||||||
- `Options error: Unrecognized option or missing parameter(s) in config.ovpn:36: tls-version-min (2.3.2)` :
|
- `Options error: Unrecognized option or missing parameter(s) in config.ovpn:36: tls-version-min (2.3.2)` :
|
||||||
|
|
||||||
see question "Can I use an OpenVPN 2.3 client?"
|
see question "Can I use an OpenVPN 2.3 client?"
|
||||||
|
Loading…
Reference in New Issue
Block a user