在ifconfig命令的输出结果中,找到你想要设置IP地址和子网掩码的网络接口名称。例如,常见的接口名称包括eth0、wlan0等。 使用ifconfig命令设置选定接口的IP地址: 使用以下命令来设置选定接口的IP地址: bash sudo ifconfig [网络接口名称] [IP地址] 将[网络接口名称]替换为你想要设置的网络接口名称,将[IP地址]替换...
acl "trust-lan" { 127.0.0.1/8; 192.168.0.0/16;};options { directory "/usr/local/named/etc/";pid-file "/var/run/named/named.pid";version "0.0.0";datasize 40M;allow-transfer { "trust-lan";};recursion yes;allow-notify { "trust-lan";};allow-recursion { "trust-...