ngrok / ngrok-java

Embed ngrok secure ingress into your Java apps with a single line of code.
Other
27 stars 8 forks source link

Use last column to parse remote address #31

Closed nikolay-ngrok closed 11 months ago

nikolay-ngrok commented 11 months ago

Resolves: #30

Use the last column to split host/port, instead of the first one, which fails in case of ipv6 address.