Initial commit.
This commit is contained in:
34
ppp/options.pptpd
Normal file
34
ppp/options.pptpd
Normal file
@@ -0,0 +1,34 @@
|
||||
###############################################################################
|
||||
# $Id: options.pptpd,v 1.11 2005/12/29 01:21:09 quozl Exp $
|
||||
#
|
||||
# Sample Poptop PPP options file /etc/ppp/options.pptpd
|
||||
# Options used by PPP when a connection arrives from a client.
|
||||
# This file is pointed to by /etc/pptpd.conf option keyword.
|
||||
# Changes are effective on the next connection. See "man pppd".
|
||||
#
|
||||
# You are expected to change this file to suit your system. As
|
||||
# packaged, it requires PPP 2.4.2 and the kernel MPPE module.
|
||||
###############################################################################
|
||||
|
||||
# Authentication
|
||||
name pptpd
|
||||
#chapms-strip-domain
|
||||
|
||||
# Encryption
|
||||
refuse-pap
|
||||
refuse-chap
|
||||
refuse-mschap
|
||||
require-mschap-v2
|
||||
require-mppe-128
|
||||
|
||||
# Options
|
||||
proxyarp
|
||||
nobsdcomp
|
||||
nodeflate
|
||||
lock
|
||||
novj
|
||||
novjccomp
|
||||
nologfd
|
||||
|
||||
mtu 1496
|
||||
mru 1496
|
||||
Reference in New Issue
Block a user