Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Added new spoofs for microsoft and riot
Browse files Browse the repository at this point in the history
Added the following spoofs:
* assets1.xboxlive.com.nsatc.net assets1.xboxlive.com for microsoft.
* worldwide.l3cdn.riotgames.com for riot.

Also:
* Added default links for nginx.conf and vhosts so that a clean checkout just works.
* Remove debug from spare1 logging.
  • Loading branch information
stevenh committed May 6, 2016
1 parent 701eb1c commit 68c9f6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions nginx.conf
6 changes: 3 additions & 3 deletions sites/lancache.conf
Expand Up @@ -25,7 +25,7 @@ server {
listen lancache-riot accept_filter=httpready default;
server_name riot _;
# DNS entries:
# lancache-riot l3cdn.riotgames.com
# lancache-riot l3cdn.riotgames.com worldwide.l3cdn.riotgames.com
access_log /data/www/logs/lancache-riot-access.log main buffer=128k flush=1m;
error_log /data/www/logs/lancache-riot-error.log;
include lancache/node-default;
Expand Down Expand Up @@ -94,7 +94,7 @@ server {
listen lancache-microsoft accept_filter=httpready default;
server_name microsoft _;
# DNS entries:
# lancache-microsoft *.download.windowsupdate.com download.windowsupdate.com dlassets.xboxlive.com *.xboxone.loris.llnwd.net xboxone.vo.llnwd.net images-eds.xboxlive.com xbox-mbr.xboxlive.com
# lancache-microsoft *.download.windowsupdate.com download.windowsupdate.com dlassets.xboxlive.com *.xboxone.loris.llnwd.net xboxone.vo.llnwd.net images-eds.xboxlive.com xbox-mbr.xboxlive.com assets1.xboxlive.com.nsatc.net assets1.xboxlive.com
access_log /data/www/logs/lancache-microsoft-access.log main buffer=128k flush=1m;
error_log /data/www/logs/lancache-microsoft-error.log;
include lancache/node-microsoft;
Expand All @@ -107,7 +107,7 @@ server {
# DNS entries:
# lancache-spare1
access_log /data/www/logs/lancache-spare1-access.log main;
error_log /data/www/logs/lancache-spare1-error.log debug;
error_log /data/www/logs/lancache-spare1-error.log;
include lancache/node-debug;
}

Expand Down
1 change: 1 addition & 0 deletions vhosts/lancache.conf

0 comments on commit 68c9f6e

Please sign in to comment.