blob: 914f827fd1996555ad56f5f80eb9e549bdf0cd73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# example vpnc configuration file
# see vpnc --long-help for details
#Interface name tun0
#IKE DH Group dh2
#Perfect Forward Secrecy nopfs
# You may replace this script with something better
#Script /etc/vpnc/vpnc-script
# Enable this option for NAT traversal
#UDP Encapsulate
#IPSec gateway my.gateway.com
#IPSec ID someid
#IPSec secret somesecret
#Xauth username myusername
#Xauth password mypassword
|