• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

nameservers in arpa-zone

ap__@

New Pleskian
Hello,
I want to add some additional nameservers to domain x.y.z.in-addr.arpa. (IN NS )
(to plesk not overwrite)

how to do it?
 
explanation

sample:
===
>cat /var/named/run-root/var/zzz.yyy.xx.in-addr.arpa
; *** This file is automatically generated by Plesk ***
$TTL 86400

@ IN SOA hosting.isp.com. root.isp.com. (
1226391305 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
10800 ) ; Minimum

IN NS hosting.isp.com.
134 IN PTR hosting.isp.ru.
1 IN PTR host1.isp.ru.

=end sample

how to add string
IN NS ns2.isp.com.
?
 
Back
Top