From c3c67d55f32104765308ac3871e9e77f91988a86 Mon Sep 17 00:00:00 2001 From: David Marec Date: Fri, 2 Nov 2018 22:43:17 +0100 Subject: [PATCH] mbr --- rc.conf.d/blacklistd | 4 ++++ rc.conf.d/hostname | 2 +- rc.conf.d/network | 3 --- rc.conf.d/nginx | 2 ++ rc.conf.d/pf | 2 ++ rc.conf.d/pflog | 4 ++++ rc.conf.d/routing | 3 +++ 7 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 rc.conf.d/blacklistd delete mode 100644 rc.conf.d/network create mode 100644 rc.conf.d/nginx create mode 100644 rc.conf.d/pf create mode 100644 rc.conf.d/pflog create mode 100644 rc.conf.d/routing diff --git a/rc.conf.d/blacklistd b/rc.conf.d/blacklistd new file mode 100644 index 0000000..884181f --- /dev/null +++ b/rc.conf.d/blacklistd @@ -0,0 +1,4 @@ +blacklistd_enable="YES" +blacklistd_flags="-r" +sshd_flags="-o UseBlacklist=yes" + diff --git a/rc.conf.d/hostname b/rc.conf.d/hostname index 515981b..08eccd0 100644 --- a/rc.conf.d/hostname +++ b/rc.conf.d/hostname @@ -1,2 +1,2 @@ -hostname="vazylouison" +hostname="matarje" diff --git a/rc.conf.d/network b/rc.conf.d/network deleted file mode 100644 index a935a34..0000000 --- a/rc.conf.d/network +++ /dev/null @@ -1,3 +0,0 @@ -#ifconfig_re0="inet netmask " -#defaultrouter="" -#ifconfig_re0_ipv6="inet6 accept_rtadv" diff --git a/rc.conf.d/nginx b/rc.conf.d/nginx new file mode 100644 index 0000000..5658b40 --- /dev/null +++ b/rc.conf.d/nginx @@ -0,0 +1,2 @@ +nginx_enable="YES" + diff --git a/rc.conf.d/pf b/rc.conf.d/pf new file mode 100644 index 0000000..b95a2b2 --- /dev/null +++ b/rc.conf.d/pf @@ -0,0 +1,2 @@ +pf_enable=true + diff --git a/rc.conf.d/pflog b/rc.conf.d/pflog new file mode 100644 index 0000000..9dbc4c2 --- /dev/null +++ b/rc.conf.d/pflog @@ -0,0 +1,4 @@ +pflog_enable="YES" +pflog_logfile="/var/log/pflog" # where pflogd should store the logfile +pflog_flags="" # additional flags for pflogd startup + diff --git a/rc.conf.d/routing b/rc.conf.d/routing new file mode 100644 index 0000000..48af087 --- /dev/null +++ b/rc.conf.d/routing @@ -0,0 +1,3 @@ +defaultrouter="136.243.125.33" +ipv6_defaultrouter="fe80::1%re0" + -- 2.44.0