English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux dnsconf Command

Linux Command大全

The Linux dnsconf command is used to set up DNS server configuration.

dnsconf is actually a symbolic link to linuxconf, providing a graphical interface for administrators to manage DNS servers.

Syntax

dnsconf [--deldomain<域>][--delsecondary<域>][--newdomain<域>][--set<主机><IP>][--setcname<CNAME><主机>][--setmx<域><主机>][--setns<域><主机>][--unset<主机>]

Parameter Description:

  • --deldomain<域> Delete a domain.
  • --delsecondary<域> Delete a secondary domain.
  • --newdomain<域> Add a new domain.
  • --set<主机><IP> Add a new host record.
  • --setcname<CNAME><主机> Set <CNAME>.
  • --setmx<域><主机> Specify the mail host for the domain.
  • --setns<域><主机> Specify the DNS server for the domain.
  • --unset<主机> Delete the record of a host in DNS.

Linux Command大全