update config for crawler-whitelist, cleanup a few things in the example

This commit is contained in:
Thomas Lynch
2023-06-04 13:04:13 +10:00
parent 2ec52e804d
commit 10c875e689
8 changed files with 54 additions and 40 deletions

View File

@@ -5,13 +5,11 @@ name = "basedflare"
mode = "single"
dataplaneapi {
host = "127.0.0.1"
port = 2001
host = "127.0.0.1"
port = 2001
advertised = {}
user "admin" {
insecure = true
password = "admin"
}
scheme = ["http"]
transaction {
transaction_dir = "/tmp/haproxy"
@@ -22,7 +20,10 @@ dataplaneapi {
ssl_certs_dir = "/etc/haproxy/ssl"
}
advertised {}
user "admin" {
insecure = true
password = "admin"
}
}
haproxy {