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

Re-add minecraft.txt? #70

Closed
some-username-here1 opened this issue Feb 15, 2019 · 3 comments
Closed

Re-add minecraft.txt? #70

some-username-here1 opened this issue Feb 15, 2019 · 3 comments

Comments

@some-username-here1
Copy link
Contributor

some-username-here1 commented Feb 15, 2019

Describe the issue you are having

Having to download a bunch of files from minecraft.net, and waiting for a long while instead of it being cached into my lan server on the first download

I copied a url to a download of a file while my Minecraft launcher was downloading stuff, replaced the "https" part with "http", and hey, it still worked, and the only reason I know minecraft.txt used to exist was via the commit history

Describe your setup?

cache-<service> with each service having it's own IP (eg. 192.168.1.100, 192.168.1.101, and so forth), with steamcache-dns being the main IP (ex: 192.168.1.100), then that main IP being the main IP for my DNS

Are you running sniproxy

Yes, it's enabled

DNS Configuration

docker run \
  --restart unless-stopped -d \
  --name steamcache-dns \
  -p 192.168.1.100:53:53/udp \
  -e UPSTREAM_DNS=1.1.1.1 \
  -e WSUSCACHE_IP=192.168.1.100 \
  -e STEAMCACHE_IP=192.168.1.101 \
  -e NINTENDOCACHE_IP=192.168.1.102 \
  -e XBOXLIVECACHE_IP=192.168.1.103 \
  -e ORIGINCACHE_IP=192.168.1.104 \
  -e TWITCHCACHE_IP=192.168.1.105 \
  -e APPLECACHE_IP=192.168.1.106 \
  -e BLIZZARDCACHE_IP=192.168.1.107 \
  -e FRONTIERCACHE_IP=192.168.1.108 \
  -e RIOTCACHE_IP=192.168.1.109 \
  -e ARENANETCACHE_IP=192.168.1.110 \
  -e HIREZCACHE_IP=192.168.1.111 \
  -e SONYCACHE_IP=192.168.1.112 \
  -e ROCKSTARCACHE_IP=192.168.1.113 \
  -e UPLAYCACHE_IP=192.168.1.114 \
  -e NEXUSMODSCACHE_IP=192.168.1.115 \
  -e DAYBREAKCACHE_IP=192.168.1.116 \
  -e RENEGADEXCACHE_IP=192.168.1.117 \
  -e WARGAMINGCACHE_IP=192.168.1.118 \
  steamcache/steamcache-dns:latest

Sniproxy output

2019-02-13 20:35:37 recv(): Connection reset by peer, closing connection
2019-02-13 20:38:05 recv(): Connection reset by peer, closing connection
2019-02-13 22:07:19 recv(): Connection reset by peer, closing connection
2019-02-13 22:08:12 recv(): Connection reset by peer, closing connection
2019-02-14 04:05:45 recv(): Connection reset by peer, closing connection
2019-02-14 07:45:17 recv(): Connection reset by peer, closing connection
2019-02-14 14:34:36 recv(): Connection reset by peer, closing connection
      4 cp801-prod.do.dsp.mp.microsoft.com
      5 fe2.update.microsoft.com
      4 geo-prod.do.dsp.mp.microsoft.com
      2 geover-prod.do.dsp.mp.microsoft.com
      4 kv801-prod.do.dsp.mp.microsoft.com
     14 sls.update.microsoft.com
      3 valve713.steamcontent.com
@some-username-here1
Copy link
Contributor Author

Here's a list of web addresses I found while looking in the log console within the launcher itself:
launchermeta.mojang.com, launcher.mojang.com. libraries.minecraft.net, resources.minecraft.net, resources.download.minecraft.net

@some-username-here1
Copy link
Contributor Author

some-username-here1 commented Feb 15, 2019

Was there also really a reason why commit 5fd8907 and d59f26c went through?

EDIT: Oh, I see why now, with #45, but it was still possible to download over http anyway and I want to try it out

@some-username-here1
Copy link
Contributor Author

#72

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

2 participants