Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sniproxy is downloading new copies #19

Closed
ghost opened this issue Mar 2, 2019 · 3 comments
Closed

sniproxy is downloading new copies #19

ghost opened this issue Mar 2, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 2, 2019

Describe the issue you are having

Hello, I am having an issue when I am running the sniproxy with this current configuration that appears to be downloading new copies of game updates some place instead of in the lancache repo....not sure if this is an previous issue or not

How are you running the container(s)?

sudo docker run --restart unless-stopped --name steamcache-dns --detach -p 172.16.10.235:53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=172.16.10.235 steamcache/steamcache-dns:latest
sudo docker run --restart unless-stopped --name lancache --detach -v /mnt/lancache/data:/data/cache -v /mnt/lancache/logs:/data/logs -p 172.16.10.235:80:80  steamcache/monolithic:latest
sudo docker run --restart unless-stopped --name sniproxy --detach -p 172.16.10.235:443:443 steamcache/sniproxy:latest
@VibroAxe
Copy link
Member

VibroAxe commented Mar 2, 2019

Hi there

Sniproxy is not a caching engine, it merely allows us to run http caching on mixed content domains

If you are on Comcast it appears the are some domains which need black holing?

@ghost
Copy link
Author

ghost commented Mar 2, 2019

right sniproxy is not...but for example when I am downloading a steam game/update...it appears in docker stats that sniproxy will have high utilization while the lancache docker is completely idle and no new entries are created in the access.log

once the update is completed, ill remove it and start the download again as a test and sniproxy is again at high utilization appearing to be caching from the internet again with the lancache docker idle and no new entries...

yes I am on comcast, not sure how to do the black holing...im going to research while clearing out my cache and re-installing

@VibroAxe
Copy link
Member

VibroAxe commented Mar 2, 2019

Check out lancachenet/lancache-dns#48 this should point you in the right direction

@VibroAxe VibroAxe closed this as completed Mar 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant