17 lines
328 B
TOML
17 lines
328 B
TOML
# Domains of interest configuration
|
|
# Requests and responses for these domains will be printed to stdout
|
|
domains_of_interest = [
|
|
"example.com",
|
|
"httpbin.org",
|
|
"api.github.com",
|
|
"www.google.com"
|
|
]
|
|
|
|
# Proxy server configuration
|
|
[proxy]
|
|
port = 8080
|
|
|
|
# Traffic dump configuration
|
|
[dump]
|
|
output_dir = "traffic_dumps"
|