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