diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 11:22:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-16 11:22:06 +0000 |
commit | e2b48a7966a40c57cbf3488c2a75afef9858e36c (patch) | |
tree | 5d92883b751c7d71168b9b3457339d37c136d8e4 /main/gvpe/gvpe.conf.example | |
parent | 43419d27a334214568486a4f6caaf19ebf245cbb (diff) | |
download | aports-e2b48a7966a40c57cbf3488c2a75afef9858e36c.tar.bz2 aports-e2b48a7966a40c57cbf3488c2a75afef9858e36c.tar.xz |
main/gvpe: moved from testing
Diffstat (limited to 'main/gvpe/gvpe.conf.example')
-rw-r--r-- | main/gvpe/gvpe.conf.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/gvpe/gvpe.conf.example b/main/gvpe/gvpe.conf.example new file mode 100644 index 0000000000..853ad1071d --- /dev/null +++ b/main/gvpe/gvpe.conf.example @@ -0,0 +1,19 @@ +# +# A simple gvpe configuration nothing fancy see gvpe.conf(5) for more info +# + +# udp-port = 4000 # the external port to listen on (configure your firewall) +# tcp-port = 119 +# mtu = 1400 # minimum MTU of all outgoing interfaces on all hosts +# ifname = vpn0 # the local network device name +# ip-proto = 17 # UDP. Not realy needed + +# node = first # just a nickname +# hostname = vpn-server-dns # the DNS name or IP address of the host +# enable-udp=yes +# router-priority=1 +# connect=always + +# node = second # this node is behind a firewall +# connect = never # so no connection attempts should be made and no hostname here + |