scoutdns/relay

By scoutdns

Updated 12 months ago

LAN based network relay. Requires ScoutDNS subscription to adopt.

Image
Networking
Security
1

608

scoutdns/relay repository overview

Create the configuration file to save the relay ID between restarts:

touch config.json

Set the listening IP address and run the container:

docker run -d -e RELAY_LISTEN="192.168.XXX.XXX:53" --name relay --network host --restart unless-stopped -v ./config.json:/opt/scoutdns/config.json scoutdns/relay

Check logs:

docker logs -f relay

Tag summary

Content type

Image

Digest

sha256:8b9ba03d6

Size

72.7 MB

Last updated

12 months ago

docker pull scoutdns/relay