分页: 1 / 1

#1 貌似很多DNS requests

发表于 : 2025年 2月 16日 11:07
YouHi
我用pi-hole,发现访问本站有时超出了default的每分钟1000个DNS requests。

下面是部分requests.

btloader.com
beacons5.gvt3.com
beacons4.gvt2.com
...
android.clients.google.com
clients2.google.com
googletagmanager.com
c.amazon-adsystem.com
cadmus.script.ac

#2 Re: 貌似很多DNS requests

发表于 : 2025年 2月 16日 11:12
uws
有时候看新买提时,浏览器会自动跳转到垃圾页面
有人遇到过吗

#3 Re: 貌似很多DNS requests

发表于 : 2025年 2月 16日 11:17
pathdream
应该是你自己的问题哦 我的pi-hole上面根本没有你说的这些domain

#4 Re: 貌似很多DNS requests

发表于 : 2025年 2月 16日 11:19
YouHi
pathdream 写了: 2025年 2月 16日 11:17 应该是你自己的问题哦 我的pi-hole上面根本没有你说的这些domain
应该不是。我做了实验。没访问本站,pi-hole就没有收到任何requests。

#5 Re: 貌似很多DNS requests

发表于 : 2025年 2月 16日 11:23
YouHi
pathdream 写了: 2025年 2月 16日 11:17 应该是你自己的问题哦 我的pi-hole上面根本没有你说的这些domain
当然也不排除Google Ads给每个用户targetted ads会访问不同的domain。。。

#6 Re: 貌似很多DNS requests

发表于 : 2025年 2月 16日 13:09
admin
YouHi 写了: 2025年 2月 16日 11:07 我用pi-hole,发现访问本站有时超出了default的每分钟1000个DNS requests。

下面是部分requests.

btloader.com
beacons5.gvt3.com
beacons4.gvt2.com
...
android.clients.google.com
clients2.google.com
googletagmanager.com
c.amazon-adsystem.com
cadmus.script.ac
谢谢反馈,应该是广告脚本干的,你可以用下面的方法收集日志发到站长信箱 support at newmitbbs,站长会发给广告商让他们查查是不是有问题。


1.Open Console in the browser
2. Put below code in the console
3. The code automatically copies the to a txt file named adSlotDebug.txt and downloads it.

window["adSlotDebug"] = [];
googletag.pubads().getSlots().forEach(function(adSlot){
try {
adSlotDebug.push(
{
adUnitPath: adSlot.getAdUnitPath(),
slotElementId: adSlot.getSlotElementId(),
responseInfo: adSlot.getResponseInformation(),
contentUrl: adSlot.getContentUrl(),
adHtml: escape(adSlot.getHtml())
}
);
} catch (e) { console.error(e); }
});
// Convert ad slot information to JSON
const adSlotDebugData = JSON.stringify(window["adSlotDebug"]);
// Create and download the text file
const blob = new Blob([adSlotDebugData], { type: 'text/plain' });
const fileURL = URL.createObjectURL(blob);
const downloadLink = document.createElement('a');
downloadLink.href = fileURL;
downloadLink.download = 'adSlotDebug.txt';
downloadLink.click();

#7 Re: 貌似很多DNS requests

发表于 : 2025年 2月 16日 13:11
admin
uws 写了: 2025年 2月 16日 11:12 有时候看新买提时,浏览器会自动跳转到垃圾页面
有人遇到过吗
以前遇到过,反馈给广告商处理了。
如果现在又有了,请发截图和垃圾页面网址,好让广告商处理。

#8 Re: 貌似很多DNS requests

发表于 : 2025年 2月 17日 22:26
YouHi
admin 写了: 2025年 2月 16日 13:09 谢谢反馈,应该是广告脚本干的,你可以用下面的方法收集日志发到站长信箱 support at newmitbbs,站长会发给广告商让他们查查是不是有问题。


1.Open Console in the browser
2. Put below code in the console
3. The code automatically copies the to a txt file named adSlotDebug.txt and downloads it.

window["adSlotDebug"] = [];
googletag.pubads().getSlots().forEach(function(adSlot){
try {
adSlotDebug.push(
{
adUnitPath: adSlot.getAdUnitPath(),
slotElementId: adSlot.getSlotElementId(),
responseInfo: adSlot.getResponseInformation(),
contentUrl: adSlot.getContentUrl(),
adHtml: escape(adSlot.getHtml())
}
);
} catch (e) { console.error(e); }
});
// Convert ad slot information to JSON
const adSlotDebugData = JSON.stringify(window["adSlotDebug"]);
// Create and download the text file
const blob = new Blob([adSlotDebugData], { type: 'text/plain' });
const fileURL = URL.createObjectURL(blob);
const downloadLink = document.createElement('a');
downloadLink.href = fileURL;
downloadLink.download = 'adSlotDebug.txt';
downloadLink.click();
我再研究一下再回复。。。

#9 Re: 貌似很多DNS requests

发表于 : 2025年 2月 20日 11:05
pathdream
上pi-hole 6.0

#10 Re: 貌似很多DNS requests

发表于 : 2025年 2月 20日 21:26
YouHi
pathdream 写了: 2025年 2月 20日 11:05 上pi-hole 6.0
upgrade然后pi-hole完全down了。还好在upgrade之前有个备份。proxmox container restore分分钟。

#11 Re: 貌似很多DNS requests

发表于 : 2025年 2月 20日 21:32
pathdream
YouHi 写了: 2025年 2月 20日 21:26 upgrade然后pi-hole完全down了。还好在upgrade之前有个备份。proxmox container restore分分钟。
这是怎么回事啊 我的好好的啊

#12 Re: 貌似很多DNS requests

发表于 : 2025年 2月 20日 21:45
YouHi
@admin
貌似不专门是本网站的问题。

刚才试了一下华人。访问首页。37秒内有4200个DNS requests。

www.googletagmanager.com
c.amazon-adsystem.com
btloader.com
cadmus.script.ac
各自1000次。
🤔🤔🤔🤔

#13 Re: 貌似很多DNS requests

发表于 : 2025年 2月 21日 15:47
uws
admin 写了: 2025年 2月 16日 13:11 以前遇到过,反馈给广告商处理了。
如果现在又有了,请发截图和垃圾页面网址,好让广告商处理。
今天又出现自动跳转垃圾页面了


图片

#14 Re: 貌似很多DNS requests

发表于 : 2025年 2月 21日 17:01
admin
uws 写了: 2025年 2月 21日 15:47 今天又出现自动跳转垃圾页面了


图片
我也看到这个广告了,已经通知广告商了,现在周末,估计下周才能处理。

#15 Re: 貌似很多DNS requests

发表于 : 2025年 2月 23日 15:57
YouHi
pathdream 写了: 2025年 2月 20日 21:32 这是怎么回事啊 我的好好的啊
最新版6.0.4解决了migration的问题。装上去没觉得有啥区别。还是经常遇到>2000 DNS requests per minute。