diff options
author | Kozlov Dmitry <dima@server> | 2010-11-13 15:22:11 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-13 15:22:11 +0300 |
commit | a49ab300966aa7fa58c75662dfce16b409b17751 (patch) | |
tree | 74b6a6851be4622e0184c086cea73c97f7839423 /accel-pptpd/accel-pptp.conf | |
parent | ed0ad05fccab77caf9f26160c2fbd5f830e5b13c (diff) | |
download | accel-ppp-a49ab300966aa7fa58c75662dfce16b409b17751.tar.gz accel-ppp-a49ab300966aa7fa58c75662dfce16b409b17751.zip |
cli: implemented tcp frontend to send batch commands
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index 5b4d430b..17f497b6 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -105,6 +105,6 @@ verbose=1 #latency=50 [cli] -bind=127.0.0.1 -port=2000 +telnet=127.0.0.1:2000 +tcp=127.0.0.1:2001 #passwd=123 |