SkillAgentSearch skills...

Switchboard

Simple mDNS based reverse proxy for personal infrastructure.

Install / Use

/learn @whytheplatypus/Switchboard
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars287
CategoryOperations
Updated17d ago
Forks4

Languages

Go

Security Score

95/100

Audited on Mar 20, 2026

No findings