fix: remove default DNS server value — user must enter their own

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 12:16:07 +02:00
parent 06577fd245
commit b7c2e86673
+1 -1
View File
@@ -184,7 +184,7 @@ const props = defineProps({
const emit = defineEmits(['close', 'refresh'])
const step = ref('config')
const dnsServer = ref('8.8.8.8')
const dnsServer = ref('')
const tcpCheck = ref(false)
const selectedVlanIds = ref([])
const results = ref([])