mirror of
https://github.com/netchx/netch.git
synced 2026-04-21 21:19:52 +08:00
Add files via upload
This commit is contained in:
11
Netch/Models/Config/ProcessMode.cs
Normal file
11
Netch/Models/Config/ProcessMode.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Netch.Models.Config
|
||||
{
|
||||
public class ProcessMode
|
||||
{
|
||||
/// <summary>
|
||||
/// DNS
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("dns")]
|
||||
public string DNS = "1.1.1.1:53";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user