return DefaultHttpProxyServer
.bootstrap()
.withAddress(bindToAddress)
.withTransparent(true)
.withChainProxyManager(new ChainedProxyManager() {
@Override
public void lookupChainedProxies(HttpRequest httpRequest, Queue<ChainedProxy> chainedProxies) {
chainedProxies.add(new ChainedProxyAdapter() {
@Override