KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ADGHRuleTool
★ 9
Open GitHub ↗
使用C++编写的一款AdguardHome专用规则合并工具
Download README (.md)
Explore Similar Repositories
figma-token-json
:
A JSON representation for Figma Variables following the W3C Tokens spec
facefusion_colab
:
Face Fusion Google Colab Notebook , Accelerated & No Filter Model
josm-validator-rules
:
Custom and maybe dangerous validator rules
real-time-analytic-stack
:
This repo demonstrate a comprehensive real-time analytic stack using popular open-source tools.
iw2023ittepic
:
Practica U1
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ADGHRuleTool
?
Download (.md)
# ADGHRuleTool 这个工具用于处理规则文件,去重、下载、合并等操作。它可以帮助你从指定的URL下载规则文件,并将规则合并到一个输出文件中,同时还会进行去重处理。 #交流论坛 https://kolobbs.kolostudio.fun/forum.php?mod=forumdisplay&fid=3 ## 功能特点 - 跨平台。 - 下载规则文件并合并到输出文件中。 - 自动去重,确保输出文件中不包含重复的规则。 - 使用代理下载规则文件以应对网络限制。 - 自动定时执行,每6小时一次。 ## 使用方法 - 在rule.txt中添加需要合并的规则的链接; - 在RuleList目录中放置本地需要合并的规则(没有这个目录就创建一个); - 编译并运行程序; - 按照程序提示,按下 Enter 键开始自动循环执行。程序会每隔6小时执行一次,下载、合并和去重规则; - 合并后的规则文件会保存在 output_rules.txt 中。 - 请注意!本程序必须安装curl库才能运行! ## 依赖 - libcurl(https://curl.se/libcurl/) ## 注意事项 - 确保在编译和运行程序之前已安装 libcurl 库。 - 本程序仅为示例,可能需要根据实际需求进行适当修改和定制。 ## 许可证 - MIT License