* Replaces socks connection uri hostname with IP address * @param {string} connString - socks connection string * @return {string} modified string with ip address
(connString: string)
| 380 | * @return {string} modified string with ip address |
| 381 | */ |
| 382 | proxyReplacewithIp(connString: string) { |
| 383 | return connString; |
| 384 | } |
| 385 | |
| 386 | /** |
| 387 | * Returns an array in the form of [host, port] |
no outgoing calls
no test coverage detected