From db420dc6a075d23e1aa3ef45fb9cf6b286096c1b Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 18 Jul 2025 15:26:05 +0200 Subject: Remove sandbox mode --- .env.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index 4f6022f..6860734 100644 --- a/.env.example +++ b/.env.example @@ -7,6 +7,5 @@ NAMECHEAP_CLIENT_IP=your_public_ip # Cloudflare API credentials CLOUDFLARE_API_TOKEN=your_cloudflare_api_token -# Note: For sandbox testing, use sandbox API credentials from Namecheap -# Sandbox URL: https://www.sandbox.namecheap.com/ -# Production URL: https://www.namecheap.com/ \ No newline at end of file +# Note: This uses the production Namecheap API +# Use --dry-run flag for safe testing without actual registration \ No newline at end of file -- cgit v1.3.1