mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 13:10: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 { controledMihomoConfig, patchControledMihomoConfig } = useControledMihomoConfig()
|
||||||
const {
|
const {
|
||||||
ipv6,
|
ipv6,
|
||||||
'external-controller': externalController = '127.0.0.1:9090',
|
'external-controller': externalController = '',
|
||||||
secret,
|
secret,
|
||||||
authentication = [],
|
authentication = [],
|
||||||
'skip-auth-prefixes': skipAuthPrefixes = ['127.0.0.1/32'],
|
'skip-auth-prefixes': skipAuthPrefixes = ['127.0.0.1/32'],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user