mirror of
https://github.com/uklans/cache-domains
synced 2024-11-22 11:23:05 +00:00
Merge pull request #3 from zeropingheroes/master
Adding to formatting notes
This commit is contained in:
commit
1a22714731
5 changed files with 20 additions and 8 deletions
10
README.md
10
README.md
|
@ -11,11 +11,15 @@ You can use this list one of two ways:
|
|||
- Overriding DNS for these hostnames to point to the IP of your cache server.
|
||||
- Use them in Squid with WCCP to redirect content to the right cache server.
|
||||
|
||||
There is a separate file for each caching service. Some notes on formatting:
|
||||
There is a separate file for each cacheable service. Some notes on formatting:
|
||||
|
||||
- Every line should be a seperate hostname for that service.
|
||||
- Wildcards can be represented with a space.
|
||||
- Wildcards can be represented with an asterix.
|
||||
- Only one wildcard is permitted per line.
|
||||
- If a wildcard is used, it should be the first character on the line.
|
||||
- Wildcards are not treated as matching null, e.g. `*.example.com` will match `a.example.com` but will not match `example.com`
|
||||
- Lines starting with a # will be treated as a comment.
|
||||
- Files must end with an empty newline.
|
||||
|
||||
## Updates
|
||||
|
||||
|
@ -47,4 +51,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
SOFTWARE.
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
origin-a.akamaihd.net
|
||||
akamai.cdn.ea.com
|
||||
lvlt.cdn.ea.com
|
||||
river.data.ea.com
|
||||
river.data.ea.com
|
||||
origin-a.akamaihd.net.edgesuite.net
|
||||
|
|
4
riot.txt
4
riot.txt
|
@ -1,2 +1,4 @@
|
|||
l3cdn.riotgames.com
|
||||
worldwide.l3cdn.riotgames.com
|
||||
worldwide.l3cdn.riotgames.com
|
||||
riotgamespatcher-a.akamaihd.net
|
||||
riotgamespatcher-a.akamaihd.net.edgesuite.net
|
||||
|
|
|
@ -16,4 +16,7 @@ content-origin.steampowered.com
|
|||
clientconfig.akamai.steamtransparent.com
|
||||
steampipe.akamaized.net
|
||||
edgecast.steamstatic.com
|
||||
steam.apac.qtlglb.com.mwcloudcdn.com
|
||||
steam.apac.qtlglb.com.mwcloudcdn.com
|
||||
*.cs.steampowered.com
|
||||
*.edgecast.steamstatic.com
|
||||
*.steamcontent.com
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
download.windowsupdate.com
|
||||
officecdn.microsoft.com
|
||||
officecdn.microsoft.com
|
||||
*.windowsupdate.com
|
||||
windowsupdate.com
|
||||
*.dl.delivery.mp.microsoft.com
|
||||
|
|
Loading…
Reference in a new issue