We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d0086 commit 0ea3e8eCopy full SHA for 0ea3e8e
1 file changed
Mihomo/global_script.js
@@ -629,8 +629,8 @@ function main(config) {
629
config['geo-auto-update'] = true
630
config['geo-update-interval'] = 24
631
632
- if (config.interfaceName.length > 0) {
633
- config['interface-name'] = config.interfaceName
+ if (interfaceName.length > 0) {
+ config['interface-name'] = interfaceName
634
}
635
636
config['sniffer'] = {
0 commit comments