This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- /etc/openvpn/openvpn.conf.template | |
| +++ /etc/openvpn/openvpn.conf | |
| @@ -26,3 +26,26 @@ | |
| #push "block-outside-dns" | |
| #push "dhcp-option DNS 8.8.8.8" | |
| #push "dhcp-option DNS 8.8.4.4" | |
| +comp-lzo no | |
| +push "comp-lzo no" | |
| +push "route 1.1.1.1 255.255.255.255 net_gateway" | |
| +push "route 1.0.0.1 255.255.255.255 net_gateway" |
OlderNewer