proxy-plugins

This commit is contained in:
trhr 2020-02-19 16:33:35 -06:00
parent b99c8aa704
commit e4eb9f2b83
2 changed files with 34 additions and 0 deletions

View file

@ -26,3 +26,16 @@ def at_webserver_root_creation(web_root):
"""
return web_root
def at_webproxy_root_creation(web_root):
"""
This function can modify the portal proxy service.
Args:
web_root (evennia.server.webserver.Website): The Evennia
Website application. Use .putChild() to add new
subdomains that are Portal-accessible over TCP;
primarily for new protocol development, but suitable
for other shenanigans.
"""
return web_root