Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 1fa231e

Browse files
committed
major bug: default input was set to allow
1 parent c063ab9 commit 1fa231e

File tree

1 file changed

+1
-1
lines changed
  • roles/ansible_openwrtfirewall/defaults

1 file changed

+1
-1
lines changed

roles/ansible_openwrtfirewall/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ openwrt_firewall_deploypath: "{{ openwrt_firewall_deployroot }}etc/config"
66
openwrt_firewall_deployfile: "firewall"
77
openwrt_firewall_setdefaultzones: true
88
openwrt_firewall_default_forward: "REJECT"
9-
openwrt_firewall_default_input: "ACCEPT"
9+
openwrt_firewall_default_input: "REJECT"
1010
openwrt_firewall_default_output: "ACCEPT"
1111
openwrt_firewall_default_synflood_protect: 1
1212
openwrt_firewall_default_flow_offloading: 0

0 commit comments

Comments
 (0)