fusion44 / sendmany

SendMany is an app to remotely connect to your LND node and use it from your phone.
MIT License
28 stars 6 forks source link

Support urls in host text field #1

Open fusion44 opened 4 years ago

fusion44 commented 4 years ago

The add connection form currently only supports ip and TOR adresses. Dyndns urls are rejected. Extend the validator to include urls.

https://github.com/fusion44/sendmany/blob/2c2e589b9735b189b0036cb9d00de7a3171c6875/lib/common/pages/retrieve_connection_info_page.dart#L168