🛡️ Access Shield Pro v1.4 - Упрощённая настройка сканеров/honeypot с поддержкой wildcards и regex
🤖 AI Support Assistant 2.1 - Поддержка GPT-5 и Claude Opus 4.1, авто-подписи, улучшенная обработка ошибок.
🧮 Пересчет Цен v1.2 - Исправлены цены дополнений, улучшена безопасность, все циклы оплаты.
🔧 PowerDNS Manager v1.11 - Улучшенная безопасность логов с лучшей очисткой данных, улучшенная обработка отладочного вывода, исправления ошибок.

Glue Records Печать

  • 22

Glue records are IP addresses for nameservers when the nameserver is in the same domain it serves.

When You Need Them

Required when your nameservers are subdomains of your domain:

Domain: example.com
Nameservers: ns1.example.com, ns2.example.com

Without glue records, this creates a circular dependency - can't resolve the domain without the nameserver, can't find the nameserver without the domain.

Example

example.com      NS    ns1.example.com
example.com      NS    ns2.example.com

# Glue records:
ns1.example.com  A     192.0.2.1
ns2.example.com  A     192.0.2.2

Setting Glue Records

Glue records are set at your domain registrar, not in DNS Manager:

  1. Log into your domain registrar account
  2. Find nameserver management
  3. Register custom nameservers
  4. Enter nameserver hostname and IP

Common Setups

Using ArkHost nameservers (no glue needed):

ns1.arkhost.com
ns2.arkhost.com

Custom nameservers (glue required):

ns1.yourdomain.com - 192.0.2.1
ns2.yourdomain.com - 192.0.2.2

Important Notes

  • Only needed when nameserver is subdomain of the domain it serves
  • Set at registrar, not hosting provider
  • Both IPv4 and IPv6 addresses can be used
  • Changes can take 24-48 hours to propagate

Checking Glue Records

dig +trace yourdomain.com
whois yourdomain.com | grep "Name Server"

Common Issues

  • Missing glue: Domain won't resolve at all
  • Wrong IP in glue: Domain resolves to wrong server
  • Outdated glue: Still pointing to old server after IP change

Помог ли вам данный ответ?

« Назад

WHOIS Information

×
Loading WHOIS information...