add the ability to rename/move options within the configuration

This commit is contained in:
ziirish 2019-05-13 20:40:24 +02:00
parent 2db8e8015d
commit 4c66de5088
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
17 changed files with 248 additions and 144 deletions

View file

@ -2,17 +2,6 @@
# @version@ - 0.3.0
# @release@ - stable
[Global]
# On which port is the application listening
port = 5001
# On which address is the application listening
# '::' is the default for all IPv6
bind = ::
# enable SSL
ssl = false
# ssl cert
sslcert = /etc/burp/ssl_cert-server.pem
# ssl key
sslkey = /etc/burp/ssl_cert-server.key
backend = burp1
# authentication plugin (mandatory)
# list the misc/auth directory to see the available backends