Skip to content

Instantly share code, notes, and snippets.

@jrpz
Created June 4, 2018 15:51
Show Gist options
  • Save jrpz/940e983e2bd53a655a042d1631565f6d to your computer and use it in GitHub Desktop.
Save jrpz/940e983e2bd53a655a042d1631565f6d to your computer and use it in GitHub Desktop.
--- /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"
+push "route 8.8.8.8 255.255.255.255 net_gateway"
+push "route 8.8.4.4 255.255.255.255 net_gateway"
+push "route 35.153.119.140 255.255.255.255 net_gateway"
+push "route 104.16.111.25 255.255.255.255 net_gateway"
+push "route 104.16.112.25 255.255.255.255 net_gateway"
+push "route 10.242.0.0 255.255.0.0"
+push "route 10.156.152.0 255.255.248.0"
+push "route 10.157.152.0 255.255.248.0"
+push "route 172.17.0.0 255.255.128.0"
+push "route 172.17.128.0 255.255.128.0"
+push "route 34.228.108.106 255.255.255.255"
+push "route 34.225.120.22 255.255.255.255"
+push "route 34.237.24.220 255.255.255.255"
+push "route 34.231.96.41 255.255.255.255"
+push "route 34.238.73.113 255.255.255.255"
+push "route 34.203.166.192 255.255.255.255"
+push "route 54.86.196.119 255.255.255.255"
+push "route 34.230.217.80 255.255.255.255"
+push "dhcp-option DNS 127.0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment