mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +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…
Reference in New Issue
Block a user