Created
April 13, 2018 11:35
-
-
Save annmuor/6b6721abaa60902de3b329f184462928 to your computer and use it in GitHub Desktop.
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
daemon | |
local 0.0.0.0 | |
port 1194 | |
proto udp | |
dev tun | |
ca pki/ca.crt | |
cert pki/issued/server.crt | |
key pki/private/server.key | |
dh pki/dh.pem | |
server 10.33.33.0 255.255.255.0 | |
tun-mtu 1300 | |
push "route 91.108.12.0 255.255.252.0" | |
push "route 91.108.16.0 255.255.252.0" | |
push "route 91.108.20.0 255.255.252.0" | |
push "route 91.108.36.0 255.255.254.0" | |
push "route 91.108.38.0 255.255.254.0" | |
push "route 91.108.4.0 255.255.252.0" | |
push "route 91.108.56.0 255.255.252.0" | |
push "route 91.108.56.0 255.255.254.0" | |
push "route 91.108.8.0 255.255.252.0" | |
push "route 149.154.160.0 255.255.240.0" | |
push "route 149.154.164.0 255.255.252.0" | |
push "route 149.154.168.0 255.255.252.0" | |
push "route 149.154.172.0 255.255.252.0" | |
push "dhcp-option DNS 8.8.8.8" | |
push "dhcp-option DNS 8.8.4.4" | |
keepalive 10 120 | |
tls-auth pki/tg.key 0 # This file is secret | |
cipher AES-256-CBC | |
comp-lzo | |
max-clients 50 | |
user nobody | |
group nobody | |
persist-key | |
persist-tun | |
verb 1 | |
explicit-exit-notify 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment