# Domains of interest configuration # Requests and responses for these domains will be printed to stdout domains_of_interest = [ "amemv.com" ] # Proxy server configuration [proxy] port = 8080 # Traffic dump configuration [dump] output_dir = "traffic_dumps" DOI_dir = "interest_dumps"