Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect public interface bug #511

Open
daniil-khaletsky opened this issue Jun 22, 2024 · 0 comments
Open

Detect public interface bug #511

daniil-khaletsky opened this issue Jun 22, 2024 · 0 comments

Comments

@daniil-khaletsky
Copy link

Detect public interface and pre-fill for the user

The installation script does not accept a network interface that has a dot in its name. For example, "bond0.10"

To fix this, you need to add the dot character to the regular expression string - "^[a-zA-Z0-9_.]+$" in line 122 of the wireguard-install.sh script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant