From 1a268a243cc9aa46a6b6314c287e89485e0de8f5 Mon Sep 17 00:00:00 2001 From: James Batt Date: Mon, 13 Apr 2020 18:11:31 +1000 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a6135b..2e0ebb89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The VPN DNS proxy feature can now be disabled using config: `dns.enabled = false` - When disabled the `DNS` wireguard config value will be omitted from client wg config files - When disabled the DNS proxy will not be started server-side (i.e. port 53 won't be used) +- Config options to change the web, wireguard and dns ports. ### Changes