Client & Server implementation for local DNS discovery
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-16 10:28:37 -04:00
.forgejo/workflows chore(deps): update https://vc.maxkaya.com/maxpeterkaya/changelog action to v1.6.3 2026-07-12 23:45:47 +00:00
.gitignore feat: add .idea to gitignore 2026-05-15 21:48:31 -04:00
buildinfo.go feat: add buildinfo 2026-05-15 21:49:12 -04:00
client.go feat: add client 2026-05-15 21:49:46 -04:00
config.go feat: add config 2026-05-15 21:49:18 -04:00
go.mod feat: create module 2026-05-15 21:51:07 -04:00
go.sum feat: create module 2026-05-15 21:51:07 -04:00
keys.go feat: add rsa keys 2026-05-15 21:49:34 -04:00
LICENSE Initial commit 2026-03-11 12:22:02 -04:00
logger.go feat: add logger 2026-05-15 21:49:25 -04:00
payload.go feat: add payload 2026-05-15 21:49:42 -04:00
README.md Initial commit 2026-03-11 12:22:02 -04:00
renovate.json Add renovate.json 2026-05-16 03:15:10 +00:00
server.go feat: add server 2026-05-15 21:51:13 -04:00
simplediscover.go feat: add init func 2026-05-15 21:51:20 -04:00
simplediscover_test.go feat: add test 2026-05-15 21:51:26 -04:00

simplediscover