FastTunnel/FastTunnel.Server/Appsettings.cs
2020-04-01 23:20:35 +08:00

14 lines
261 B
C#

using FastTunnel.Core.Config;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace FastTunnel.Server
{
public class Appsettings
{
public ServerConfig ServerSettings { get; set; }
}
}