mirror of
https://github.com/alireza0/x-ui.git
synced 2026-08-27 03:43:28 +00:00
fix dns edit modal
This commit is contained in:
parent
ce9e710840
commit
8ff75c626e
1 changed files with 5 additions and 1 deletions
|
|
@ -53,7 +53,11 @@
|
|||
if (typeof dnsServer == 'object'){
|
||||
this.dnsServer = dnsServer;
|
||||
} else {
|
||||
this.dnsServer.address = dnsServer?? '';
|
||||
this.dnsServer = {
|
||||
address: dnsServer?? "",
|
||||
domains: [],
|
||||
queryStrategy: 'UseIP',
|
||||
}
|
||||
}
|
||||
} else {
|
||||
this.dnsServer = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue