Skip to content

whytheplatypus/switchboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switchboard

Simple mDNS-based reverse proxy for personal infrastructure.

The server will check for mDNS broadcasts regularly and update its 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 requests that match a pattern its 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

About

Simple mDNS based reverse proxy for personal infrastructure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published