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

Add support for systemd-resolved #1092

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2024

  1. Support a script to be executed when the device goes up

    This adds the `ifup_script` config option. The script receives the
    following environment variables as input:
    
    - NET_DEVICE: The name of the network device of the VPN.
    - DNS_SUFFIX: DNS domain search prefix, if provided by the VPN server.
    - DNS_SERVERS: A list of the DNS server addresses if provided by the VPN
      server.
    da-x authored and DimitriPapadopoulos committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7d53207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dbeb3d View commit details
    Browse the repository at this point in the history