{"id":25411727,"url":"https://github.com/koho/udpp","last_synced_at":"2025-04-14T08:29:25.433Z","repository":{"id":185837693,"uuid":"674161576","full_name":"koho/udpp","owner":"koho","description":"A Point-to-Point UDP Tunnel.","archived":false,"fork":false,"pushed_at":"2023-08-03T16:18:41.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T10:21:02.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/koho.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":"2023-08-03T09:28:04.000Z","updated_at":"2024-04-15T19:06:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bcd61a6-defe-4425-a3f9-51015fcb3b48","html_url":"https://github.com/koho/udpp","commit_stats":null,"previous_names":["koho/udpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fudpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fudpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fudpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koho%2Fudpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koho","download_url":"https://codeload.github.com/koho/udpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248845394,"owners_count":21170758,"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":[],"created_at":"2025-02-16T10:19:22.517Z","updated_at":"2025-04-14T08:29:25.401Z","avatar_url":"https://github.com/koho.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# udpp\nA Point-to-Point UDP Tunnel.\n\n## Usage\n\nGenerate an example config file:\n\n```shell\nudpp new\n```\n\nA new file `config.yml` was created in current directory.\n\n```yaml\nid: 1f0e4346-b633-4525-af3c-33f8f4aa841b\nserver: redis://127.0.0.1:6379\nlocal: 127.0.0.1:9999\n```\n\nThe server only supports redis for now.\n\n### Server\n\nThe following configuration exposes a service listening on udp port 9999.\n\n```yaml\nid: 1f0e4346-b633-4525-af3c-33f8f4aa841b\nserver: redis://127.0.0.1:6379\nlocal: 127.0.0.1:9999\n```\n\n### Client\n\nAccess your server using `peer` config:\n\n```yaml\nid: e5958a55-1c94-4368-82fa-86de1e1af24a\nserver: redis://127.0.0.1:6379\nlocal: 127.0.0.1:5321\npeer:\n  id: 1f0e4346-b633-4525-af3c-33f8f4aa841b\n  bind: 127.0.0.1:6565\n```\n\nThe client listens on `127.0.0.1:6565` for incoming traffic and forwards to the target peer.\n\nNote that `127.0.0.1:5321` is the source address of your local visitor client.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoho%2Fudpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoho%2Fudpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoho%2Fudpp/lists"}