Baseguard

baseguard set

View and change local node settings

The set command views and changes settings stored locally on this device. These settings apply only to the current node and are kept across reconnects.

Usage

baseguard set [options]

Running set without options prints the current settings:

$ baseguard set
dns: true

Options

OptionDescription
--dns <true|false>Turn DNS on or off for this node. Default true.

Examples

Disable DNS on This Node

baseguard set --dns=false

Baseguard stops managing the system resolver on this device and restores the original configuration. Node names such as server-01 will no longer resolve here, but the node stays connected and reachable by IP. Other nodes are not affected.

Re-enable DNS

baseguard set --dns=true

See Also

  • DNS — Nameservers, search domains, and records
  • status — View connection status and peers

On this page