Files
pi-hosted/template/apps/go-socks5-proxy.json
2022-09-21 22:39:49 -04:00

22 lines
660 B
JSON

{
"categories": [
"Proxy"
],
"description": "Simple socks5 server using go-socks5 with authentication options",
"image_arm32": "serjs/go-socks5-proxy:latest",
"image_arm64": "serjs/go-socks5-proxy:latest",
"image_amd64": "serjs/go-socks5-proxy:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/socks5.png",
"name": "socks5-proxy",
"officialDoc": "https://hub.docker.com/r/serjs/go-socks5-proxy",
"platform": "linux",
"ports": [
"8080:8080/tcp"
],
"restart_policy": "unless-stopped",
"title": "Go-Socks5-Proxy",
"type": 1,
"videoID": "N.16",
"webpage": "https://hub.docker.com/r/serjs/go-socks5-proxy"
}