mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #67] Add instructions / notes regarding firewall setup #24
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joohoi on GitHub (Apr 8, 2018).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/67
As noted by @jvanasco in https://github.com/joohoi/acme-dns/pull/64#issuecomment-377645243
@jvanasco commented on GitHub (Apr 10, 2018):
FYI I ended up handling port53 toggling via
iptablesand a custom acme-dns chain as suggested to me in a serverfault Q&A.After a bit of fiddling, the top of the output from my
iptables-save(and iptables-restore) looks roughly like this:This line to create the chain...
...is essentially the same as:
And this line
...is the same as
I decided to handle this via save/restore because I didn't know how to better position the routes.
When running acme-dns, i open the ports via:
And when shutting it off, I just clear out the entire rule