Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csnewman/hdhr-relay
Relay HDHomeRun connections
https://github.com/csnewman/hdhr-relay
Last synced: 5 days ago
JSON representation
Relay HDHomeRun connections
- Host: GitHub
- URL: https://github.com/csnewman/hdhr-relay
- Owner: csnewman
- License: mit
- Created: 2024-08-04T11:16:37.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T20:28:20.000Z (5 months ago)
- Last Synced: 2024-12-14T17:52:40.969Z (11 days ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hdhr-relay
Relay HDHomeRun connections, allowing access across networks (VLANs or VPNs).The relay blocks any urls not related to video playback, allowing view access to be granted without the ability to
retune channels.## Run
```bash
go install github.com/csnewman/hdhr-relay@latest
sudo env "PATH=$PATH" hdhr-relay 192.168.1.20 192.168.2.30
```
Replace `192.168.1.10` with the address of the HDHomeRun and replacee `192.168.2.30` with the address of the machine
hosting the relay.The command requires elevated permissions, as it binds to ports `80`, `65001` and `5004`.