79115023

Date: 2024-10-22 16:31:04
Score: 1.5
Natty:
Report link

By using listenaddress=192.168.0.10 you are binding the listener to that specific interface. localhost will typically resolve to ::1 or 127.0.0.1, neither of which will match 192.168.0.10. You can use listenaddress=0.0.0.0 to listen on all interfaces, this may also solve the issue.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Steve HW