Browse Source

fix: 去掉local

pull/67/head
xiaojunnuo 4 years ago
parent
commit
9a4593bc28
  1. 3
      packages/core/src/shell/scripts/set-system-proxy/index.js

3
packages/core/src/shell/scripts/set-system-proxy/index.js

@ -32,8 +32,7 @@ const _lanIP = [
'172.29.*', '172.29.*',
'172.30.*', '172.30.*',
'172.31.*', '172.31.*',
'192.168.*', '192.168.*'
'<local>'
] ]
async function _winUnsetProxy (exec) { async function _winUnsetProxy (exec) {

Loading…
Cancel
Save