diff --git a/README.md b/README.md
index 592c4b1..cf983ec 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Pangolin Documentation
-Welcome to the official documentation for [Pangolin](https://github.com/fosrl/pangolin), a modern reverse proxy and networking solution. This documentation site is hosted at [docs.digpangolin.com](https://docs.digpangolin.com) and provides comprehensive guides, API references, and resources for getting started with Pangolin.
+Welcome to the official documentation for [Pangolin](https://github.com/fosrl/pangolin), a modern reverse proxy and networking solution. This documentation site is hosted at [docs.pangolin.net](https://docs.pangolin.net) and provides comprehensive guides, API references, and resources for getting started with Pangolin.
## About This Documentation
diff --git a/development/feature-requests-and-bug-reports.mdx b/development/feature-requests-and-bug-reports.mdx
index 118346b..a08a32c 100644
--- a/development/feature-requests-and-bug-reports.mdx
+++ b/development/feature-requests-and-bug-reports.mdx
@@ -57,6 +57,6 @@ Please provide as much detail as possible to help developers reproduce and fix t
- For general questions, use [GitHub Discussions](https://github.com/fosrl/pangolin/discussions) with the "Q&A" category, or come chat with us on [Discord](https://digpangolin.com/discord).
+ For general questions, use [GitHub Discussions](https://github.com/fosrl/pangolin/discussions) with the "Q&A" category, or come chat with us on [Discord](https://pangolin.net/discord).
diff --git a/docs.json b/docs.json
index 1b9004d..3aeec33 100644
--- a/docs.json
+++ b/docs.json
@@ -143,11 +143,11 @@
},
{
"tab": "Blog",
- "href": "https://digpangolin.com/blog"
+ "href": "https://pangolin.net/blog"
},
{
"tab": "Website",
- "href": "https://digpangolin.com"
+ "href": "https://pangolin.net/"
}
],
"global": {
@@ -159,12 +159,12 @@
},
{
"anchor": "Slack",
- "href": "https://digpangolin.com/slack",
+ "href": "https://pangolin.net/slack",
"icon": "slack"
},
{
"anchor": "Discord",
- "href": "https://digpangolin.com/discord",
+ "href": "https://pangolin.net/discord",
"icon": "discord"
}
]
@@ -173,7 +173,7 @@
"logo": {
"light": "/logo/light.png",
"dark": "/logo/dark.png",
- "href": "https://docs.digpangolin.com"
+ "href": "https://docs.pangolin.net"
},
"navbar": {
"links": [
@@ -197,7 +197,7 @@
"integrations": {
"posthog": {
"apiKey": "phc_RIHQ7o2Y2hf8qms2nP62vpoJHEvsrw6TieflQGQO7yI",
- "apiHost": "https://digpangolin.com/relay-O7yI"
+ "apiHost": "https://pangolin.net/relay-O7yI"
}
},
"redirects": [
diff --git a/manage/clients/install-client.mdx b/manage/clients/install-client.mdx
index 12c7041..fd5a2c5 100644
--- a/manage/clients/install-client.mdx
+++ b/manage/clients/install-client.mdx
@@ -16,7 +16,7 @@ You **must first create a client and copy the Olm config** in Pangolin before ru
Use this command to automatically install Olm. It detects your system architecture automatically and always pulls the latest version, adding Olm to your PATH:
```bash
-curl -fsSL https://digpangolin.com/get-olm.sh | bash
+curl -fsSL https://pangolin.net/get-olm.sh | bash
```
### Manual Download
diff --git a/manage/remote-node/quick-install-remote.mdx b/manage/remote-node/quick-install-remote.mdx
index 5a0aaf5..2756b7f 100644
--- a/manage/remote-node/quick-install-remote.mdx
+++ b/manage/remote-node/quick-install-remote.mdx
@@ -39,7 +39,7 @@ Before installing Pangolin, ensure you've opened the required port on your firew
Connect to your server via SSH and download the installer:
```bash
- curl -fsSL https://digpangolin.com/get-node-installer.sh | bash
+ curl -fsSL https://pangolin.net/get-node-installer.sh | bash
```
The installer supports both AMD64 (x86_64) and ARM64 architectures.
diff --git a/manage/sites/install-site.mdx b/manage/sites/install-site.mdx
index d20813b..99c7f25 100644
--- a/manage/sites/install-site.mdx
+++ b/manage/sites/install-site.mdx
@@ -32,7 +32,7 @@ You **must first create a site and copy the Newt config** in Pangolin before run
Use this command to automatically install Newt. It detects your system architecture automatically and always pulls the latest version, adding Newt to your PATH:
```bash
-curl -fsSL https://digpangolin.com/get-newt.sh | bash
+curl -fsSL https://pangolin.net/get-newt.sh | bash
```
### Manual Download
diff --git a/manage/sites/update-site.mdx b/manage/sites/update-site.mdx
index 9c1110a..4ec7d93 100644
--- a/manage/sites/update-site.mdx
+++ b/manage/sites/update-site.mdx
@@ -32,7 +32,7 @@ docker compose up -d newt
If you used the auto installer, simply run it again.
```bash
-curl -fsSL https://digpangolin.com/get-newt.sh | bash
+curl -fsSL https://pangolin.net/get-newt.sh | bash
```
### Manual Installation
diff --git a/self-host/advanced/enable-geoblocking.mdx b/self-host/advanced/enable-geoblocking.mdx
index bc7a7e6..830c8fd 100644
--- a/self-host/advanced/enable-geoblocking.mdx
+++ b/self-host/advanced/enable-geoblocking.mdx
@@ -12,7 +12,7 @@ Remember to keep the GeoIP database updated regularly, as IP-to-country mappings
You can use the installer to download and place the database for you, just grab the latest installer:
```bash
- curl -fsSL https://digpangolin.com/get-installer.sh | bash
+ curl -fsSL https://pangolin.net/get-installer.sh | bash
```
Then run the installer again:
diff --git a/self-host/community-guides/overview.mdx b/self-host/community-guides/overview.mdx
index 2493413..bcdee69 100644
--- a/self-host/community-guides/overview.mdx
+++ b/self-host/community-guides/overview.mdx
@@ -3,7 +3,7 @@ title: "Overview"
---
-These are community written guides and are not officially supported. If you have any issues, please reach out to the authors or the community on [Discord](https://digpangolin.com/discord) or [Github discussions](https://github.com/orgs/fosrl/discussions).
+These are community written guides and are not officially supported. If you have any issues, please reach out to the authors or the community on [Discord](https://pangolin.net/discord) or [Github discussions](https://github.com/orgs/fosrl/discussions).
The modular design of this system enables the extension of its functionality through the integration of existing Traefik plugins, such as Crowdsec and Geoblock.
diff --git a/self-host/quick-install.mdx b/self-host/quick-install.mdx
index d30fe16..520e90b 100644
--- a/self-host/quick-install.mdx
+++ b/self-host/quick-install.mdx
@@ -32,7 +32,7 @@ Before installing Pangolin, ensure you've set up DNS for your domain(s) and open
Connect to your server via SSH and download the installer:
```bash
- curl -fsSL https://digpangolin.com/get-installer.sh | bash
+ curl -fsSL https://pangolin.net/get-installer.sh | bash
```
The installer supports both AMD64 (x86_64) and ARM64 architectures.