Closed savimaki closed 5 years ago
/etc/resolv.conf
"nameserver 127.0.0.53"
If you looked in the cache_domains.json, you can see that the Windows Update service name is actually wsus
, so it would be WSUSCACHE_IP
instead, not WINDOWSUPDATESCACHE_IP
@some-username-here1 is correct, you also have the wrong service name for twitch it should be TWITCH not TWITCH_APP
Your run command should look like this:
sudo docker run \
--restart unless-stopped -d \
--name steamcache-dns \
-p 192.168.1.200:53:53/udp \
-e UPSTREAM_DNS=1.1.1.1 \
-e STEAMCACHE_IP=192.168.1.200 \
-e ORIGINCACHE_IP=192.168.1.201 \
-e BLIZZARDCACHE_IP=192.168.1.202 \
-e RIOTCACHE_IP=192.168.1.203 \
-e FRONTIERCACHE_IP=192.168.1.204 \
-e WSUSCACHE_IP=192.168.1.205 \
-e SONYCACHE_IP=192.168.1.206 \
-e ROCKSTARCACHE_IP=192.168.1.207 \
-e NINTENDOCACHE_IP=192.168.1.208 \
-e TWITCHCACHE_IP=192.168.1.209 \
-e APPLECACHE_IP=192.168.1.210 \
-e XBOXLIVECACHE_IP=192.168.1.211 \
steamcache/steamcache-dns:latest
Issue Description: See title
Docker Run Command: These are the commands I used. Ignore the top IP's, they are just a memo.
Docker Container Output:
There isn't even a "bind" directory anyway, even though it says its creating it