From d08da3a17dd4ca240d0f1ee7f0f3a505943d7891 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Wed, 10 Dec 2025 20:01:57 -0500 Subject: [PATCH] fix capitalization --- manage/resources/private/alias.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manage/resources/private/alias.mdx b/manage/resources/private/alias.mdx index 7c369f2..d34d91b 100644 --- a/manage/resources/private/alias.mdx +++ b/manage/resources/private/alias.mdx @@ -17,8 +17,8 @@ Since aliases cannot be single-label domains, you must avoid using domain names ## Custom Upstream DNS -Aliases work by overriding the DNS of your computer running the client so that all DNS requests are sent to the Pangolin client for resolution. The dns server on your computer is typically `100.96.128.1` which will forward request to an upstream server. By default, we use `9.9.9.9`, but this upstream address can be configured using [the flag](/manage/clients/configure-client) in the cli / olm or in the client settings. +Aliases work by overriding the DNS of your computer running the client so that all DNS requests are sent to the Pangolin client for resolution. The dns server on your computer is typically `100.96.128.1` which will forward request to an upstream server. By default, we use `9.9.9.9`, but this upstream address can be configured using [the flag](/manage/clients/configure-client) in the CLI / Olm or in the client settings. ## Disable Aliases -If you wish to disable this behavior and prevent aliases from being resolved and leave your DNS alone, you can do so by adding [the flag](/manage/clients/configure-client) to the cli / olm or disable override dns in the client settings. \ No newline at end of file +If you wish to disable this behavior and prevent aliases from being resolved and leave your DNS alone, you can do so by adding [the flag](/manage/clients/configure-client) to the CLI / Olm or disable override dns in the client settings.