ifup-systemd-resolved
Hook for openfortivpn to set up DNS with 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
Repository
Hook for openfortivpn to set up DNS with systemd-resolved.
Basic Info
- Host: GitHub
- Owner: Tatsh
- License: mit
- Language: C++
- Default Branch: master
- Homepage: https://tatsh.github.io/ifup-systemd-resolved/
- Size: 1.68 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
ifup-systemd-resolved
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
- Have vcpkg configured. See Set up vcpkg.
- Clone the project.
- In the project directory, run
cmake --preset=default && cmake --build build.
Owner
- Login: Tatsh
- Kind: user
- Repositories: 87
- Profile: https://github.com/Tatsh
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
Top Committers
| Name | 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
- 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
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite
- actions/checkout v3 composite
- actions/checkout v4 composite
- @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
- 315 dependencies
- ecm >=6.7.0
- qtbase >=6.8.3