mirror of
https://github.com/livekit/livekit.git
synced 2026-06-04 19:32:08 +00:00
Parse PortRange of UDPPort from cli flag (#2039)
This commit is contained in:
+2
-2
@@ -71,9 +71,9 @@ var baseFlags = []cli.Flag{
|
||||
Usage: "IP address of the current node, used to advertise to clients. Automatically determined by default",
|
||||
EnvVars: []string{"NODE_IP"},
|
||||
},
|
||||
&cli.IntFlag{
|
||||
&cli.StringFlag{
|
||||
Name: "udp-port",
|
||||
Usage: "Single UDP port to use for WebRTC traffic",
|
||||
Usage: "UDP port(s) to use for WebRTC traffic",
|
||||
EnvVars: []string{"UDP_PORT"},
|
||||
},
|
||||
&cli.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user