2 个仓库
Servers that terminate TLS encryption directly without requiring an external reverse proxy.
Distinct from HTTPS Servers: Distinct from HTTPS Servers: focuses on the built-in, self-contained TLS termination rather than general HTTPS server implementations.
Explore 2 awesome GitHub repositories matching web development · Built-in TLS Termination. Refine with filters or upvote what's useful.
The Lounge is a self-hosted, web-based IRC client that functions as a persistent bouncer replacement, keeping users connected to IRC servers even when their browser is closed or device is offline. It runs as a Node.js backend with a WebSocket bridge that relays IRC events and commands between the server and browser, and includes a built-in HTTP and HTTPS server for direct TLS termination without an external reverse proxy. The client supports multiple user accounts on a shared server installation, with LDAP authentication for credential validation. It maintains persistent server-side IRC conne
Terminates TLS encryption directly, serving the web client without an external reverse proxy.
freegeoip 是一个自托管的地理位置服务和 API 服务器,将 IP 地址和主机名映射到地理位置。它作为 MaxMind 数据库读取器,解析二进制地理位置数据库,通过 REST 接口提供位置数据。 该项目的独特之处在于提供了一个云地理位置提供商的私有替代方案,管理本地数据库文件并自动执行定期更新。它包括一个反向代理 IP 解析器,用于从代理头中提取原始客户端地址,确保负载均衡器后的映射准确。 该服务包含一个配额管理系统以强制执行每个客户端的请求限制,并使用 TLS 加密和 CORS 策略保护其端点。它还具有基于校验和版本验证的自动数据库同步功能,以及用于执行查询的可选公共 Web 前端。
Implements built-in TLS termination to secure API endpoints and protect data in transit.