Remove unneeded trademark symbol from WireGuard mark

This commit is contained in:
Jamil Bou Kheir
2021-09-22 16:44:38 +00:00
parent e148099633
commit 5b93332453
5 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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