From 39edf32da86583625d3a0accf57c5ff5dacbbc25 Mon Sep 17 00:00:00 2001 From: tromcho <113139586+tromcho@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:09:57 +0700 Subject: [PATCH] Small wording edit --- doc/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/configuration.md b/doc/configuration.md index b90d90e..22b9100 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -12,7 +12,7 @@ * [VPN](#vpn) * [Default mode - Wireguard custom](#default-mode---wireguard-custom) * [Your own mode (VPN provider supported by gluetun)](#your-own-mode-vpn-provider-supported-by-gluetun) - * [How does VPN is handled?](#how-does-vpn-is-handled) + * [How is VPN handled?](#how-is-vpn-handled) * [Make the services communicate with each other](#make-the-services-communicate-with-each-other) * [How does the configuration work?](#how-does-the-configuration-work) @@ -249,7 +249,7 @@ By default, the file used is [gluetun.yaml](../services/gluetun.yaml), which is * Run ``./run-seedbox.sh``. * The service now uses your VPN by tunneling via gluetun container. If gluetun is down or if the VPN link is broken, your service won't have any access to Internet. -### How does VPN is handled? +### How is VPN handled? Behind the scenes, the ``run-seedbox.sh`` script will mainly add 2 overrides when enabling VPN on a service: @@ -315,4 +315,4 @@ http: - url: "https://nextcloud:443" ``` -This file will be automatically placed in [traefik/custom/](../traefik/custom/) directory (mounted by Traefik container) so the config will dynamically apply. This file is updated on each ``run-seedbox.sh`` execution. \ No newline at end of file +This file will be automatically placed in [traefik/custom/](../traefik/custom/) directory (mounted by Traefik container) so the config will dynamically apply. This file is updated on each ``run-seedbox.sh`` execution.