Skip to content

Commit

Permalink
Fixed privacy protection function
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga committed Sep 9, 2024
1 parent f89e041 commit cb51d4f
Show file tree
Hide file tree
Showing 2 changed files with 780 additions and 754 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,17 @@ Next, head to the "**Registrars**" tab. Here, you'll need to enter your specific
## 7. Adding a New TLD:

Finally, add a new Top Level Domain (TLD) using your module from the "**New Top Level Domain**" tab. Make sure to configure all necessary details, such as pricing, within this tab.

# Troubleshooting

If you experience problems connecting to your EPP server, follow these steps:

1. Ensure your server's IP (IPv4 and IPv6) is whitelisted by the EPP server.

2. Confirm your client and server support IPv6 if required. If needed, disable IPv6 support in EPP server.

3. Reload the EPP module or restart the web server after any changes.

4. Ensure certificates have the correct permissions: `chown www-data:www-data cert.pem` and `chown www-data:www-data key.pem`.

5. Verify the EPP module is configured with the chosen registrar prefix.
Loading

0 comments on commit cb51d4f

Please sign in to comment.