techgarage-ir.MTWireGuard/Application/Models/Mikrotik/DNS.cs
2024-01-25 20:36:44 +03:30

13 lines
268 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MTWireGuard.Application.Models.Mikrotik
{
public class DNSUpdateModel
{
public List<string> Servers { get; set; }
}
}