ifup-systemd-resolved

Hook for openfortivpn to set up DNS with systemd-resolved.

https://github.com/tatsh/ifup-systemd-resolved

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.4%) to scientific vocabulary

Keywords

openconnect systemd vpn
Last synced: 6 months ago · JSON representation ·

Repository

Hook for openfortivpn to set up DNS with systemd-resolved.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
openconnect systemd vpn
Created over 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

ifup-systemd-resolved

GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status GitHub Pages pre-commit Stargazers

@Tatsh Mastodon Follow

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.

Usage

In your configuration file for your patched copy of openfortivpn:

plain ifup-script = /path/to/ifup-systemd-resolved

General usage

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.

How to build

You must have Qt development libraries and Extra CMake Modules installed.

shell git clone ... mkdir the-repo-dir/build cd the-repo-dir/build cmake .. make

How to build with vcpkg

  1. Have vcpkg configured. See Set up vcpkg.
  2. Clone the project.
  3. In the project directory, run cmake --preset=default && cmake --build build.

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-06-23'
message: 'If you use this software, please cite it as below.'
title: 'ifup-systemd-resolved'
version: '0.0.1'

GitHub Events

Total
  • Delete event: 8
  • Push event: 69
  • Pull request event: 19
  • Create event: 10
Last Year
  • Delete event: 8
  • Push event: 69
  • Pull request event: 19
  • Create event: 10

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 34
  • Total Committers: 1
  • Avg Commits per committer: 34.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andrew Udvare a****e@g****m 34

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 7
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 7
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (7)
Top Labels
Issue Labels
Pull Request Labels
dependencies (7) javascript (7)

Dependencies

.github/workflows/codeql.yml actions
  • ConorMacBride/install-package v1.1.0 composite
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/pages.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/qa.yml actions
  • actions/checkout v3 composite
.github/workflows/tests.yml actions
  • actions/checkout v4 composite
package.json npm
  • @prettier/plugin-xml ^3.4.2 development
  • cspell ^9.1.5 development
  • markdownlint-cli2 ^0.18.1 development
  • prettier ^3.6.2 development
  • prettier-plugin-ini ^1.3.0 development
  • prettier-plugin-sort-json ^4.1.1 development
  • prettier-plugin-toml ^2.0.5 development
  • pyright ^1.1.403 development
  • yarn-audit-fix ^10.1.1 development
yarn.lock npm
  • 315 dependencies
vcpkg.json vcpkg
  • ecm >=6.7.0
  • qtbase >=6.8.3