location /phpmyadmin {
deny all;
return 403;
}
location /phpmyadmin {
allow 192.168.1.0/24;
deny all;
return 403;
}
You can use Export-DnsServerZone and Import-DnsServerZone . Export: Export-DnsServerZone -Name "test.com" -Filename "test...