LAN based network relay. Requires ScoutDNS subscription to adopt.
608
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
Content type
Image
Digest
sha256:8b9ba03d6…
Size
72.7 MB
Last updated
12 months ago
docker pull scoutdns/relay