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

Fix the broken ipset/rules #23

Merged
merged 2 commits into from Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-images.sh
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
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