Skip to content

Commit 0a9dffb

Browse files
Update date in json (#2570)
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
1 parent 67b90f5 commit 0a9dffb

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

json/hev-socks5-server.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "hev-socks5-server",
3-
"slug": "hev-socks5-server",
4-
"categories": [
5-
4
6-
],
7-
"date_created": "2024-02-17",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 1080,
12-
"documentation": null,
13-
"website": "https://github.com/heiher/hev-socks5-server",
14-
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/405px-Tux.svg.png",
15-
"description": "HevSocks5Server is a simple, lightweight socks5 server.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/hev-socks5-server.sh",
20-
"resources": {
21-
"cpu": 1,
22-
"ram": 512,
23-
"hdd": 2,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": null,
31-
"password": null
2+
"name": "hev-socks5-server",
3+
"slug": "hev-socks5-server",
4+
"categories": [
5+
4
6+
],
7+
"date_created": "2025-02-23",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 1080,
12+
"documentation": null,
13+
"website": "https://github.com/heiher/hev-socks5-server",
14+
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/35/Tux.svg/405px-Tux.svg.png",
15+
"description": "HevSocks5Server is a simple, lightweight socks5 server.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/hev-socks5-server.sh",
20+
"resources": {
21+
"cpu": 1,
22+
"ram": 512,
23+
"hdd": 2,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": null,
31+
"password": null
32+
},
33+
"notes": [
34+
{
35+
"text": "Default credentials: `cat /root/hev.creds`",
36+
"type": "info"
3237
},
33-
"notes": [
34-
{
35-
"text": "Default credentials: `cat /root/hev.creds`",
36-
"type": "info"
37-
},
38-
{
39-
"text": "Config stored at `/etc/hev-socks5-server/main.yml`",
40-
"type": "info"
41-
}
42-
]
43-
}
38+
{
39+
"text": "Config stored at `/etc/hev-socks5-server/main.yml`",
40+
"type": "info"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)