diff options
Diffstat (limited to 'accel-pptpd/accel-pptp.conf')
-rw-r--r-- | accel-pptpd/accel-pptp.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/accel-pptpd/accel-pptp.conf b/accel-pptpd/accel-pptp.conf index f6b43aac..bddfa272 100644 --- a/accel-pptpd/accel-pptp.conf +++ b/accel-pptpd/accel-pptp.conf @@ -59,9 +59,10 @@ verbose=1 nas-identifier=accel-pptp nas-ip-address=127.0.0.1 gw-ip-address=192.168.100.1 -auth_server=127.0.0.1:1812,testing123 -acct_server=127.0.0.1:1813,testing123 -dm_coa_secret=testing123 +auth-server=127.0.0.1:1812,testing123 +acct-server=127.0.0.1:1813,testing123 +dae-server=127.0.0.1:3799,testing123 +#dm_coa_secret=testing123 (deprecated) verbose=1 [client-ip-range] |