Created
March 11, 2015 19:15
-
-
Save notjosh/5922fb9063c2b2326321 to your computer and use it in GitHub Desktop.
CBL Proxy information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lldb) po proxy | |
{ | |
kCFProxyHostNameKey = "127.0.0.1"; | |
kCFProxyPortNumberKey = 8888; | |
kCFProxyTypeKey = kCFProxyTypeHTTP; | |
} | |
(lldb) po proxySettings | |
{ | |
ExceptionsList = ( | |
"127.0.0.1:6258", | |
"127.0.0.1:6263", | |
"127.0.0.1:10191", | |
"127.0.0.1:14821", | |
"127.0.0.1:24861", | |
"127.0.0.1:25007", | |
"127.0.0.1:38151", | |
"127.0.0.1:46360", | |
"127.0.0.1:49801", | |
"127.0.0.1:55730", | |
"127.0.0.1:59483" | |
); | |
FTPPassive = 1; | |
HTTPEnable = 1; | |
HTTPPort = 8888; | |
HTTPProxy = "127.0.0.1"; | |
HTTPSEnable = 1; | |
HTTPSPort = 8888; | |
HTTPSProxy = "127.0.0.1"; | |
"__SCOPED__" = { | |
en0 = { | |
ExceptionsList = ( | |
"127.0.0.1:6258", | |
"127.0.0.1:6263", | |
"127.0.0.1:10191", | |
"127.0.0.1:14821", | |
"127.0.0.1:24861", | |
"127.0.0.1:25007", | |
"127.0.0.1:38151", | |
"127.0.0.1:46360", | |
"127.0.0.1:49801", | |
"127.0.0.1:55730", | |
"127.0.0.1:59483" | |
); | |
FTPPassive = 1; | |
HTTPEnable = 1; | |
HTTPPort = 8888; | |
HTTPProxy = "127.0.0.1"; | |
HTTPSEnable = 1; | |
HTTPSPort = 8888; | |
HTTPSProxy = "127.0.0.1"; | |
}; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment