/gist:e9ed7188be1d1ee04f16 Secret
Created
January 3, 2011 20:44
This file contains 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
local 172.18.100.101 | |
dev tap0 | |
server-bridge 172.18.100.101 255.255.255.0 172.18.100.105 172.18.100.200 | |
push "route 172.18.100.1 255.255.255.0" | |
push "dhcp-option DNS 172.18.100.20" | |
push "dhcp-option DOMAIN example.com" | |
tls-auth ta.key 0 # This file is secret | |
user nobody | |
group nogroup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment