Test
This commit is contained in:
parent
8ab452c271
commit
2b5de13bc8
1 changed files with 5 additions and 7 deletions
|
@ -40,7 +40,11 @@
|
||||||
protocol = "udp";
|
protocol = "udp";
|
||||||
unlisted = true;
|
unlisted = true;
|
||||||
server = "/usr/bin/env"; # Placeholder.
|
server = "/usr/bin/env"; # Placeholder.
|
||||||
extraConfig = "redirect = 10.100.0.2 10000";
|
extraConfig = "
|
||||||
|
redirect = 10.100.0.2 10000
|
||||||
|
socket_type = stream
|
||||||
|
wait = no
|
||||||
|
";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "jitsi-jvb 4443 tcp";
|
name = "jitsi-jvb 4443 tcp";
|
||||||
|
@ -158,12 +162,6 @@
|
||||||
server = "/usr/bin/env"; # Placeholder.
|
server = "/usr/bin/env"; # Placeholder.
|
||||||
extraConfig = "redirect = 10.100.0.2 1443";
|
extraConfig = "redirect = 10.100.0.2 1443";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "piaware";
|
name = "piaware";
|
||||||
port = 8080;
|
port = 8080;
|
||||||
|
|
Loading…
Reference in a new issue