{"id":26473993,"url":"https://github.com/flaykky/vpn-core","last_synced_at":"2026-04-18T04:02:58.108Z","repository":{"id":275352743,"uuid":"925831890","full_name":"Flaykky/vpn-core","owner":"Flaykky","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-09T20:06:23.000Z","size":370,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T21:23:23.760Z","etag":null,"topics":["openvpn","shadowsocks","tcp","udp","vpn","wireguard","wireguard-vpn"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flaykky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-01T21:12:39.000Z","updated_at":"2025-05-09T20:06:26.000Z","dependencies_parsed_at":"2025-02-01T22:21:59.466Z","dependency_job_id":"5095c2cd-ffe7-41d3-a009-01e2f891d89d","html_url":"https://github.com/Flaykky/vpn-core","commit_stats":null,"previous_names":["flaykky/vpn-core"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Flaykky/vpn-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaykky%2Fvpn-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaykky%2Fvpn-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaykky%2Fvpn-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaykky%2Fvpn-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaykky","download_url":"https://codeload.github.com/Flaykky/vpn-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaykky%2Fvpn-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["openvpn","shadowsocks","tcp","udp","vpn","wireguard","wireguard-vpn"],"created_at":"2025-03-19T22:39:42.757Z","updated_at":"2026-04-18T04:02:58.104Z","avatar_url":"https://github.com/Flaykky.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple VPN Client in C [UNSOPPORTED]\r\n\r\nA minimalistic VPN client for private use.\r\n\r\n## Features\r\n- Basic TCP\u0026UDP tunneling\r\n- Connect with HTTPS proxies\r\n- Cross-platform support (Windows/Linux)\r\n- obfuscation\r\n- Shadowsocks protocol support\r\n- PFS support\r\n- WireGuard protocol support\r\n- smart defence against DPI (comming soon)\r\n\r\n## Requirements\r\n- CMake 3.10+\r\n- C compiler (GCC, Clang, MSVC)\r\n- OpenSSL\r\n- pthreads (for windows)\r\n- getopt.h (for windows)\r\n- WireGuard-nt\r\n- cJSON\r\n- ShadowSocks-libev\r\n- OpenVPN\r\n\r\n\r\n## installation\r\n```bash\r\ngit clone https://github.com/Flaykky/vpn-core\r\ncd vpn-core\r\n```\r\n\r\n## Basic WireGuard tunneling\r\n```bash\r\n./vpnCore WireGuard 1.1.1.1:51820 login:pass\r\n```\r\n\r\n## Connect through proxy\r\n```bash\r\n./vpnCore --proxy=socks5 tcp 1.1.1.1:443\r\n```\r\n\r\n## Json config file template\r\n```json\r\n{\r\n    \"protocol\": \"wireguard\",\r\n    \"server_ip\": \"1.1.1.1\",\r\n    \"server_port\": 51820,\r\n    \"wireguard_private_key\": \"yAnz5TF+lXXJte14tji3zlMNq+hd2rYUIg2fZOk7hKQ=\",\r\n    \"wireguard_public_key\": \"xTIBA5rboUvnH4htodDoEj3WZ+barGBCQHbR47hTHA=\"\r\n}\r\n```\r\n\r\n## Help information\r\n```bash\r\n./VpnCore help\r\n```\r\n\r\n\r\n## Windows build\r\n```bash\r\nmkdir build\r\ncd build\r\ncmake ..\r\ncmake --build .\r\n```\r\n## LICENSE\r\n\r\nDistributed under the MIT License. See [LICENSE](LICENSE) file for details.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaykky%2Fvpn-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaykky%2Fvpn-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaykky%2Fvpn-core/lists"}