Update domains

Former-commit-id: 8629c40e2f
This commit is contained in:
Owen
2025-10-19 15:12:37 -07:00
parent 7224d9824d
commit 29c01deb05
5 changed files with 6 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
release: release:
name: Build and Release name: Build and Release
runs-on: ubuntu-latest runs-on: amd64-runner
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -4,11 +4,7 @@ Contributions are welcome!
Please see the contribution and local development guide on the docs page before getting started: Please see the contribution and local development guide on the docs page before getting started:
https://docs.fossorial.io/development https://docs.pangolin.net/development/contributing
For ideas about what features to work on and our future plans, please see the roadmap:
https://docs.fossorial.io/roadmap
### Licensing Considerations ### Licensing Considerations

View File

@@ -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: 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 ## Key Functions
@@ -107,7 +107,7 @@ $ cat ~/.config/olm-client/config.json
{ {
"id": "spmzu8rbpzj1qq6", "id": "spmzu8rbpzj1qq6",
"secret": "f6v61mjutwme2kkydbw3fjo227zl60a2tsf5psw9r25hgae3", "secret": "f6v61mjutwme2kkydbw3fjo227zl60a2tsf5psw9r25hgae3",
"endpoint": "https://pangolin.fossorial.io", "endpoint": "https://app.pangolin.net",
"tlsClientCert": "" "tlsClientCert": ""
} }
``` ```

View File

@@ -3,7 +3,7 @@
If you discover a security vulnerability, please follow the steps below to responsibly disclose it to us: 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. 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. - Description and location of the vulnerability.
- Potential impact of the vulnerability. - Potential impact of the vulnerability.

View File

@@ -4,7 +4,7 @@
#define MyAppName "olm" #define MyAppName "olm"
#define MyAppVersion "1.0.0" #define MyAppVersion "1.0.0"
#define MyAppPublisher "Fossorial Inc." #define MyAppPublisher "Fossorial Inc."
#define MyAppURL "https://fossorial.io" #define MyAppURL "https://pangolin.net"
#define MyAppExeName "olm.exe" #define MyAppExeName "olm.exe"
[Setup] [Setup]