1 Star 0 Fork 878

一介农夫/FastTunnel

forked from FastTunnel/FastTunnel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IClientConfig.cs 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gui.H 提交于 2022-11-11 22:54 . 客户端兼容netcore3
// Licensed under the Apache License, Version 2.0 (the "License").
// You may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// https://github.com/FastTunnel/FastTunnel/edit/v2/LICENSE
// Copyright (c) 2019 Gui.H
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using FastTunnel.Core.Config;
using FastTunnel.Core.Models;
namespace FastTunnel.Core.Client
{
public interface IClientConfig
{
public SuiDaoServer Server { get; set; }
public IEnumerable<WebConfig> Webs { get; set; }
public IEnumerable<ForwardConfig> Forwards { get; set; }
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/bambuo/FastTunnel.git
git@gitee.com:bambuo/FastTunnel.git
bambuo
FastTunnel
FastTunnel
v2

搜索帮助