fix: 去掉local

pull/67/head
xiaojunnuo 2021-05-10 09:31:01 +08:00
parent bdfbf20887
commit 9a4593bc28
1 changed files with 1 additions and 2 deletions

View File

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