{"id":13932923,"url":"https://github.com/limitfan/ShadowOVPN","last_synced_at":"2025-07-19T16:32:09.293Z","repository":{"id":88998407,"uuid":"153985689","full_name":"limitfan/ShadowOVPN","owner":"limitfan","description":"ShadowOVPN bridges shadowsocks and OpenVPN based on Docker. You can now connect to OpenVPN servers with any shadowsocks compatible client.","archived":false,"fork":false,"pushed_at":"2018-10-22T05:11:03.000Z","size":11,"stargazers_count":17,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-08T21:19:32.030Z","etag":null,"topics":["docker","openvpn","shadowsocks","vpngate"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limitfan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-21T07:57:44.000Z","updated_at":"2023-07-25T07:10:28.000Z","dependencies_parsed_at":"2023-06-13T12:31:07.339Z","dependency_job_id":null,"html_url":"https://github.com/limitfan/ShadowOVPN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitfan%2FShadowOVPN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitfan%2FShadowOVPN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitfan%2FShadowOVPN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitfan%2FShadowOVPN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limitfan","download_url":"https://codeload.github.com/limitfan/ShadowOVPN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226643820,"owners_count":17662967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","openvpn","shadowsocks","vpngate"],"created_at":"2024-08-07T21:01:22.053Z","updated_at":"2024-11-26T23:30:46.214Z","avatar_url":"https://github.com/limitfan.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# ShadowOVPN\n\nShadowOVPN bridges shadowsocks and OpenVPN based on Docker.\n\n## Getting Started\n\nThese instructions are for deploying ShadowOVPN on your own compute instance.\n\n### Prerequisites\n\nYou need Docker running on your compute instance or install it using following command.\n\n```\ncurl -sSL https://get.docker.com/ | sh\n```\n\n### Installing\n\nMake sure requests module of python is installed and firstly grab an ovpn configuration file from [vpngate.net](https://www.vpngate.net/en/) using following command.\nThe argument for vpngate.py is two letter country code for available countries.\n\n```\npython first_vpngate.py jp\n```\n\nMake sure ovpn file is successfully generated and then secondly start ovpnsocks Docker instance.\n\n```\nbash second_start_ovpnsocks.sh\n```\n\nAnd then thirdly start pproxy Docker instance using your own shadowsocks configuration.\n\n```\ndocker run -d --network=\"host\" \\\n--name=pproxy leenwu/pproxy \\\npproxy -l ss://chacha20:abc@:8080 -r socks5://localhost:1081\n```\n\nNow you can connect OpenVPN server with your designated ovpn file with shadowsocks clients.\n\n## Swithing servers\n\nExplain how to switch servers when you want or previous server is down.\n\n### Extracting new server from vpngate\n\nChoose new ovpn location.\n```\npython first_vpngate.py kr\n```\n\n### And restart ovpnsocks Docker instance\n\nDocker restarts ovpnsocks instance.\n```\ndocker restart ovpnsocks\n```\n\n## Built With\n\n* [openvpn-client-socks](https://github.com/kizzx2/docker-openvpn-client-socks) - Used in ovpnsocks Docker instance\n* [python-proxy](https://github.com/qwj/python-proxy) - Used in pproxy Docker instance\n\n## Authors\n\n* **Ligang Wu** - *Initial work* - [limitfan](https://github.com/limitfan)\n\n\n## License\n\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimitfan%2FShadowOVPN","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimitfan%2FShadowOVPN","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimitfan%2FShadowOVPN/lists"}