Eu tenho um problema com o meu EL Capitan OSX e é sobre o proxy de proxy.
Eu abro a configuração de rede e em proxies, não há nada definido, mas quando eu corro
scutil --proxy
mostra-me:
<dictionary> {
HTTPEnable : 0
HTTPSEnable : 0
SOCKSEnable : 1
SOCKSPort : 9050
SOCKSProxy : localhost
}
Eu tentei esses comandos para modificar o dicionário scutil, mas sem sorte:
get State:/Network/Global/Proxies
d.remove __SCOPED__
d.show
<dictionary> {
HTTPEnable : 0
HTTPPort : 8555
HTTPProxy : 127.0.0.1
HTTPSEnable : 0
HTTPSPort : 8555
HTTPSProxy : 127.0.0.1
SOCKSEnable : 1
SOCKSPort : 9050
SOCKSProxy : localhost
}
set State:/Network/Global/Proxies
d.show
<dictionary> {
HTTPEnable : 0
HTTPPort : 8555
HTTPProxy : 127.0.0.1
HTTPSEnable : 0
HTTPSPort : 8555
HTTPSProxy : 127.0.0.1
SOCKSEnable : 1
SOCKSPort : 9050
SOCKSProxy : localhost
}
d.add SOCKSEnable # 0
d.show
<dictionary> {
HTTPEnable : 0
HTTPPort : 8555
HTTPProxy : 127.0.0.1
HTTPSEnable : 0
HTTPSPort : 8555
HTTPSProxy : 127.0.0.1
SOCKSEnable : 0
SOCKSPort : 9050
SOCKSProxy : localhost
}
set State:/Network/Global/Proxies
quit
alguma ideia de como consertar isso?