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

Commit

Permalink
major bug: default input was set to allow
Browse files Browse the repository at this point in the history
  • Loading branch information
imp1sh committed Dec 11, 2022
1 parent c063ab9 commit 1fa231e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ansible_openwrtfirewall/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ openwrt_firewall_deploypath: "{{ openwrt_firewall_deployroot }}etc/config"
openwrt_firewall_deployfile: "firewall"
openwrt_firewall_setdefaultzones: true
openwrt_firewall_default_forward: "REJECT"
openwrt_firewall_default_input: "ACCEPT"
openwrt_firewall_default_input: "REJECT"
openwrt_firewall_default_output: "ACCEPT"
openwrt_firewall_default_synflood_protect: 1
openwrt_firewall_default_flow_offloading: 0
Expand Down

0 comments on commit 1fa231e

Please sign in to comment.