diff options
author | Lain Soykaf <lain@lain.com> | 2023-11-12 13:53:18 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-11-12 13:53:18 +0400 |
commit | 0c5cc519833166e1c748deb81394af9940c05928 (patch) | |
tree | 4eb13f297395d738df1054c82a744b3ae99479e0 /docs/installation/openbsd_en.md | |
parent | 398141da68328cea982f017a3e8bc95a9f9c1fbf (diff) | |
parent | a51f3937eef0c6add91234863d5f936c59830d88 (diff) | |
download | pleroma-0c5cc519833166e1c748deb81394af9940c05928.tar.gz pleroma-0c5cc519833166e1c748deb81394af9940c05928.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-meilisearch
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: |