|
|
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"controlUi": {
"allowedOrigins": [
"http://localhost:18789",
"http://192.168.0.188:18789",
"http://127.0.0.1:18789"
],
"allowInsecureAuth":true,
"dangerouslyDisableDeviceAuth":true
},
修改:
- bind-->修改成lanallowedOriginsd-->修改成你的公网IP
复制代码
|
|