mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-17 21:24:37 +03:00
feat: add adblock functionality with support for external blocklists
This commit is contained in:
+7
-1
@@ -36,5 +36,11 @@
|
||||
".openai.com"
|
||||
]
|
||||
},
|
||||
"log_level": "INFO"
|
||||
"log_level": "INFO",
|
||||
"adblock_lists": [
|
||||
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerAds-Hosts.txt",
|
||||
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerTrackers-Hosts.txt",
|
||||
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerAnnoyances-Domains.txt",
|
||||
"https://raw.githubusercontent.com/MasterKia/PersianBlocker/main/PersianBlockerHosts.txt"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user