Address common misunderstanding about updates proxy

This commit is contained in:
Andrew David Wong 2022-03-07 16:50:22 -08:00
parent 1986a5e372
commit 5b29e903d2
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -84,10 +84,13 @@ Please see [How to Update](/doc/how-to-update/).
## Why don't templates have network access?
In order to protect you from performing risky activites in templates, they do
In order to protect you from performing risky activities in templates, they do
not have normal network access. Instead, templates use an [updates
proxy](#updates-proxy) that allows you to install and update software without
giving the template direct network access.
giving the template direct network access. **The updates proxy is already set up
to work automatically out-of-the-box and requires no special action from you.**
Most users should simply follow the normal instructions for
[installing](#instructions) and [updating](/doc/how-to-update/) software.
## Advanced