dn-privacy

作者: automattic

使用 dn CLI 設定網域的 WHOIS 隱私。當使用者想要啟用、停用或變更網域 WHOIS 記錄的隱私/編輯設定時使用。…

npx skills add https://github.com/automattic/dn-cli --skill dn-privacy

dn privacy

Set WHOIS privacy for a domain.

Usage

# Enable privacy (proxy contact info)
dn privacy example.com on

# Disable privacy (show real contact info)
dn privacy example.com off

# Redact contact info (minimal disclosure)
dn privacy example.com redact

Arguments

ArgumentDescription
domainDomain name
settingon, off, or redact

Privacy Settings

  • on: Enable privacy service (proxy contact information)
  • off: Disclose real contact information in WHOIS
  • redact: Redact contact information (minimal GDPR-compliant disclosure)

Notes

  • Partner mode only - user mode shows redirect to wordpress.com/domains/manage
  • Use dn info <domain> to check current privacy setting

來自 automattic 的更多技能