fix default value

This commit is contained in:
pompurin404 2024-09-29 12:01:10 +08:00
parent 9f0a18ecce
commit 90b7373af2
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ const Mihomo: React.FC = () => {
const { controledMihomoConfig, patchControledMihomoConfig } = useControledMihomoConfig()
const {
ipv6,
'external-controller': externalController = '127.0.0.1:9090',
'external-controller': externalController = '',
secret,
authentication = [],
'skip-auth-prefixes': skipAuthPrefixes = ['127.0.0.1/32'],