~cofob/matrix-dnsbot

Rewrite of https://github.com/cofob/tgdnsresolver
Remove .cargo folder
Change container base to bullseye
Change image base to alpine

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~cofob/matrix-dnsbot
read/write
git@git.sr.ht:~cofob/matrix-dnsbot

You can also use your local clone with git send-email.

#matrix-dnsbot

DNS resolver in matrix. Just invite @dnsbot:matrix.org in your 1:1 or group chat.

#Features

  • Fully supports encryption
  • Support bot-bridges
  • Async

#Use with Docker

Simple as

docker run -d --name dnsbot --restart always \
  -v db:/db \
  -e HOMESERVER=https://matrix.org/ \
  -e USERNAME=dnsbot \
  -e PASSWORD=p4ssW0rD_ \
  --dns 1.1.1.1 \
  --cpus 0.5 -m 100m \
  ghcr.io/cofob/dnsbot