fix: replace hardcoded personal DNS with neutral default (8.8.8.8)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -184,7 +184,7 @@ const props = defineProps({
|
||||
const emit = defineEmits(['close', 'refresh'])
|
||||
|
||||
const step = ref('config')
|
||||
const dnsServer = ref('192.168.1.16')
|
||||
const dnsServer = ref('8.8.8.8')
|
||||
const tcpCheck = ref(false)
|
||||
const selectedVlanIds = ref([])
|
||||
const results = ref([])
|
||||
|
||||
Reference in New Issue
Block a user