Hippocampus: pterodactyl port fix
This commit is contained in:
@@ -32,11 +32,11 @@
|
|||||||
externalInterface = "enp0s25";
|
externalInterface = "enp0s25";
|
||||||
enableIPv6 = true;
|
enableIPv6 = true;
|
||||||
forwardPorts = [
|
forwardPorts = [
|
||||||
{ sourcePort = "25565:28000";
|
{ sourcePort = "25565:26000";
|
||||||
destination = "10.1.0.1:25565-25600";
|
destination = "10.1.0.1:25565-25600";
|
||||||
proto = "tcp";
|
proto = "tcp";
|
||||||
}
|
}
|
||||||
{ sourcePort = "25565:28000";
|
{ sourcePort = "25565:26000";
|
||||||
destination = "10.1.0.1:25565-25600";
|
destination = "10.1.0.1:25565-25600";
|
||||||
proto = "udp";
|
proto = "udp";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user