summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/pptpclient/files/new-mppe/options.pptp')
-rw-r--r--net-dialup/pptpclient/files/new-mppe/options.pptp32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-dialup/pptpclient/files/new-mppe/options.pptp b/net-dialup/pptpclient/files/new-mppe/options.pptp
deleted file mode 100644
index 24119ad5da61..000000000000
--- a/net-dialup/pptpclient/files/new-mppe/options.pptp
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Lock the port
-#
-lock
-
-#
-# We don't need the tunnel server to authenticate itself
-#
-noauth
-
-#
-# Turn off transmission protocols we know won't be used
-#
-nobsdcomp
-nodeflate
-
-#
-# We want MPPE
-#
-require-mppe
-
-#
-# We want a sane mtu/mru
-#
-mtu 1000
-mru 1000
-
-#
-# Time this thing out of it goes poof
-#
-lcp-echo-failure 10
-lcp-echo-interval 10