Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add bracket on node if using proxy and node has ipv6 address (#2245)
* add brackets "[]" if @node.ip is ipv6 using proxy * add ipaddress dependency * remove ipaddress gem dependency * remove ipaddress gem dependency opted to use "include" to validate if the ip address has the colon `:` string, instead of `ipaddress` gem * removing `if` statement looks like `[ip]` works even with ipv4 address. so no need for an if statement. much simpler change
- Loading branch information