]> git.proxmox.com Git - pve-firewall.git/blame_incremental - debian/example/host.fw
remove optimize option
[pve-firewall.git] / debian / example / host.fw
... / ...
CommitLineData
1# /etc/pve/local/host.fw
2
3[OPTIONS]
4
5enable: 0
6tcp_flags_log_level: info
7smurf_log_level: nolog
8log_level_in: info
9log_level_out: info
10
11# allow more connections (default is 65536)
12nf_conntrack_max: 196608
13
14# reduce conntrack established timeout (default is 432000 - 5days)
15nf_conntrack_tcp_timeout_established: 7875
16
17# disable SMURFS filter
18nosmurfs: 0
19
20# filter illegal combinations of TCP flags
21tcpflags: 1
22
23[RULES]
24
25IN SSH(ACCEPT) net0
26OUT SSH(ACCEPT) net0