From f4d369943b85e7b79fde9a0e2390767ecf303e65 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 20 Feb 2020 04:50:44 -0500 Subject: [PATCH] link to INI syntax wikipedia page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c357978..128b429 100644 --- a/README.md +++ b/README.md @@ -570,7 +570,7 @@ dig example.com A ### Overview -WireGuard config is in INI syntax, defined in a file usually called `wg0.conf`. It can be placed anywhere on the system, but is often placed in `/etc/wireguard/wg0.conf`. +WireGuard config is in [INI syntax](https://en.wikipedia.org/wiki/INI_file), defined in a file usually called `wg0.conf`. It can be placed anywhere on the system, but is often placed in `/etc/wireguard/wg0.conf`. The config path is specified as an argument when running any `wg-quick` command, e.g: `wg-quick up /etc/wireguard/wg0.conf` (always specify the full, absolute path)