diff options
| author | zhaokun <[email protected]> | 2024-07-17 18:24:40 +0800 |
|---|---|---|
| committer | zhaokun <[email protected]> | 2024-07-17 18:24:40 +0800 |
| commit | e80742770c76ffa3ba4275b740e022fbaa3efcf1 (patch) | |
| tree | 24328d3990d5df45b8330798ae9b011f6165dca3 /configuration_file.ini | |
| parent | bd002e70a2c7c78df97c55dd8902585e743c84d2 (diff) | |
Reconstructs the traffic replay process
Diffstat (limited to 'configuration_file.ini')
| -rw-r--r-- | configuration_file.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configuration_file.ini b/configuration_file.ini index 35768d7c3..25562c299 100644 --- a/configuration_file.ini +++ b/configuration_file.ini @@ -34,5 +34,14 @@ ui_server_url = http://192.168.42.91 [traffic_port] server_port = 8900 +[sc_active_dst_ip] +ip_list = 2.2.2.53, 2.2.2.56, 2.2.2.57 + [root_path] path = /app + +[capture] +intf = "ens19" +filter = "host 192.168.64.80 and not port 22 and not port 53" +source_ip = "192.168.64.80" +timeout = 10
\ No newline at end of file |
