• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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