Set AMP interface strings to listen to local interfaces only by default. Also added AMP_INTERFACE setting. Resolves Issue 257.
This commit is contained in:
parent
ed60c3046f
commit
3c87b66624
4 changed files with 8 additions and 5 deletions
|
|
@ -154,8 +154,6 @@ if AMP_ENABLED:
|
|||
# the portal and the mud server. Only reason to ever deactivate
|
||||
# it would be during testing and debugging.
|
||||
|
||||
print " amp (to Server): %s" % AMP_PORT
|
||||
|
||||
from src.server import amp
|
||||
|
||||
factory = amp.AmpClientFactory(PORTAL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue