add minecraft tcp and udp fowarders

This commit is contained in:
Ruben 2025-10-30 10:19:33 -05:00
commit 8673de82c7
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
[Unit]
Description=Redir bridge from Phosphorus to Neptunium for Minecraft
After = network.target
[Service]
Type=simple
ExecStart=/usr/bin/redir -n -s 0.0.0.0:25565 192.168.1.73:49577
[Install]
WantedBy=multi-user.target

View file

@ -0,0 +1,10 @@
[Unit]
Description=Uredir bridge from Phosphorus to Neptunium for Minecraft Voice Chat
After = network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/uredir -n -s 0.0.0.0:24454 192.168.1.73:20471
[Install]
WantedBy=multi-user.target