chor: update docs and read batch size and header checking from conf

This commit is contained in:
Mohammadreza Jafari
2026-04-22 13:52:05 +03:30
parent 2b3386db01
commit 8e1ed523ac
4 changed files with 163 additions and 90 deletions
+6 -2
View File
@@ -183,7 +183,9 @@ You can enable dynamic IP discovery by setting fetch_ips_from_api to true in con
```json
{
"fetch_ips_from_api": true,
"max_ips_to_scan": 100
"max_ips_to_scan": 100,
"scan_batch_size":100,
"google_ip_validation": true // check whether ips belongs to frontend sites of google or not
}
```
@@ -470,7 +472,9 @@ Firefox cert store خودش را جدا دارد؛ installer تلاش می‌ک
```json
{
"fetch_ips_from_api": true,
"max_ips_to_scan": 100
"max_ips_to_scan": 100,
"scan_batch_size":100,
"google_ip_validation": true // برسی هدر های بازگشته از ایپی برای برسی هدر ها و تشخیص کاربردی بودن ایپی
}
```