Latest web development tutorials

Linux dnsconf command

Linux command Daquan Linux command Daquan

Linux dnsconf command sets the DNS server configuration.

dnsconf actually linuxconf symbolic connections that provide graphical operation section for administrators to manage DNS servers.

grammar

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

Parameter Description:

  • --deldomain <domain> remove the domain.
  • --delsecondary <domain> remove secondary domain.
  • --newdomain <domain> Add domain.
  • --set <host> <IP> new host record.
  • --setcname <CNAME> <host> Settings <CNAME>.
  • --setmx <domain> <host> Specifies the domain's mail host.
  • --setns <domain> <host> Specifies the domain's DNS server.
  • --unset <host> delete records in a DNS host.

Linux command Daquan Linux command Daquan