- 授权协议: MIT
- 开发语言:
- 操作系统: 未知
- 软件首页: https://github.com/fpco/rdr2tls
软件介绍
RDR2TLS 是一个 Haskell 网络服务程序,支持从 HTTP 到 HTTPS 上的所有流量的重定向功能。
运行此应用程序的最简单方法是在 Dockerhub 上使用的 Docker 镜像。
docker pull fpco/rdr2tls docker run -i -t --rm -p 8080:8080 fpco/rdr2tls
该程序在端口 8080 上运行。任何到端口 8080 的 HTTP 请求都能重定向到 HTTPS。
% curl -v 'http://localhost:8080/remote/worker?pants=YES' * Hostname was NOT found in DNS cache * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 8080 (#0) > GET /remote/worker?pants=YES HTTP/1.1 > User-Agent: curl/7.38.0 > Host: localhost:8080 > Accept: */* > < HTTP/1.1 301 Moved Permanently < Transfer-Encoding: chunked < Date: Wed, 06 May 2015 00:31:16 GMT * Server Warp/3.0.13 is not blacklisted < Server: Warp/3.0.13 < Location: https://localhost/remote/worker?pants=YES < * Connection #0 to host localhost left intact
UNIX编程艺术
[美] Eric S. Raymond / 姜宏、何源、蔡晓骏 / 电子工业出版社 / 2012-8 / 99.00元
《UNIX编程艺术》主要介绍了Unix系统领域中的设计和开发哲学、思想文化体系、原则与经验,由公认的Unix编程大师、开源运动领袖人物之一Eric S.Raymond倾力多年写作而成。包括Unix设计者在内的多位领域专家也为《UNIX编程艺术》贡献了宝贵的内容。《UNIX编程艺术》内容涉及社群文化、软件开发设计与实现,覆盖面广、内容深邃,完全展现了作者极其深厚的经验积累和领域智慧。一起来看看 《UNIX编程艺术》 这本书的介绍吧!
