Restrict /dmarker file imports to {dynmap-directory}/import

This commit is contained in:
Michael Primm 2023-09-27 21:35:40 -05:00
parent 65cca049ac
commit c807861859
25 changed files with 99 additions and 7 deletions

View file

@ -327,6 +327,9 @@ update-webpath-files: true
# The path were the /dynmapexp command exports OBJ ZIP files
exportpath: export
# The path where files can be imported for /dmarker commands
importpath: import
# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access).
# If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified)
#webserver-bindaddress: 0.0.0.0