9 lines
111 B
C#
9 lines
111 B
C#
namespace Server.Data;
|
|
|
|
internal class ReverseProxyR
|
|
{
|
|
public bool AutoStart;
|
|
|
|
public string Port;
|
|
}
|