{"id":19146059,"url":"https://github.com/liulilittle/uds","last_synced_at":"2025-05-07T02:03:40.949Z","repository":{"id":113757708,"uuid":"575517128","full_name":"liulilittle/uds","owner":"liulilittle","description":"Separation of upstream and downstream traffic.","archived":false,"fork":false,"pushed_at":"2023-01-05T17:04:44.000Z","size":267,"stargazers_count":91,"open_issues_count":0,"forks_count":25,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T02:03:32.632Z","etag":null,"topics":["connection","forward","frp","gatway","gw","inbound","network","outbound","pcb","ppp","proxy","separation","socket","tcp","traffic","uds"],"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/liulilittle.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}},"created_at":"2022-12-07T17:30:19.000Z","updated_at":"2025-05-05T23:15:19.000Z","dependencies_parsed_at":"2023-05-06T20:18:18.189Z","dependency_job_id":null,"html_url":"https://github.com/liulilittle/uds","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2Fuds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2Fuds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2Fuds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2Fuds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liulilittle","download_url":"https://codeload.github.com/liulilittle/uds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252798839,"owners_count":21805884,"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":["connection","forward","frp","gatway","gw","inbound","network","outbound","pcb","ppp","proxy","separation","socket","tcp","traffic","uds"],"created_at":"2024-11-09T07:42:59.782Z","updated_at":"2025-05-07T02:03:40.942Z","avatar_url":"https://github.com/liulilittle.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uds\nSeparation of upstream and downstream traffic.\n\n## How to build on Windows\n\n1. Install all libs. We highly recommend to use [vcpkg](https://github.com/microsoft/vcpkg).\n\n   ```powershell\n   //1.install boost\n   //WARNING:if you use vcpkg install boost,32-bit version will be installed.\n   vcpkg install boost:x86-windows\n   vcpkg install boost:x64-windows\n   //2.install openssl\n   //openssl 1.1.1 is recommended,but 3.x is acceptable.\n   vcpkg install openssl\n   //3.install jemalloc\n   vcpkg install jemalloc\n   ```\n\n2. Add Preprocessor Definitions\n\n   ```vs\n   _CRT_SECURE_NO_DEPRECATE\n   \n   _CRT_NONSTDC_NO_DEPRECATE\n   ```\n\n3. build it!\n   Just click the build button.\n   \n## How to build on Linux\n1. install the libboost libopenssl and jemalloc\n   Due to difference among various Linux distributions, there would be little changes and problems when trying to install the packages.\n   a. The Package names are not correct \n   b. The system's jemalloc contains no 'Je_' prefix\n2. Modify the CMakeList to add the system libs when building \n3. build it \n   ```bash\n   cd uds \u0026\u0026 cmake . -DCMAKE_BUILD_TYPE=Release --fresh \u0026\u0026 make -j$nproc\n   ```\n   \n\n   \n## How to use\n\ncreate a file and type in your config.\n\nConfig examples have been listed in the uds/example dir, just a little modify is required\n\nThen use '-c [config_file]' parameter to let the program know which config to use.\n## 作者补充\n\n内置SSL/TLS、encryptor加密机、websocket、TCP等。\n\n默认配置是TCP透明协议，如果只是爬梯目前来说加不加密不重要，梯子流量自己加密就行了。\n\nTLS缺省为TLSv13，如果需要TLSv12，需要自己改下代码或者扩展一下。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulilittle%2Fuds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliulilittle%2Fuds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulilittle%2Fuds/lists"}