add Ferrous DNS#985
Open
andersonviudes wants to merge 1 commit into
Open
Conversation
Add Ferrous DNS, a high-performance Rust DNS server with network-wide ad-blocking (Pi-hole/AdGuard Home alternative). Uses host networking to bind port 53 and mDNS discovery, with the web dashboard on port 8080.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
ferrousnetworking/ferrous-dns:0.9.6(multi-arch: amd64, arm64).network_mode: hostso it can bind DNS on port 53 (TCP/UDP) and discover devices via mDNS (UDP 5353 multicast, which does not traverse the Docker bridge). Web dashboard exposed on port 8080 (port_map: "8080",scheme: http).x-casaosmetadata with tagline/description in 16 locales, per-env and per-volume descriptions, before-install tips, and v0.9.6 release notes.icon.png, three dashboard screenshots, andthumbnail.png.Test plan
IceWhaleTech/build-appstore-action@v1) against a single-app source tree:apps_built: 1,errors_total: 0,warnings_total: 0.0.9.6resolves digests for bothamd64andarm64.docker-compose.ymlparses and all requiredx-casaosfields present (id,main,index,port_map,icon,title,category,version)..github/workflows/validator.yml) passes on this PR.App source: https://github.com/ferrous-networking/ferrous-dns