Skip to content

Commit

Permalink
add guide
Browse files Browse the repository at this point in the history
  • Loading branch information
oyepriyansh authored Jan 29, 2024
1 parent 2fddc7d commit d7f11da
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# .well-known
Discord Verification for [oyepriyansh.github.io](https://oyepriyansh.github.io) domain name
# Linking a Github Pages Domain to Discord Connections

You can add your domain to your Discord connections to showcase it on your profile.

In the case of a GitHub Pages domain, DNS verification sounds unable to do already. therefore, we will verify it using the https (file method).

1. Open Discord and navigate to your user settings by clicking on the gear icon next to your username.

2. In the settings menu, select "Connections."

3. Choose the domain <img src="https://github.com/oyepriyansh/.well-known/assets/83062406/ed6ec647-f3d1-432e-bf00-94afdc4afdff" height="25px">; a pop-up will appear. Enter your GitHub Pages domain name.

4. Click on "Next," then select "Verify using https."

5. Copy the content provided there, something like `dh=123456abc`.

6. [Fork this repository](https://github.com/oyepriyansh/.well-known/fork) (you can also create a new repository).

> [!IMPORTANT]
> Do not change the repository name; keep it as `.well-known`.
7. Edit the `discord` file in the root of the repository and replace the content that you've copied in step 5 and Commit the changes.

8. Go to repository settings and enable GitHub Pages for your forked repository.

9. Click on the verify button, and the domain will be added to your Discord profile.

---

If this guide was helpful, please consider starring this repository. Thank you!

0 comments on commit d7f11da

Please sign in to comment.