add federation port

master
Paul Walko 2021-02-13 23:14:49 -05:00
parent bf693e4a62
commit 85a109de65
2 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ExecStart=/usr/bin/ssh -Nn \
-R 7001:127.0.0.1:8443 \
-R 7002:127.0.0.1:2222 \
-R 7003:127.0.0.1:25565 \
-R 7004:127.0.0.1:8448 \
pew@polyvalent.seaturtle.pw
Restart=always
RestartSec=30

View File

@ -34,3 +34,9 @@ listen proxy25565
mode tcp
bind :::25565
server proxy7003 127.0.0.1:7003
# matrix federation
listen proxy8448
mode tcp
bind :::8448
server proxy7004 127.0.0.1:7004