👋
Hi there 🔭 I’m currently working on lancache.net🤔 I’m looking for help with uklans💬 Ask me about Docker, Reverse Proxying, Lancache & LAN network management📫 How to reach me: Twitter😄 Pronouns: He/Him
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse#!/bin/bash
HOST_IP=`hostname -I`
docker run --restart unless-stopped --name steamcache-dns -p $HOST_IP:53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=$HOST_IP steamcache/steamcache-dns:latest
docker run --restart unless-stopped --name cache-mono -v /cache/data:/data/cache -v /cache/logs:/data/logs -p $HOST_IP:80:80 steamcache/monolithic:latest
A monolithic lancache service capable of caching all CDNs in a single instance