|
ifup-systemd-resolved 0.0.2
|
This tool is primarily for use with openfortivpn, patched (alternative) to allow for hook scripts. It uses D-Bus to set up DNS settings for the PPP interface. It is based on the script in adrienverge/openfortivpn#1092.
In your configuration file for your patched copy of openfortivpn:
Environment variables must be set for this application to do anything.
| Name | Description |
|---|---|
DNS_SERVERS | DNS server IPs and names. Both IPv4 and IPv6 are supported. |
DNS_SUFFIX | Search domains. |
DNSSEC | If non-empty, it should be default, yes, no, or allow-downgrade. |
PPP_IFACE | Name of the device (see ifconfig or similar). Usually this something similar to ppp0. |
These are usually set by openfortivpn calling the script.
You must have Qt development libraries and Extra CMake Modules installed.
cmake --preset=default && cmake --build build.