• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue A-record

Ankebut

Regular Pleskian
Hello,

i am using for a domain in my plesk chayns, and i have add a a-record for this domain with ip: 62.153.122.95 but that dont need work, can anwere help me please?

Code:
    Host    Record type    Value
    ns2.ditib-lonsee.de.    A    148.251.246.48
    ns1.ditib-lonsee.de.    A    148.251.246.48
    ditib-lonsee.de.    A    62.153.122.95
    webmail.ditib-lonsee.de.    A    148.251.246.48
    mail.ditib-lonsee.de.    A    148.251.246.48
    ipv4.ditib-lonsee.de.    A    148.251.246.48
    ns.ditib-lonsee.de.    A    148.251.246.48
    ns1.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    webmail.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    mail.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ipv6.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ns2.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2
    ns.ditib-lonsee.de.    AAAA    2a01:4f8:192:82af::2

bevor i have use this setting and that works only with same setting not work in plesk

Code:
$TTL 86400
@   IN SOA ns1.first-ns.de. postmaster.robot.first-ns.de. (
   2017010601   ; serial
   14400        ; refresh
   1800         ; retry
   1209600      ; expire
   86400 )      ; minimum

@                        IN NS      robotns3.second-ns.com.
@                        IN NS      robotns2.second-ns.de.
@                        IN NS      ns1.first-ns.de.

@                        IN A       148.251.246.48
*                        IN A       148.251.246.48
chayns                   IN A       62.153.122.78
facebook                 IN A       62.153.122.78
localhost                IN A       127.0.0.1
mail                     IN A       148.251.246.48
www                      IN A       148.251.246.48
*                        IN AAAA    2a01:4f8:192:82af::2
mail                     IN AAAA    2a01:4f8:192:82af::2
www                      IN AAAA    2a01:4f8:192:82af::2
ftp                      IN CNAME   www
imap                     IN CNAME   www
loopback                 IN CNAME   localhost
pop                      IN CNAME   www
relay                    IN CNAME   www
smtp                     IN CNAME   www
@                        IN MX 10   mail
 
Back
Top