Skip to content

Commit

Permalink
Merge pull request #23 from NethServer/fixIpset
Browse files Browse the repository at this point in the history
Fix the broken ipset/rules
  • Loading branch information
stephdl authored Oct 6, 2023
2 parents 906deb4 + 0bac3b1 commit c16ae1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildah add "${container}" ui/dist /ui
buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=" \
--label="org.nethserver.rootfull=1" \
--label="org.nethserver.images=docker.io/crowdsecurity/crowdsec:v1.5.3-rc4-debian" \
--label="org.nethserver.images=docker.io/crowdsecurity/crowdsec:v1.5.4-debian" \
--label="org.nethserver.tcp-ports-demand=2" \
"${container}"
# Commit the image
Expand Down
1 change: 1 addition & 0 deletions imageroot/actions/create-module/50start-bouncer
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ After=${MODULE_ID}.service
[Service]
Restart=always
ExecStartPre=
ExecStartPre=runagent -m ${MODULE_ID} firewall-rules create-ipset
ExecStartPre=runagent -m ${MODULE_ID} firewall-rules add-rule
ExecStopPost=runagent -m ${MODULE_ID} firewall-rules remove-rule
Expand Down

0 comments on commit c16ae1a

Please sign in to comment.