mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
fix default value
This commit is contained in:
parent
9f0a18ecce
commit
90b7373af2
@ -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'],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user