X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/f387a9b3f2c63203483d6082b7fe122ee92ef095..46ec025f156b16cf4bd65270680ffb69313aea18:/etc/startup-config.default diff --git a/etc/startup-config.default b/etc/startup-config.default index b2c814c..6ec4011 100644 --- a/etc/startup-config.default +++ b/etc/startup-config.default @@ -1,21 +1,20 @@ set debug 3 set log_file "/var/log/l2tpns" +set pid_file "/var/run/l2tpns.pid" set l2tp_secret "secret" set primary_dns 1.2.3.4 set secondary_dns 1.2.3.5 -set save_state yes -set snoop_host 1.2.3.4 -set snoop_port 41001 set primary_radius 1.2.3.6 set secondary_radius 1.2.3.7 set radius_accounting yes set radius_secret "secret" set bind_address 0.0.0.0 -set cluster_master 0.0.0.0 set throttle_speed 64 -set accounting_dir "/var/run/l2tpns/acct/" +set accounting_dir "/var/run/l2tpns/acct" set setuid 0 set dump_speed no load plugin "garden" +load plugin "throttlectl" load plugin "autothrottle" +load plugin "snoopctl" load plugin "autosnoop"