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

WireGuard: Create from scratch or edit configuration #1197

Merged
merged 44 commits into from
Mar 3, 2025

Conversation

keeshux
Copy link
Member

@keeshux keeshux commented Feb 17, 2025

Before anything, refactor OpenVPN and WireGuard views to use SwiftUI views, rather than ModuleSection.

Therefore:

This PR also prepares OpenVPN for editing later.

Still to do:

  • Reuse parse errors from WireGuardKit
  • Validate early (e.g. invalid endpoint succeeds with empty peer)
  • Generate private key
  • Localize

Closes #253

See #657

@keeshux keeshux self-assigned this Feb 17, 2025
@keeshux keeshux added OpenVPN refactoring Improves software architecture WireGuard labels Feb 17, 2025
@keeshux keeshux added this to the 3.2.0 / Features milestone Feb 17, 2025
@keeshux keeshux added the enhancement New feature or request label Feb 17, 2025
@keeshux keeshux changed the title WireGuard: Edit configuration WireGuard: Create from scratch or edit configuration Feb 17, 2025
@keeshux keeshux force-pushed the feature/edit-openvpn-wireguard branch from 882e16c to 45353ed Compare February 25, 2025 13:05
keeshux added a commit that referenced this pull request Feb 26, 2025
Validate module builders if the implementation supports it. Start with
WireGuard.

Preparation for [editing of WireGuard
configurations](#1197).
@keeshux keeshux merged commit 5ce3a56 into master Mar 3, 2025
1 check passed
@keeshux keeshux deleted the feature/edit-openvpn-wireguard branch March 3, 2025 17:44
keeshux added a commit that referenced this pull request Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OpenVPN refactoring Improves software architecture WireGuard
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature Request] Manually edit/add WireGuard config
1 participant