One place for DNS,
service routing, and host access.
NetworkBridge is a self-hosted concept for managing DNS records and application/service routing together—without losing normal access to the host on other ports such as SSH.
Built and developed by Bow of Potter Service.
192.168.1.25
192.168.1.31
Project idea from u/TheBigNeku
They described being tired of managing DNS and reverse-proxy configuration in separate places. Their goal is a simpler central tool that understands both host-level DNS and service-level routing while preserving access to ports like SSH.
DNS knows the host. Reverse proxies know web services. The two are often disconnected.
A DNS record can point to the server, but users still have to remember service ports. A reverse proxy can hide web ports, but it does not replace direct host access for other protocols.
DNS Only
server.home resolves correctly, but users still type ports like :3001, :8096, or :8080.
Proxy Only
Web traffic can be routed cleanly to 80/443, but SSH and other non-HTTP services still need normal host connectivity.
NetworkBridge
Manage host identity and service routes in one place so application names and direct host access coexist.
One server. Multiple services. No lost SSH.
The same host can keep direct access on port 22 while friendly service names route web traffic to internal ports.
Not a full IPAM. Not a proxy on every machine.
The request specifically calls for something simpler than an IPAM and less cumbersome than installing a separate reverse proxy on each host.
Central DNS
Manage local hostnames and records from one interface.
Central Service Routes
Define friendly names for HTTP/HTTPS apps running on internal ports.
Direct Host Access
Keep SSH and other non-web ports reachable normally.
Simple Inventory
Show hosts, IPs, services, and routes without becoming a heavyweight IPAM suite.
See other Potter Service projects.
NetworkBridge is a merged project being built and developed by Bow of Potter Service.