Contains the proxy address currently being used by your agent as a String
.
Can be an empty string
if no proxy is used at the time.
This is useful to know which proxy was selected from a pool.
console.log("The proxy used is:", buster.proxyAddress)
//This will print "The proxy used is: XXX.XXX.XXX.XXX"