Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes extra file with possible custom firewall rules. #100

Merged
merged 3 commits into from Feb 29, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update void-files/etc/firewall-conf/open-out.conf
Co-Authored-By: Ken Moore <ken@ixsystems.com>
  • Loading branch information
hardcodes and beanpole135 committed Feb 29, 2020
commit de18c70cefd57819c1581bf076d6a1707f4f4084
@@ -16,6 +16,6 @@ add rule inet filter input ct state established,related accept
# IPv6 neighbor discovery
add rule inet filter input ip6 nexthdr icmpv6 icmpv6 type { nd-neighbor-solicit, echo-request, nd-router-advert, nd-neighbor-advert } accept
# include file with custum inbound rules
include custom-inbound.conf
include custom-*.conf
# drop all other packets
add rule inet filter input counter drop