Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. docker run \
  2. --restart unless-stopped -d \
  3. --name steamcache-dns \
  4. -p 192.168.10.21:53:53/udp \
  5. -e UPSTREAM_DNS=8.8.8.8 \
  6. -e STEAMCACHE_IP=192.168.10.21 \
  7. -e RIOTCACHE_IP=192.168.10.22 \
  8. -e WINDOWSCACHE_IP=192.168.10.23 \
  9. steamcache/steamcache-dns:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement