1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-30 02:20:13 +01:00

Merge branch 'fix/gopher-respect-ip' into 'develop'

[#155] Fix Gopher server binding only to default value

See merge request pleroma/pleroma!518
This commit is contained in:
lambda 2018-12-07 18:49:40 +00:00
commit 7d86c0c53f

View File

@ -22,7 +22,7 @@ defmodule Pleroma.Gopher.Server do
:gopher,
100,
:ranch_tcp,
[port: port],
[ip: ip, port: port],
__MODULE__.ProtocolHandler,
[]
)