diff options
author | Kozlov Dmitry <dima@server> | 2010-11-10 18:51:13 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-10 18:51:13 +0300 |
commit | 0bf5010f4252c414fb629fd21f0f2abdebb6eda7 (patch) | |
tree | 322e54edf4a8201c94ffbcaa8bd0bf55866d8c33 /accel-pptpd/accel-pptp.conf | |
parent | 058e7ff66b8fbb1f9494ae5077e5294db288fb1c (diff) | |
download | accel-ppp-0bf5010f4252c414fb629fd21f0f2abdebb6eda7.tar.gz accel-ppp-0bf5010f4252c414fb629fd21f0f2abdebb6eda7.zip |
updated build system: accel-pptp.conf will be installed as /etc/accel-pptp.conf.dist to prevent user config erasing
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index bddfa272..5b4d430b 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -103,3 +103,8 @@ verbose=1 #down-burst-factor=0.1 #up-burst-factor=1.0 #latency=50 + +[cli] +bind=127.0.0.1 +port=2000 +#passwd=123 |