Sign inSign up

mpawlowski/lancache

By mpawlowski

Updated almost 11 years ago

LAN game caching

Image
3

1.4K

mpawlowski/lancache repository overview

#lancache

Game Update Caching for LAN Parties

Initially pulled from http://blog.multiplay.co.uk/2014/04/lancache-dynamically-caching-game-installs-at-lans-using-nginx/

#1. Usage

git clone [email protected]:mpawlowski/lancache.git
cd lancache/
docker build -t lancache
docker run \
    -p 80:80 \
    -v /srv/www/cache:/tmp/cache \
    lancache;

#2. DNSMasq Entries

address=/.cs.steampowered.com/<ip-address>

Tag summary

Content type

Image

Digest

sha256:b4f8ba2a4

Size

52.2 MB

Last updated

almost 11 years ago

docker pull mpawlowski/lancache