Commit a826992b authored by Amos Latteier's avatar Amos Latteier

Turn off monitor server for all machines but localhost.

parent 36bf6ccc
......@@ -442,7 +442,7 @@ if MONITOR_PORT:
from AccessControl.User import super
monitor=secure_monitor_server(
password=super._getPassword(),
hostname=IP_ADDRESS,
hostname='127.0.0.1',
port=MONITOR_PORT)
# Try to set uid to server's uid.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment