内容简介:Simple mDNS based reverse proxy for personal infrastructure.The server will check for mDNS broadcasts regularly and update it's configuration. tls is supported through Let's Encrypt.A node in the network can tell the switchboard to send requets that match
Switchboard
Simple mDNS based reverse proxy for personal infrastructure.
The server will check for mDNS broadcasts regularly and update it's configuration. tls is supported through Let's Encrypt.
switchboard route -port 80 -domain first.domain -domain second.domain
A node in the network can tell the switchboard to send requets that match a pattern it's way.
switchboard hookup -port 8000 -pattern first.domain/ // requests like https://first.domain/hello will be forwarded to this box on port 8000
switchboard hookup -port 8000 -pattern /test // requests like https://<some domain>/test will be forwarded to this box on port 8000
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Web开发从初学到精通
方振宇 / 电子工业 / 2010-6 / 69.00元
《Java Web开发从初学到精通》介绍如何整合Web框架进行J2EE开发,所有实例都基于MyEclipse IDE开发,引领读者快速进入基于JaVa web的J2EE应用领域。《Java Web开发从初学到精通》开始主要介绍Servlet、JSP、JavaBean、EL、JSTL、JDBC等Web开发基础知识,然后学习Struts、Hibernate、Spring、Ajax、JSF等开源框架,并......一起来看看 《Java Web开发从初学到精通》 这本书的介绍吧!