iptables doesn't understand hostnames
This commit is contained in:
parent
45b1a1e7ec
commit
e79b2eeb05
1 changed files with 3 additions and 3 deletions
|
|
@ -17,17 +17,17 @@
|
|||
{
|
||||
sourcePort = 25565;
|
||||
proto = "tcp";
|
||||
destination = "alexandria:25565";
|
||||
destination = "100.76.19.50:25565";
|
||||
}
|
||||
{
|
||||
sourcePort = 25565;
|
||||
proto = "udp";
|
||||
destination = "alexandria:25565";
|
||||
destination = "100.76.19.50:25565";
|
||||
}
|
||||
{
|
||||
sourcePort = 19132;
|
||||
proto = "udp";
|
||||
destination = "alexandria:19132";
|
||||
destination = "100.76.19.50:19132";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue