diff options
Diffstat (limited to 'net/l2tpd/files/patch-doc__l2tpd.conf.sample')
-rw-r--r-- | net/l2tpd/files/patch-doc__l2tpd.conf.sample | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/l2tpd/files/patch-doc__l2tpd.conf.sample b/net/l2tpd/files/patch-doc__l2tpd.conf.sample new file mode 100644 index 000000000000..2e4377e31f30 --- /dev/null +++ b/net/l2tpd/files/patch-doc__l2tpd.conf.sample @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- doc/l2tpd.conf.sample.orig Sat Aug 10 03:42:22 2002 ++++ doc/l2tpd.conf.sample Wed Apr 16 16:13:48 2003 +@@ -9,8 +9,9 @@ + ; You most definitely don't have to spell out everything as it is done here + ; + ; [global] ; Global parameters: ++; address = 0.0.0.0 ; * Bind to IP address + ; port = 1701 ; * Bind to port 1701 +-; auth file = /etc/l2tp/l2tp-secrets ; * Where our challenge secrets are ++; auth file = %%PREFIX%%/etc/l2tp/l2tp-secrets ; * Where our challenge secrets are + ; access control = yes ; * Refuse connections without IP match + ; rand source = dev ; Source for entropy for random + ; ; numbers, options are: |