]> go.fuhry.dev Git - runtime.git/commit
machines bugfixes
authorDan Fuhry <dan@fuhry.com>
Sat, 22 Mar 2025 01:26:52 +0000 (21:26 -0400)
committerDan Fuhry <dan@fuhry.com>
Sat, 22 Mar 2025 01:27:05 +0000 (21:27 -0400)
commita976d01c0df9c21690506577448efcc6381ee5bb
treed74030898f5b34cd0cabc34b6113be612eec9f0b
parentf493ec81ee16a86ea2c620a056f2e10b558d8aa0
machines bugfixes

- handle interface:deleted and host:deleted events
- coredns plugin: only call tryInit if we fail to load the saved state from disk
- coredns plugin: make all hostname lookups case insensitive
- coredns plugin: fix <interface>.<host>.<domain> lookups
- coredns plugin: bump init ticker interval to 10 seconds
- coredns plugin: tighten lock window when updating registry from API
- coredns plugin: increase verbosity level of some really noisy log messages
- tweak mqtt startup
- fix `allow/deny unknown-clients` being added to dhcp subnets with only one range
- add captive portal service in openbsd, fix maclist template
13 files changed:
machines/agent.go
machines/coredns_plugin/registry.go
machines/coredns_plugin/registry_store.go
machines/coredns_plugin/setup.go
machines/event_watcher.go
machines/machines_agent/main.go
machines/render.go
machines/services.go
machines/services_openbsd.go
machines/templates/dhcpd4.conf.j2
machines/templates/dhcpd6.conf.j2
machines/templates/maclist.conf.j2
machines/types.go