mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-01-23 02:15:13 +00:00
link to INI syntax wikipedia page
This commit is contained in:
parent
3654a6cbdc
commit
f4d369943b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue