add federation port
parent
bf693e4a62
commit
85a109de65
|
@ -15,6 +15,7 @@ ExecStart=/usr/bin/ssh -Nn \
|
||||||
-R 7001:127.0.0.1:8443 \
|
-R 7001:127.0.0.1:8443 \
|
||||||
-R 7002:127.0.0.1:2222 \
|
-R 7002:127.0.0.1:2222 \
|
||||||
-R 7003:127.0.0.1:25565 \
|
-R 7003:127.0.0.1:25565 \
|
||||||
|
-R 7004:127.0.0.1:8448 \
|
||||||
pew@polyvalent.seaturtle.pw
|
pew@polyvalent.seaturtle.pw
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
|
|
|
@ -34,3 +34,9 @@ listen proxy25565
|
||||||
mode tcp
|
mode tcp
|
||||||
bind :::25565
|
bind :::25565
|
||||||
server proxy7003 127.0.0.1:7003
|
server proxy7003 127.0.0.1:7003
|
||||||
|
|
||||||
|
# matrix federation
|
||||||
|
listen proxy8448
|
||||||
|
mode tcp
|
||||||
|
bind :::8448
|
||||||
|
server proxy7004 127.0.0.1:7004
|
||||||
|
|
Loading…
Reference in New Issue