repo.or.cz
/
anytun.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
big svn cleanup
[anytun.git]
/
src
/
openvpn
/
sample-config-files
/
xinetd-client-config
blob
03c5c1faa982c9545ca8ed7e86f75d4a093461be
1
# This OpenVPN config file
2
# is the client side counterpart
3
# of xinetd-server-config
4
5
dev tun
6
ifconfig 10.4.0.1 10.4.0.2
7
remote my-server
8
port 1194
9
user nobody
10
secret /root/openvpn/key
11
inactive 600