From 30ef8034920254053b470d048e86690d56c50521 Mon Sep 17 00:00:00 2001 From: "root@culturestrings" Date: Mon, 18 May 2020 06:33:32 +0000 Subject: firewall: added firehol configuration files. --- public/fs/etc/firehol/fireqos.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/fs/etc/firehol/fireqos.conf (limited to 'public/fs/etc/firehol/fireqos.conf') diff --git a/public/fs/etc/firehol/fireqos.conf b/public/fs/etc/firehol/fireqos.conf new file mode 100644 index 0000000..ee6bfc7 --- /dev/null +++ b/public/fs/etc/firehol/fireqos.conf @@ -0,0 +1,20 @@ +server_mosh_ports="udp/60000:61000" +client_mosh_ports="default" + +interface eth0 world bidirectional rate 950mbit minrate 100kbit ethernet + class interactive commit 20% + client dns + client ssh + server ssh + client mosh + server mosh + + class web commit 50% + client surfing + server surfing + + class synacks + match tcp syn + match tcp ack + + class default -- cgit v1.2.3