proxy-plugins
This commit is contained in:
parent
b99c8aa704
commit
e4eb9f2b83
2 changed files with 34 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue