We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f305393 commit b6e354eCopy full SHA for b6e354e
config.json
@@ -0,0 +1,32 @@
1
+{
2
+ "ssconfigfile":"/etc/shadowsocks/config.json",
3
+ "sspath":"/bin/systemctl",
4
+ "ssrestartcommand":[
5
+ "restart",
6
+ "sslocal.service"
7
+ ],
8
+ "ssconfigsectionpath":[
9
+ "servers"
10
11
+ "ssserverseditpos":1,
12
+ "sstimeoutdefault":0,
13
+ "outputfile":"/etc/sskeyparser/parsingresult.json",
14
+ "links":[
15
+ {
16
+ "url":"https://t.me/some_channel_with_keys",
17
+ "mask":[
18
+ "ss://"
19
20
+ "configcount":3,
21
+ "parsetoptobot":false
22
+ },
23
24
+ "url":"https://www.some_site_with_keys.com/",
25
26
27
28
+ "configcount":1,
29
+ "parsetoptobot":true
30
+ }
31
+ ]
32
+}
go.mod
@@ -0,0 +1,3 @@
+module sskeyparser
+
+go 1.24.1
go.sum
0 commit comments