https://github.com/xbc5/qubes-dynamic-dns-resolver
https://github.com/xbc5/qubes-dynamic-dns-resolver
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xbc5/qubes-dynamic-dns-resolver
- Owner: xbc5
- License: gpl-3.0
- Created: 2025-04-21T22:03:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T00:22:37.000Z (over 1 year ago)
- Last Synced: 2025-05-17T17:11:12.891Z (about 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Qubes Dynamic DNS Resolver
A simple unit file that works for my needs. It selects a DNS resolver based on a VM configuration value.
This script would be awkward for most to use, but it works for my simple use case.
Run the installer in your template, then in dom0 run:
```sh
qvm-features YOUR-DOMAIN vm-config.qubes-dynamic-dns-resolver RESOLVER-NAME
```
Where `RESOLVER-NAME` is one of `dnscrypt-proxy-direct`, `stubby`, or not set at all--which defaults to dnscrypt-proxy's default configuration.