bntjah / lancache

Improve download speeds and reduce strain on your Internet connection at LAN parties. Locally cache game installs and updates from the largest distributors: Steam, RIOT, Blizard, Hirez, Origin, Sony, Microsoft, Tera, GOG, ArenaNetworks, WarGaming, and Uplay. Super easy to setup with auto installer script!
175 stars 43 forks source link

playstation 4 updates not cached #54

Closed cyrianox closed 7 years ago

cyrianox commented 7 years ago

i tried this, but still not working Any idea ?

Sony test

    local-zone: "playstation.net." transparent
    local-zone: "dl.playstation.net." redirect
    local-data: "dl.playstation.net. 600 IN A lc-host-sony"
    local-zone: "km.playstation.net." redirect
    local-data: "km.playstation.net. 600 IN A lc-host-sony"
muffeeee commented 7 years ago

Try:

# Sony °|-lc-host-vint:6
local-zone: "sony.com." transparent
local-zone: "pls.patch.station.sony.com." redirect
local-data: "pls.patch.station.sony.com. 600 IN A lc-host-sony"
local-zone: "playstation.net." transparent
local-zone: "gs2.ww.prod.dl.playstation.net." redirect
local-data: "gs2.ww.prod.dl.playstation.net. 600 IN A lc-host-sony"
local-zone: "gs2.sonycoment.loris-e.llnwd.net." redirect
local-data: "gs2.sonycoment.loris-e.llnwd.net. 600 IN A lc-host-sony"

I have no idea if this will cache ps4 updates, however it did solve some issues with playstation not being cached at all during a LAN event.

bntjah commented 7 years ago

Added the dns muffeee posted to the unbound config.

Thanks muffeee