summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-17 16:13:11 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-17 16:13:11 +0000
commitb0a4f8f8f7912b6904185b1047cc653a7b2bbdb3 (patch)
tree17a8e0e1d43ab0eef7bf4b2908d64fd263d74920 /etc
parentupdated manpage and sample configs (diff)
added deprecated warning for anytun02-compat
updated configs (new option auth-tag-length)
Diffstat (limited to 'etc')
-rw-r--r--etc/uanytun/client1/config3
-rw-r--r--etc/uanytun/client2/config3
-rw-r--r--etc/uanytun/client3/config3
-rw-r--r--etc/uanytun/p2p-a/config3
-rw-r--r--etc/uanytun/p2p-b/config3
5 files changed, 15 insertions, 0 deletions
diff --git a/etc/uanytun/client1/config b/etc/uanytun/client1/config
index b6b417d..03b0207 100644
--- a/etc/uanytun/client1/config
+++ b/etc/uanytun/client1/config
@@ -22,6 +22,9 @@ cipher aes-ctr
#auth-algo null
auth-algo sha1
+##message auth tag length
+#auth-tag-length 10
+
## Passphrase
## this is used to generate the crypto-key and salt
## this should be al least 30 characters
diff --git a/etc/uanytun/client2/config b/etc/uanytun/client2/config
index 0a62e07..f84bf87 100644
--- a/etc/uanytun/client2/config
+++ b/etc/uanytun/client2/config
@@ -22,6 +22,9 @@ cipher aes-ctr
#auth-algo null
auth-algo sha1
+##message auth tag length
+#auth-tag-length 10
+
## Passphrase
## this is used to generate the crypto-key and salt
## this should be al least 30 characters
diff --git a/etc/uanytun/client3/config b/etc/uanytun/client3/config
index e386210..ba6e35c 100644
--- a/etc/uanytun/client3/config
+++ b/etc/uanytun/client3/config
@@ -22,6 +22,9 @@ cipher aes-ctr
#auth-algo null
auth-algo sha1
+##message auth tag length
+#auth-tag-length 10
+
## Passphrase
## this is used to generate the crypto-key and salt
## this should be al least 30 characters
diff --git a/etc/uanytun/p2p-a/config b/etc/uanytun/p2p-a/config
index 07eb51b..5523ef3 100644
--- a/etc/uanytun/p2p-a/config
+++ b/etc/uanytun/p2p-a/config
@@ -22,6 +22,9 @@ cipher aes-ctr
#auth-algo null
auth-algo sha1
+##message auth tag length
+#auth-tag-length 10
+
## Passphrase
## this is used to generate the crypto-key and salt
## this should be al least 30 characters
diff --git a/etc/uanytun/p2p-b/config b/etc/uanytun/p2p-b/config
index aefcf10..5ffe2c9 100644
--- a/etc/uanytun/p2p-b/config
+++ b/etc/uanytun/p2p-b/config
@@ -22,6 +22,9 @@ cipher aes-ctr
#auth-algo null
auth-algo sha1
+##message auth tag length
+#auth-tag-length 10
+
## Passphrase
## this is used to generate the crypto-key and salt
## this should be al least 30 characters