~cofob/matrix-dnsbot

DNS resolver in matrix.

2f96bcb Remove .cargo folder

2 years ago

850159b Change container base to bullseye

2 years ago

#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