更新版本到2.0

This commit is contained in:
Alex Yang
2026-01-25 16:13:52 +08:00
parent ecbc20d89f
commit a5dc5841fb
54 changed files with 76520 additions and 2914 deletions

View File

@@ -2,29 +2,29 @@
"dns": {
"port": 53,
"upstreamDNS": [
"223.5.5.5:53"
"10.35.10.200",
"223.5.5.5",
"223.6.6.6"
],
"dnssecUpstreamDNS": [
"117.50.10.10",
"101.226.4.6",
"218.30.118.6",
"208.67.220.220",
"208.67.222.222"
],
"timeout": 5,
"saveInterval": 30,
"cacheTTL": 10,
"enableDNSSEC": true,
"saveInterval": 10,
"cacheTTL": 60,
"enableDNSSEC": false,
"queryMode": "parallel",
"queryTimeout": 500,
"enableFastReturn": true,
"domainSpecificDNS": {
"addr.arpa": [
"10.35.10.200:53"
],
"akadns": [
"4.2.2.1:53"
"223.5.5.5:53"
],
"akamai": [
"4.2.2.1:53"
"223.5.5.5:53"
],
"amazehome.cn": [
"10.35.10.200:53"
@@ -36,7 +36,7 @@
"4.2.2.1:53"
],
"steam": [
"4.2.2.1:53"
"223.5.5.5:53"
]
},
"noDNSSECDomains": [
@@ -45,7 +45,12 @@
"amazehome.xyz",
".cn"
],
"enableIPv6": false
"enableIPv6": false,
"cacheMode": "file",
"cacheSize": 100,
"maxCacheTTL": 60,
"minCacheTTL": 30,
"cacheFilePath": "data/cache.json"
},
"http": {
"port": 8080,
@@ -60,7 +65,7 @@
"name": "AdGuard DNS filter",
"url": "https://gitea.amazehome.xyz/AMAZEHOME/hosts-and-filters/raw/branch/main/filter.txt",
"enabled": true,
"lastUpdateTime": "2025-12-21T10:46:36.629Z"
"lastUpdateTime": "2026-01-23T01:04:32.424Z"
},
{
"name": "Adaway Default Blocklist",
@@ -78,7 +83,7 @@
"name": "My GitHub Rules",
"url": "https://gitea.amazehome.xyz/AMAZEHOME/hosts-and-filters/raw/branch/main/rules/costomize.txt",
"enabled": true,
"lastUpdateTime": "2025-12-24T07:11:16.596Z"
"lastUpdateTime": "2026-01-17T19:04:34.551Z"
},
{
"name": "CNList",
@@ -141,9 +146,14 @@
],
"updateInterval": 3600,
"blockMethod": "NXDOMAIN",
"customBlockIP": "",
"customBlockIP": "0.0.0.2",
"statsSaveInterval": 60
},
"gfwList": {
"ip": "127.0.0.1",
"content": "",
"enabled": false
},
"log": {
"level": "debug",
"maxSize": 100,