jpgpi250 / piholemanual

files referred to in my pihole installation manual
115 stars 14 forks source link

menards.com fails to load all resources due to blocked IPv4 #35

Closed babilon closed 1 year ago

babilon commented 1 year ago

www.menards.com fails to load many required resources when blocking access to IPv4 151.139.128.10 which is in the DoH block. This IPv4 appears to originate in https://raw.githubusercontent.com/dibdot/DoH-IP-blocklists/master/doh-ipv4.txt. Project page: https://github.com/dibdot/DoH-IP-blocklists

dibdot's domain list includes the domain dns-secondary.cloudnx.cloud which resolves to IPv4 151.139.128.10

$ dig cloudnx.cloud
...
;; ANSWER SECTION:
cloudnx.cloud.      300 IN  A   151.139.128.10

www.menards.com loads a lot of resources from the domain sp.menardc.com which also resolves to IPv4 151.139.128.10

$ dig sp.menardc.com
...
;; ANSWER SECTION:
sp.menardc.com.     2383    IN  CNAME   z2t7k8j7.stackpathcdn.com.
z2t7k8j7.stackpathcdn.com. 250  IN  A   151.139.128.10

dibdot's project page lacks an "issues" page. Are you interested in whitelisting this IPv4? Removing the list from your aggregator? Submitting a merge request to dibot's project?

babilon commented 1 year ago

Disregard, I only now found how to view all issues including closed. I see https://github.com/jpgpi250/piholemanual/issues/23 already documents this.