Skip to content

Commit b6e354e

Browse files
authored
Add files via upload
1 parent f305393 commit b6e354e

File tree

4 files changed

+595
-0
lines changed

4 files changed

+595
-0
lines changed

config.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
"mask":[
26+
"ss://"
27+
],
28+
"configcount":1,
29+
"parsetoptobot":true
30+
}
31+
]
32+
}

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module sskeyparser
2+
3+
go 1.24.1

go.sum

Whitespace-only changes.

0 commit comments

Comments
 (0)