mirror of
https://github.com/h44z/wg-portal.git
synced 2025-09-13 14:31:15 +00:00
frontend: Treat peer DNS as StringSliceConfigOption (#178)
This commit is contained in:
@@ -245,12 +245,12 @@ function handleChangeDns(tags) {
|
||||
}
|
||||
})
|
||||
if(validInput) {
|
||||
formData.value.Dns = tags
|
||||
formData.value.Dns.Value = tags
|
||||
}
|
||||
}
|
||||
|
||||
function handleChangeDnsSearch(tags) {
|
||||
formData.value.DnsSearch = tags
|
||||
formData.value.DnsSearch.Value = tags
|
||||
}
|
||||
|
||||
async function save() {
|
||||
|
Reference in New Issue
Block a user