diff options
| author | Tom Hukins <tom@FreeBSD.org> | 2023-02-28 16:18:06 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-02-28 16:36:17 +0000 |
| commit | 0f994a19e21678a975784ccc17fcc4a1805dd2b1 (patch) | |
| tree | acdf560bacbeeec90982076ea37ee5a5f5ae269b /libexec | |
| parent | 092a543ec3d276e48da09538ae29c736fdce4631 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index f4d8bc179678..9bb7cf2f3cc1 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -316,7 +316,7 @@ ggated_enable="NO" # Run the ggate daemon (YES/NO). ggated_config="/etc/gg.exports" # ggated(8) exports file. ggated_flags="" # Extra parameters like which port to bind to. ctld_enable="NO" # CAM Target Layer / iSCSI target daemon. -local_unbound_enable="NO" # Local caching resolver +local_unbound_enable="NO" # Local caching DNS resolver local_unbound_tls="NO" # Use DNS over TLS blacklistd_enable="NO" # Run blacklistd daemon (YES/NO). blacklistd_flags="" # Optional flags for blacklistd(8). |
