Skip to content

Can't set port of seed node #15

@Cyrix126

Description

@Cyrix126

The screen of seed node will have a helper at the right indicating that you can set the port number if necessary, providing an unhelpful example without a port.

If I put an address with ur.onion:port and click on Connect button, I will get "Invalid V3 Onion Address".

The issue is that the validation of the input text is not taking into account that a port can be be entered.

final _onionRegex = RegExp(r'^[a-zA-Z2-7]{56}\.onion$');

if (!_onionRegex.hasMatch(value)) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions