diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-11-07 00:43:36 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-11-07 00:43:36 +0300 |
commit | 91df4499ccb1642c449c632ebc5a74ba7d5c7fd2 (patch) | |
tree | c066ec2ae80b7e550103f96407c5a6d5fb0d99e9 /accel-pptpd/accel-pptp.conf | |
parent | ab309f4568da0b6b64952e082a0f7d4cb1b028f8 (diff) | |
download | accel-ppp-xebd-91df4499ccb1642c449c632ebc5a74ba7d5c7fd2.tar.gz accel-ppp-xebd-91df4499ccb1642c449c632ebc5a74ba7d5c7fd2.zip |
chap-secrets: support the rate limit of session (in kilobits) at fifth column
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index 466e7da..d918aca 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -36,14 +36,17 @@ verbose=1 [pppoe] interface=eth0 +#ac-name=xxx +#service-name=yyy verbose=1 [l2tp] #dictionary=/usr/local/share/accel-pptp/l2tp/dictionary -#hello_interval=60 +#hello-interval=60 #timeout=60 #rtimeout=5 #retransmit=5 +#host-name=accel-pptp verbose=1 [dns] |