xtunnel 1.5.7 → 1.5.8
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -37,7 +37,7 @@ async function run(url) {
|
|
37
37
|
if (server.aid > 0) {
|
38
38
|
delete remoteConfig.tpl.outbounds[0].settings.vnext[0].users[0].security
|
39
39
|
}
|
40
|
-
remoteConfig.routing = { domainStrategy: 'AsIs', rules: [] }
|
40
|
+
remoteConfig.tpl.routing = { domainStrategy: 'AsIs', rules: [] }
|
41
41
|
fs.writeFile(path.join(__dirname, './core/config.json'), JSON.stringify(remoteConfig.tpl), err => !err && start())
|
42
42
|
}
|
43
43
|
} catch (error) {
|