File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ source <(curl -s https://raw.githubusercontent.com/miviro/ProxmoxVE/refs/heads/h
77
88APP=" hev-socks5-server"
99TAGS=" proxy,socks5"
10- var_cpu=" 2 "
11- var_ram=" 1024 "
12- var_disk=" 4 "
10+ var_cpu=" 1 "
11+ var_ram=" 512 "
12+ var_disk=" 2 "
1313var_os=" debian"
1414var_version=" 12"
1515var_unprivileged=" 1"
@@ -68,5 +68,4 @@ msg_ok "Completed Successfully!\n"
6868echo -e " ${CREATING}${GN}${APP} setup has been successfully initialized!${CL} "
6969echo -e " ${INFO}${YW} Access it with a SOCKS5 client using the following URL:${CL} "
7070echo -e " ${TAB}${GATEWAY}${BGN}${IP} :1080${CL} "
71- echo -e " ${INFO}${YW} and the credentials stores at:${CL} "
72- echo -e " ${TAB}${GATEWAY}${BGN} /root/hev.creds${CL} "
71+ echo -e " ${INFO}${YW} and the credentials stores at /root/hev.creds${CL} "
Original file line number Diff line number Diff line change 1818 "type" : " default" ,
1919 "script" : " ct/hev-socks5-server.sh" ,
2020 "resources" : {
21- "cpu" : 2 ,
22- "ram" : 1024 ,
23- "hdd" : 4 ,
21+ "cpu" : 1 ,
22+ "ram" : 512 ,
23+ "hdd" : 2 ,
2424 "os" : " debian" ,
2525 "version" : " 12"
2626 }
You can’t perform that action at this time.
0 commit comments