{"id":23889562,"url":"https://github.com/o-x-l/calamary","last_synced_at":"2026-06-16T12:31:34.244Z","repository":{"id":195641263,"uuid":"693322419","full_name":"O-X-L/calamary","owner":"O-X-L","description":"Go Forward- \u0026 Filtering-Proxy (Squid-like)","archived":false,"fork":false,"pushed_at":"2024-05-01T15:51:46.000Z","size":1453,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"latest","last_synced_at":"2025-02-23T04:44:32.163Z","etag":null,"topics":["forward-proxy","http-proxy","outbound-proxy","proxy","proxy-server","security","squid","squid-proxy","tls","tls-proxy","tls-proxying","zero-trust","zero-trust-network","zero-trust-proxy","zero-trust-security"],"latest_commit_sha":null,"homepage":"https://docs.calamary.net","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/O-X-L.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-09-18T19:48:28.000Z","updated_at":"2024-09-10T17:24:10.000Z","dependencies_parsed_at":"2025-01-04T10:09:50.874Z","dependency_job_id":"040c7ffd-f070-4ad7-80b9-fbc3c9a60b92","html_url":"https://github.com/O-X-L/calamary","commit_stats":null,"previous_names":["superstes/calamary","o-x-l/calamary"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fcalamary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fcalamary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fcalamary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/O-X-L%2Fcalamary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/O-X-L","download_url":"https://codeload.github.com/O-X-L/calamary/tar.gz/refs/heads/latest","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271529,"owners_count":19774859,"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":["forward-proxy","http-proxy","outbound-proxy","proxy","proxy-server","security","squid","squid-proxy","tls","tls-proxy","tls-proxying","zero-trust","zero-trust-network","zero-trust-proxy","zero-trust-security"],"created_at":"2025-01-04T10:09:50.313Z","updated_at":"2026-06-16T12:31:34.206Z","avatar_url":"https://github.com/O-X-L.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Status Lint](https://github.com/superstes/calamary/actions/workflows/lint.yml/badge.svg?branch=latest)](https://github.com/superstes/calamary/actions/workflows/lint.yml)\n[![Status Unit Tests](https://github.com/superstes/calamary/actions/workflows/test.yml/badge.svg?branch=latest)](https://github.com/superstes/calamary/actions/workflows/test.yml)\n[![Status Unit Test Coverage](https://codecov.io/gh/superstes/calamary/graph/badge.svg?token=PPNLDDS0M8)](https://codecov.io/gh/superstes/calamary)\n[![Status Integration Tests](https://badges.calamary.net/latest.calamary.test.svg)](https://github.com/superstes/calamary/tree/latest/test)\n[![Status Documentation](https://readthedocs.org/projects/calamary/badge/?version=latest)](https://docs.calamary.net/en/latest/)\n\n# Calamary - Forwarding- \u0026 Filtering-Proxy\n\nCalamary is a [squid](http://www.squid-cache.org/)-like proxy.\n\nIts focus is set on transparent security filtering.\n\n**WARNING**: This Project is still in early development. Have not had enough time to focus on it (yet).\n\n## Contributing\n\nFeel free to contribute to this project!\n\n[Reporting issues](https://github.com/superstes/calamary/issues), [discussing implementation](https://github.com/superstes/calamary/discussions), [extending documentation](https://github.com/superstes/calamary/tree/latest/docs) and adding unit-/[integration-tests](https://github.com/superstes/calamary/tree/latest/test) is very welcome!\n\n## Documentation\n\n[docs.calamary.net](https://docs.calamary.net)\n\n## Roadmap\n\n- [ ] Listeners\n\n  - [ ] Transparent\n\n    - [x] TCP\n    - [ ] UDP\n\n  - [ ] Proxy-Protocol\n\n  - [x] HTTP Proxy\n\n  - [ ] HTTPS Proxy\n\n  - [ ] SOCKS5 Proxy\n\n  - [ ] Authentication\n\n- [ ] Forwarding\n\n  - [x] TCP\n\n    - [x] HTTP\n\n  - [x] TLS\n\n    - [ ] TLS Interception\n\n  - [ ] UDP\n\n    - [ ] QUIC\n\n- [x] YAML-based configuration\n\n- [ ] Parsing\n\n  - [ ] Basic\n\n    - [x] TCP\n    - [ ] UDP\n\n      - [ ] QUIC\n\n    - [x] TLS\n\n      - [ ] [ECH](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/)/ESNI handling (*encrypted SNI*)\n\n    - [ ] Identify common protocols\n\n  - [ ] Listener-Specific\n\n    - [ ] Proxy-Protocol\n    - [x] HTTP Proxy\n    - [ ] SOCKS5 Proxy\n\n  - [ ] DNS\n\n- [ ] Filtering\n\n  - [x] TCP\n  - [x] TLS\n\n    - [ ] Certificate validation\n\n  - [x] HTTP\n  - [ ] UDP\n\n  - [ ] Matches\n\n    - [x] Config\n    - [x] Matching\n    - [ ] Additional checks\n\n  - [ ] DNS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo-x-l%2Fcalamary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fo-x-l%2Fcalamary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fo-x-l%2Fcalamary/lists"}