RyanEwen / lan-cache-docker

A super simple docker container to run a LAN cache for steam, origin, etc
78 stars 14 forks source link

Question: disable or remove a service #7

Closed tango-kilo closed 6 years ago

tango-kilo commented 6 years ago

If I wanted to remove a service, for example xbox live, which requires a spoofed SSL cert, do I just delete the xbox dnsmasq and nginx conf files and do the following? docker-compose down docker-compose up -d

The reason for asking, the lan cache was preventing login to Microsoft Store based games, Sea of Thieves beta specifically. One I had the attendees manually set real DNS and flush they were able to login.

RyanEwen commented 6 years ago

Yes, that should do what you want.

SSL traffic should get proxied through unchanged without breaking it, I'll report back if I find a fix the issue you're seeing.