mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Remove unneeded trademark symbol from WireGuard mark
This commit is contained in:
@@ -7,7 +7,7 @@ Read this guide before opening a pull request.
|
||||
1. [Prerequisites](#prerequisites)
|
||||
2. [Project Setup](#project-setup)
|
||||
1. [Provision the test VMs](#provision-the-test-vms)
|
||||
2. [Start the WireGuard™ interface on the
|
||||
2. [Start the WireGuard interface on the
|
||||
server](#start-the-wireguard-interface-on-the-server)
|
||||
3. [Start the WireGuard interface on the
|
||||
client](#start-the-wireguard-interface-on-the-client)
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
|
||||
## Intro
|
||||
|
||||
FireZone is an open-source WireGuard™-based VPN server and firewall for Linux
|
||||
FireZone is an open-source WireGuard-based VPN server and firewall for Linux
|
||||
designed to be secure, easy to manage, and quick to set up.
|
||||
|
||||
Use FireZone to:
|
||||
|
||||
- Connect remote teams to a shared private cloud network
|
||||
- Set up your own WireGuard™ VPN
|
||||
- Set up your own WireGuard VPN
|
||||
- Block egress traffic from your devices to specific IPs and CIDR ranges
|
||||
- Connect remote teams to a secure virtual LAN
|
||||
|
||||
@@ -111,7 +111,7 @@ consisting of three independent applications:
|
||||
|
||||
- [apps/fz_http](apps/fz_http): The Web Application
|
||||
- [apps/fz_wall](apps/fz_wall): Firewall Management Process
|
||||
- [apps/fz_vpn](apps/fz_vpn): WireGuard™ Management Process
|
||||
- [apps/fz_vpn](apps/fz_vpn): WireGuard Management Process
|
||||
|
||||
For now, FireZone assumes these apps are all running on the same host.
|
||||
|
||||
@@ -121,4 +121,4 @@ For now, FireZone assumes these apps are all running on the same host.
|
||||
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||
|
||||
WireGuard™ is a registered trademark of Jason A. Donenfeld.
|
||||
WireGuard is a registered trademark of Jason A. Donenfeld.
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
<hr>
|
||||
<div class="content">
|
||||
<h6 class="is-6 title">
|
||||
Add the following to your WireGuard™ configuration file:
|
||||
Add the following to your WireGuard configuration file:
|
||||
</h6>
|
||||
<pre><code id="wg-conf">
|
||||
[Interface]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>FireZone: Firewall + Web Gui for WireGuard™</title>
|
||||
<title>FireZone: Firewall + Web Gui for WireGuard</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -22,7 +22,7 @@ license "Apache-2.0"
|
||||
license_file "../LICENSE"
|
||||
|
||||
description <<~DESC
|
||||
Web UI + Firewall manager for WireGuard™
|
||||
Web UI + Firewall manager for WireGuard
|
||||
DESC
|
||||
|
||||
# Defaults to C:/firezone on Windows
|
||||
|
||||
Reference in New Issue
Block a user