Koozali.org: home of the SME Server

Delivery Optimization entries for squid

Offline Spacko

  • 1
  • +0/-0
Delivery Optimization entries for squid
« on: February 19, 2018, 12:20:24 PM »
Hi All,

According to https://docs.microsoft.com/en-us/windows/deployment/update/waas-delivery-optimization#set-preferred-cache-devices-for-delivery-optimization, we should have

*.dl.delivery.mp.microsoft.com
*.emdl.ws.microsoft.com

added to the /etc/e-smith/templates-custom/etc/squid/squid.conf/05refreshpattern so that Windows 10 updates via WUDO get cached. I think the lines should look like:

refresh_pattern http://.*\.dl\.delivery\.mp\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern https://.*\.dl\.delivery\.mp\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://.*\.emdl\.ws\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern https://.*\.emdl\.ws\.microsoft\.com/ 0 80% 20160 reload-into-ims

Can someone out there confirm I have this right, and if so update the wiki, please?

Thanks.