-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fddc7d
commit d7f11da
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |