first commit
This commit is contained in:
13
Ultron.Proxy.Client/Config/Config.cs
Normal file
13
Ultron.Proxy.Client/Config/Config.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using Ultron.Proxy.Models;
|
||||
|
||||
namespace Ultron.Proxy
|
||||
{
|
||||
public class Config
|
||||
{
|
||||
public int ProviderPort; //代理转发服务端口
|
||||
public int ProviderConfigPort; //配置服务端口
|
||||
public string ProviderAddress; //代理服务器地址
|
||||
public List<ClientApp> Clients = new List<ClientApp>();//客户端app
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user