JohnMcLear / ep_draw

Etherpad plugin for Etherdraw
Other
15 stars 22 forks source link

Etherdraw always binds at all interfaces #23

Closed sesom42 closed 4 years ago

sesom42 commented 7 years ago

No matter what is set in settings.json, Etherdraw always binds to all interfaces (*). Localhost or 127.0.0.1 makes no difference.

{
  //IP and port which etherpad should bind at
  "ip" : "localhost",
  "port" : 9002,

  ...

}
# lsof -i | grep :9002
node      11085         etherpad   10u  IPv6 155125050      0t0  TCP *:9002 (LISTEN)

This is an security issue.

JohnMcLear commented 4 years ago

Wrong repo btw. you want ether/draw afaik.