From 8629c40e2f5aa92ca958dcda2e1daa20c25ce132 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 19 Oct 2025 15:12:37 -0700 Subject: [PATCH] Update domains --- .github/workflows/cicd.yml | 2 +- CONTRIBUTING.md | 6 +----- README.md | 4 ++-- SECURITY.md | 2 +- olm.iss | 2 +- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c0557f4..61dddc8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -8,7 +8,7 @@ on: jobs: release: name: Build and Release - runs-on: ubuntu-latest + runs-on: amd64-runner steps: - name: Checkout code diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44acedb..068564b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,7 @@ Contributions are welcome! Please see the contribution and local development guide on the docs page before getting started: -https://docs.fossorial.io/development - -For ideas about what features to work on and our future plans, please see the roadmap: - -https://docs.fossorial.io/roadmap +https://docs.pangolin.net/development/contributing ### Licensing Considerations diff --git a/README.md b/README.md index a94fa5a..f5a718c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Olm is a [WireGuard](https://www.wireguard.com/) tunnel client designed to secur Olm is used with Pangolin and Newt as part of the larger system. See documentation below: -- [Full Documentation](https://docs.fossorial.io) +- [Full Documentation](https://docs.pangolin.net) ## Key Functions @@ -107,7 +107,7 @@ $ cat ~/.config/olm-client/config.json { "id": "spmzu8rbpzj1qq6", "secret": "f6v61mjutwme2kkydbw3fjo227zl60a2tsf5psw9r25hgae3", - "endpoint": "https://pangolin.fossorial.io", + "endpoint": "https://app.pangolin.net", "tlsClientCert": "" } ``` diff --git a/SECURITY.md b/SECURITY.md index 909402a..1fe847f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,7 +3,7 @@ If you discover a security vulnerability, please follow the steps below to responsibly disclose it to us: 1. **Do not create a public GitHub issue or discussion post.** This could put the security of other users at risk. -2. Send a detailed report to [security@fossorial.io](mailto:security@fossorial.io) or send a **private** message to a maintainer on [Discord](https://discord.gg/HCJR8Xhme4). Include: +2. Send a detailed report to [security@pangolin.net](mailto:security@pangolin.net) or send a **private** message to a maintainer on [Discord](https://discord.gg/HCJR8Xhme4). Include: - Description and location of the vulnerability. - Potential impact of the vulnerability. diff --git a/olm.iss b/olm.iss index c2717b4..8a76a18 100644 --- a/olm.iss +++ b/olm.iss @@ -4,7 +4,7 @@ #define MyAppName "olm" #define MyAppVersion "1.0.0" #define MyAppPublisher "Fossorial Inc." -#define MyAppURL "https://fossorial.io" +#define MyAppURL "https://pangolin.net" #define MyAppExeName "olm.exe" [Setup]