mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
resolve: update comments to mention resolvectl
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# internal DNS stub resolver of systemd-resolved. This file lists no search
|
||||
# domains.
|
||||
#
|
||||
# Run "systemd-resolve --status" to see details about the uplink DNS servers
|
||||
# Run "resolvectl status" to see details about the uplink DNS servers
|
||||
# currently in use.
|
||||
#
|
||||
# Third party programs must not access this file directly, but only through the
|
||||
|
||||
@@ -27,7 +27,7 @@ static void resolvconf_help(void) {
|
||||
" -f Ignore if specified interface does not exist\n"
|
||||
" -x Send DNS traffic preferably over this interface\n"
|
||||
"\n"
|
||||
"This is a compatibility alias for the systemd-resolve(1) tool, providing native\n"
|
||||
"This is a compatibility alias for the resolvectl(1) tool, providing native\n"
|
||||
"command line compatibility with the resolvconf(8) tool of various Linux\n"
|
||||
"distributions and BSD systems. Some options supported by other implementations\n"
|
||||
"are not supported and are ignored: -m, -p. Various options supported by other\n"
|
||||
|
||||
@@ -268,7 +268,7 @@ static int write_stub_resolv_conf_contents(FILE *f, OrderedSet *dns, OrderedSet
|
||||
"# internal DNS stub resolver of systemd-resolved. This file lists all\n"
|
||||
"# configured search domains.\n"
|
||||
"#\n"
|
||||
"# Run \"systemd-resolve --status\" to see details about the uplink DNS servers\n"
|
||||
"# Run \"resolvectl status\" to see details about the uplink DNS servers\n"
|
||||
"# currently in use.\n"
|
||||
"#\n"
|
||||
"# Third party programs must not access this file directly, but only through the\n"
|
||||
|
||||
Reference in New Issue
Block a user