diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-11 07:51:46 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-03-11 07:54:46 +0100 |
commit | 3d3f1509f90fac97f21f23422edd95537e29634c (patch) | |
tree | 2143fd8a56513e6f72c3546a0443bdc3beb35752 /CHANGELOG.md | |
parent | 953aece84866a89bd3de8f6d3f5d30e2f9cfb4f3 (diff) | |
download | pleroma-fix/epmd-loopback.tar.gz |
installation: Add ERL_EPMD_ADDRESS=127.0.0.1,::1 to servicesfix/epmd-loopback
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f7dfcdd..ee49f7396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## Unreleased +### Changed +- Make `epmd` listen only to localhost interfaces by setting `ERL_EPMD_ADDRESS=127.0.0.1,::1` to env. + ## [2.0.0] - 2019-03-08 ### Security - Mastodon API: Fix being able to request enourmous amount of statuses in timelines leading to DoS. Now limited to 40 per request. |