mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-19 00:48:18 +02:00
Add project files.
This commit is contained in:
commit
b2325a46ef
1351 changed files with 48136 additions and 0 deletions
15
Models/Requests/UpdateServerRequest.cs
Normal file
15
Models/Requests/UpdateServerRequest.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
namespace MTWireGuard.Models.Requests
|
||||
{
|
||||
public class UpdateServerRequest
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public ushort Port { get; set; }
|
||||
|
||||
public ushort MTU { get; set; }
|
||||
|
||||
public string PrivateKey { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue