dn-privacy
작성자: automattic
dn CLI를 사용하여 도메인의 WHOIS 프라이버시를 설정합니다. 사용자가 도메인 WHOIS 레코드의 프라이버시/비공개 설정을 활성화, 비활성화 또는 변경하려는 경우 사용합니다.
npx skills add https://github.com/automattic/dn-cli --skill dn-privacydn 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
| Argument | Description |
|---|---|
domain | Domain name |
setting | on, 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