From d98bceacc45be04319b8bcf5fdf102497999e58b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 12 Mar 2015 23:58:28 +0100 Subject: [PATCH] knockd default conf --- assets/knockd.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 assets/knockd.conf diff --git a/assets/knockd.conf b/assets/knockd.conf new file mode 100644 index 0000000..04effa6 --- /dev/null +++ b/assets/knockd.conf @@ -0,0 +1,15 @@ +################################################ +# +# knockd's default file, for generic sys config +# +################################################ + +# control if we start knockd at init or not +# 1 = start +# anything else = don't start +# +# PLEASE EDIT /etc/knockd.conf BEFORE ENABLING +START_KNOCKD=0 + +# command line options +#KNOCKD_OPTS="-i eth1"