diff options
author | Matthias Goebl <oe@m.goebl.net> | 2006-02-07 23:37:41 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-07 23:37:41 +0000 |
commit | 1639b5dab8efc2d6d791db6b024a53e66b49ec9a (patch) | |
tree | f33a69aeabe1304ce917bd9cf58847108cafc969 /packages/vpnc/files/default.conf | |
parent | 7000a872cc1e36466b42e42b7e5ddf2bb1a96a39 (diff) |
vpnc: Update to version 0.3.3 with patches, add to slugos
- Update to current version 0.3.3
- Fix vpnc-script so busybox-sh can run it
- Add a useful default config file
- Add vpnc, libgcrypt and libgpg-error to slugos-packages
Diffstat (limited to 'packages/vpnc/files/default.conf')
-rw-r--r-- | packages/vpnc/files/default.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/vpnc/files/default.conf b/packages/vpnc/files/default.conf new file mode 100644 index 0000000000..48b15eca6e --- /dev/null +++ b/packages/vpnc/files/default.conf @@ -0,0 +1,19 @@ +# Comment out the options you need. +# Verify your config with "vpnc --print-config". +# You might also try "vpnc --long-help" or look into the documentation. + +# Needed (you will be prompted if this is missing): +#IPSec gateway 10.1.2.3 +#IPSec ID YOURPEERSID +#IPSec secret YOURPEERSSECRET +#Xauth username YOURUSERNAME +#Xauth password YOURPASSWORD + +# Optional: +#UDP Encapsulate +#UDP Encapsulation Port 10000 +#Noninteractive +#No Detach +#Debug 99 +#Interface name tun0 +#Script /etc/vpnc/vpnc-script |