diff options
Diffstat (limited to 'openwrt/package/pptpd/files/options.pptpd')
-rw-r--r-- | openwrt/package/pptpd/files/options.pptpd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/openwrt/package/pptpd/files/options.pptpd b/openwrt/package/pptpd/files/options.pptpd new file mode 100644 index 000000000..5dd2daf79 --- /dev/null +++ b/openwrt/package/pptpd/files/options.pptpd @@ -0,0 +1,23 @@ +#debug +#logfile /tmp/pptp-server.log +172.16.1.1: +auth +name "pptp-server" +lcp-echo-failure 3 +lcp-echo-interval 60 +default-asyncmap +mtu 1482 +mru 1482 +nobsdcomp +nodeflate +#noproxyarp +#nomppc +mppe required,no40,no56,stateless +require-mschap-v2 +refuse-chap +refuse-mschap +refuse-eap +refuse-pap +#ms-dns 172.16.1.1 +#plugin radius.so +#radius-config-file /etc/radius.conf |