Make gopher respect ip

stable
Rin Toshaka 6 years ago
parent 8764f64690
commit 09f20de0d7

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

Loading…
Cancel
Save