diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-11-15 19:35:33 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-11-15 20:43:28 +0300 |
commit | 1cfae5217776e8f527b9529e19e22730c5977d66 (patch) | |
tree | 0ea080fedbda83eb2b7bf82fe23168388262dbfd /accel-pptpd/accel-pptp.conf | |
parent | b85986e561d4fc6532c0666e38014b51b66f485a (diff) | |
download | accel-ppp-xebd-1cfae5217776e8f527b9529e19e22730c5977d66.tar.gz accel-ppp-xebd-1cfae5217776e8f527b9529e19e22730c5977d66.zip |
log: implemented log_tcp logging target which sends logs to specified host over tcp/ip
radius: implemented accounting interim update timeout
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index 17f497b..83b1b97 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -64,6 +64,9 @@ acct-server=127.0.0.1:1813,testing123 dae-server=127.0.0.1:3799,testing123 #dm_coa_secret=testing123 (deprecated) verbose=1 +#timeout=3 +#max-try=3 +#acct-timeout=120 [client-ip-range] 10.0.0.0/8 |