{"id":18002484,"url":"https://github.com/iamd3vil/proxy","last_synced_at":"2025-03-26T08:31:19.685Z","repository":{"id":52343413,"uuid":"223471104","full_name":"iamd3vil/proxy","owner":"iamd3vil","description":"A Fast TCP proxy with Automatic TLS support :boom:","archived":false,"fork":false,"pushed_at":"2023-05-29T08:26:13.000Z","size":115,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T17:50:57.654Z","etag":null,"topics":["proxy","tcp","tls"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamd3vil.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":"2019-11-22T19:21:38.000Z","updated_at":"2024-10-11T05:19:16.000Z","dependencies_parsed_at":"2024-06-19T15:11:31.977Z","dependency_job_id":null,"html_url":"https://github.com/iamd3vil/proxy","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"c2641723917a3f6d50ca876ddfccd189d372eb13"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Fproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Fproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Fproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamd3vil%2Fproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamd3vil","download_url":"https://codeload.github.com/iamd3vil/proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245618731,"owners_count":20645056,"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":["proxy","tcp","tls"],"created_at":"2024-10-29T23:22:03.777Z","updated_at":"2025-03-26T08:31:14.677Z","avatar_url":"https://github.com/iamd3vil.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxy\n\nThis is a fast TCP/TLS proxy written in Golang with support for Automatic certificates for TLS using Letsencrypt. :boom: :boom:\n\n`proxy` uses `dns-01` challenge for Letsencrypt. Currently `proxy` supports only Cloudflare but the plan is to add a lot of DNS providers.\n\nDocker image can be found at [https://hub.docker.com/r/iamd3vil/proxy](https://hub.docker.com/r/iamd3vil/proxy).\n\n## Usage\n\n```bash\n$ ./proxy -config /path/to/config\n```\n\n## Configuration\n\nThere is a `config.sample.toml` provided in the repo for the sample configuration.\n\n```toml\n[proxy]\ntype = \"tls\" # has to be either \"tcp\" or \"tls\"\nsource = \"127.0.0.1:4500\"\ndestination = \"127.0.0.1:8888\"\n\n[tls]\ndisable_automatic = false # make this true to turn off automatic certs fetching and renewals from Letsencrypt\ndomain = \"example.com\" # domains for automatic https\ncerts_path = \"/path/to/store/certs\" # path where the automatic letsencrypt certs are stored\ncloudflare_api_token = \"auth-token\" # API token for cloudflare\nemail = \"hello@example.com\" # Email for letsencrypt\ncheck_for_expiry = \"240h\" # Duration to check for expiry and renew. Default is 10days.\n# Only set these if you want to provide certs manually, i.e disable_automatic is true.\ncert = \"/path/to/cert\"\nkey = \"/path/to/key\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamd3vil%2Fproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamd3vil%2Fproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamd3vil%2Fproxy/lists"}