From 30baaaa05458e594932354557e87c3d0792fac97 Mon Sep 17 00:00:00 2001 From: yshtcn Date: Mon, 3 Jun 2024 21:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B7=E4=BE=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create config.sample.json --- config.sample.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.sample.json diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..b86ea32 --- /dev/null +++ b/config.sample.json @@ -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 +}