change digpangolin.com tp pangolin.net

This commit is contained in:
miloschwartz
2025-10-18 11:55:35 -07:00
parent f1cf524d7d
commit e97d482d8b
10 changed files with 15 additions and 15 deletions

View File

@@ -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:

View File

@@ -3,7 +3,7 @@ title: "Overview"
---
<Note>
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).
</Note>
The modular design of this system enables the extension of its functionality through the integration of existing Traefik plugins, such as Crowdsec and Geoblock.

View File

@@ -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.