增加样例文件

Create config.sample.json
This commit is contained in:
yshtcn 2024-06-03 21:32:02 +08:00 committed by GitHub
parent 1a05dc6d01
commit 30baaaa054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
config.sample.json Normal file
View File

@ -0,0 +1,18 @@
{
"ACCESS_KEY_ID": "your_access_key_id",
"ACCESS_KEY_SECRET": "your_access_key_secret",
"REGION_ID": "your_region_id",
"SECURITY_GROUP_ID": "your_security_group_id",
"TAG": "your_tag",
"GETIP_URLS": [
"https://getip.ysht.me"
],
"PORTS": [
{"port": "53", "protocol": "udp"},
{"port": "6053", "protocol": "tcp"},
{"port": "1-65535", "protocol": "tcp"}
],
"PRIORITY": 1,
"IP_RECORD_FILE": "ip_records.json",
"INTERVAL_SECONDS": 3600
}