内容简介: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
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。