Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd
| Files | Last commit | Last update |
|---|---|---|
devcontainer: fix etcd host | 8 months ago | |
build(deps): bump docker/setup-qemu-action from 4.2.0 to 4.3.0 (#2366) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/96fe6ef7f33517b61c61be40b68a1882f3264fb8...1f40c72289eff860ee54a304f1438e3cff362e0a) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 6 days ago | |
dhcp: debug (#1870) * dhcp: debug * add some debug docs | 11 months ago | |
release version v0.33.0 | 4 months ago | |
build(deps): bump library/golang from 1.26 to 1.27 in /cmd/external-dns (#2348) Bumps library/golang from 1.26 to 1.27. --- updated-dependencies: - dependency-name: library/golang dependency-version: '1.27' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 17 days ago | |
docs: some dart bs | 6 days ago | |
update grafana dashboard and screenshots | 2 years ago | |
build(deps): bump coredns/coredns from 1.14.6 to 1.14.7 in /hack/tests (#2349) Bumps coredns/coredns from 1.14.6 to 1.14.7. --- updated-dependencies: - dependency-name: coredns/coredns dependency-version: 1.14.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 17 days ago | |
TFTP (#500) * tftp? * start read * tftp read * move to resources * write to folder based on client IP * local tftp read support * fix test * fix dhcp test * format * revamp * add role config * start api * add tracing * make api actually work * fix web build * add size and initial web ui * add basic tests * add shared namespace * move test etcd endpoint * add tests * junit into codecov * fix default roles * fix etcd * fix web * fix etcdctl commands ignoring ETCD_ENDPOINT * docs and bump etcd size * add download * tests * fix etcd size * add upload form * fix upload * fix lint | 1 year ago | |
instance: fix leaks on role restart (#2365) * fix leaks on role restart * Revert "build(deps): bump the eslint group across 1 directory with 5 updates (#2059)" This reverts commit 0731bf4aa189bdc8749ff7cb765c4a0c2a6939c9. * fix lint | 6 days ago | |
api: migrate auth (users and tokens) to protobuf (#1848) * api: migrate auth (users and tokens) to protobuf * add marshal/unmarshal wrapper * migrate tokens * ? * fixup * fixup * fix web * fix lint * store user as pb in session * fix? * fix token parse | 4 months ago | |
build(deps): bump github.com/testcontainers/testcontainers-go from 0.41.0 to 0.42.0 (#2145) * build(deps): bump github.com/testcontainers/testcontainers-go Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org> | 4 months ago | |
build(deps): bump golang.org/x/net from 0.39.0 to 0.55.0 in /utils/pcap_to_bytes (#2276) build(deps): bump golang.org/x/net in /utils/pcap_to_bytes Bumps [golang.org/x/net](https://github.com/golang/net) from 0.39.0 to 0.55.0. - [Commits](https://github.com/golang/net/compare/v0.39.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2 months ago | |
build(deps): bump @codemirror/legacy-modes from 6.5.3 to 6.5.4 in /web (#2369) Bumps [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) from 6.5.3 to 6.5.4. - [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/legacy-modes/commits) --- updated-dependencies: - dependency-name: "@codemirror/legacy-modes" dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 3 days ago | |
etcd: implement more robust cluster joining (#1843) * etcd: start implementing more robust cluster joining * t * retry join, always log containers * rework * fix everything, add non-localhost client address, make ID in API response hex string * add no-wait test * fix coverage for e2e * fix coverage actually * ok maybe not * add more tests * better log, add test for remove and re-add node * fix | 11 months ago | |
tests: fix and improve JUnit conversion (#1844) * use junit converter as go tool * output tests as json * apparently go workspace files should not be in Git * skip some tests on non linux, actually do use JSON * cleanup and cleaner interface logging * fix openapi schema requiring auth * bump hugo * tidy? * I dont remember why tests had its own go.mod * maybe fix? * remove go get * specify junit file * fix panic? * simplify CI? * fix paths? * d'oh * bump timeout ig? * cleanup * match e2e timeout * fix | 11 months ago | |
build(deps): bump library/golang from 1.26 to 1.27 (#2347) Bumps library/golang from 1.26 to 1.27. --- updated-dependencies: - dependency-name: library/golang dependency-version: '1.27' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 17 days ago | |
add license | 3 years ago | |
release version v0.33.0 | 4 months ago | |
root: update readme more | 1 year ago | |
cleanup | 2 years ago | |
build(deps): bump golang.org/x/crypto from 0.55.0 to 0.56.0 (#2371) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.55.0 to 0.56.0. - [Commits](https://github.com/golang/crypto/compare/v0.55.0...v0.56.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 3 days ago | |
build(deps): bump golang.org/x/crypto from 0.55.0 to 0.56.0 (#2371) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.55.0 to 0.56.0. - [Commits](https://github.com/golang/crypto/compare/v0.55.0...v0.56.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 3 days ago | |
release version v0.33.0 | 4 months ago |
Translated by AI, submit an issue feedback
Introduction
Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd
GPL-3.0 Go3.08 KCommitsad-blockerapiblockydhcpdhcp-serverdnsdns-cachedns-serverprometheusreplicatedwebui
Customize your domain

