forked from InfrastructureServices/dnsconfd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24d7eb6
commit 2bbabe9
Showing
6 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2023 Red Hat, Inc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
.TH "dnsconfd" "8" "10 Oct 2023" "dnsconfd-0.0.1" "" | ||
|
||
.SH NAME | ||
|
||
Dnsconfd - local DNS cache configuration daemon | ||
|
||
.SH SYNOPSIS | ||
|
||
dnsconfd [-h] [-s] [--dbus-name DBUS_NAME] [--log-level {DEBUG,INFO,WARN}] [--resolv-conf-path RESOLV_CONF_PATH] | ||
|
||
.SH DESCRIPTION | ||
|
||
Dnsconfd is a local cache configuration daemon. It implements DBus interface of systemd-resolved | ||
and translates it's use to dns service's configuration. | ||
|
||
.SH OPTIONS | ||
|
||
.IP "-h, --help" | ||
Show help message and exit | ||
.IP "-s, --status" | ||
Print status of already running instance if any | ||
.IP "--dbus-name DBUS_NAME" | ||
DBus name that dnsconfd should use | ||
.IP "--log-level {DEBUG,INFO,WARN}" | ||
Log level of dnsconfd | ||
.IP "--resolv-conf-path RESOLV_CONF_PATH" | ||
Path to resolv.conf that the dnsconfd should manage | ||
|
||
.SH "EXIT STATUS" | ||
.IP 0 | ||
No error has occured. When status was requested, dnsconfd has been able to retrieve it successfully. | ||
.IP 1 | ||
Error has occured or dnsconfd was not able to retrieve status successfully. | ||
|
||
.SH ENVIRONMENT | ||
Environment variables are overriden if their argument counterparts are used. | ||
|
||
.IP DBUS_NAME | ||
DBus name that dnsconfd should use | ||
.IP RESOLV_CONF_PATH | ||
Path to resolv.conf that the dnsconfd should manage | ||
.IP LOG_LEVEL | ||
Log level of dnsconfd | ||
|
||
.SH FILES | ||
Dnsconfd manages resolv.conf to route domain name resolution to local cache service. | ||
|
||
.SH NOTES | ||
The only currently supported backend is Unbound. | ||
|
||
.SH "REPORTING BUGS" | ||
Please for reporting bugs use Github repository https://github.com/InfrastructureServices/dnsconfd | ||
|
||
.SH COPYRIGHT | ||
|
||
Copyright (c) 2023 Red Hat, Inc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters