mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-04 03:40:10 +00:00
DNS Provider configuration
This commit is contained in:
@@ -193,3 +193,9 @@ export interface Setting {
|
||||
value: string;
|
||||
meta: Record<string, any>;
|
||||
}
|
||||
|
||||
export interface DNSProvider {
|
||||
id: string;
|
||||
name: string;
|
||||
credentials: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user