jsandv
jsandv
This would be awesome. Does work around exist?
Same issue: Temp solution: ``` var rule = FirewallManager.Instance.CreatePortRule( ruleName, FirewallAction.Allow, (ushort)port, udp ? FirewallProtocol.UDP : FirewallProtocol.TCP // this one will not kick in ); //TODO Remove when lib is...
The provided link is not enough. Yarp would have to live on the public server as part of the public app. Then when requests are coming in, they are tunneled...
In our scenario we would have many internal networks and one public proxy. Agent is installed on each on-prem location, the agent is registered in the public proxy. When the...