Added config option that Closes #1354

This commit is contained in:
Grant Burgess
2020-01-10 14:36:37 +10:00
parent 3c209fd0d9
commit 998c3fd8b2

View File

@@ -51,6 +51,9 @@ beef:
# Reverse Proxy / NAT
# If you want BeEF to be accessible behind a reverse proxy or NAT,
# set both the publicly accessible hostname/IP address and port below:
# NOTE: Allowing the reverse proxy will enable a vulnerability where the ui/panel can be spoofed
# by altering the X-FORWARDED-FOR ip address in the request header.
allow_reverse_proxy: false
#public: "" # public hostname/IP address
#public_port: "" # public port (experimental)