Added NAT puncher port as environment variable
This commit is contained in:
parent
25ce7a8514
commit
722da92e93
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ namespace LightReflectiveMirror
|
|||
conf.EndpointPort = ushort.Parse(Environment.GetEnvironmentVariable("LRM_ENDPOINT_PORT"));
|
||||
|
||||
conf.TransportPort = ushort.Parse(Environment.GetEnvironmentVariable("LRM_TRANSPORT_PORT"));
|
||||
|
||||
conf.NATPunchtroughPort = ushort.Parse(Environment.GetEnvironmentVariable("LRM_PUNCHER_PORT"));
|
||||
}
|
||||
catch { }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue