diff options
author | Mark Felder <feld@feld.me> | 2023-11-07 16:05:04 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-11-07 16:05:04 -0500 |
commit | a0e08c6ec21b724432ac77eb395a18e6f8e2a093 (patch) | |
tree | 879947cf9b932c2c312b604d8768bc7e472234e1 /docs/installation/openbsd_en.md | |
parent | 63ef1dcedca7fb315f611388e477d3847d1acaa1 (diff) | |
parent | 11c520607fcb2bf5b8323d1b22b3123acf12efe1 (diff) | |
download | pleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.tar.gz pleroma-a0e08c6ec21b724432ac77eb395a18e6f8e2a093.zip |
Merge branch 'develop' into phoenix1.7
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r-- | docs/installation/openbsd_en.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md index c80c8f678..9e7e040f5 100644 --- a/docs/installation/openbsd_en.md +++ b/docs/installation/openbsd_en.md @@ -195,6 +195,10 @@ rcctl enable relayd rcctl start relayd ``` +##### (Strongly recommended) serve media on another domain + +Refer to the [Hardening your instance](../configuration/hardening.md) document on how to serve media on another domain. We STRONGLY RECOMMEND you to do this to minimize attack vectors. + #### pf Enabling and configuring pf is highly recommended. In /etc/pf.conf, insert the following configuration: |