Skip to content

[FEATURE] - Add option to add profile through DNS #1397

Description

@anoxemian

The core idea is to provide a simple "one touch" method to maintain connections for people who are not confident with any IT boileplate like profiles/settings/MTU/keys/etc.

Workflow under the hood:

  1. Add tunnel => user input "example.com"
  2. DNS request resolve( TXT, _wg.example.com ) => "dhcp_url: https://dhcp.example.com/endpoint?public_key; methtod: h3/h2; config_url: https://account.example.com"
  3. HTTP GET h3 https://dhcp.example.com/endpoint?public_key => example.com.conf
  4. That's it.
  5. Additionally there is a url for server-side configuration of a tunnel. No need of any authorization, since connection is established and DNS is maintained by provider, so link may point to nonpublic internal resource, where keys are already known.

Workflow for enduser:

  1. User input "example.com"
  2. Connected!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions