-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Here is my cfg file.
proxy_ports: [ 8000 ]
rules: # option rule vec
- target: Request # Request or Response.
# Stand for target packet to select & take actions.
# If target is Response & selecting request info such as method or path ,
# proxy will select request and take actions on Response.
selector:
path: /test # option Match path of `Uri` with wildcard matches. Using [wildcard matches](https://www.wikiwand.com/en/Matching_wildcards).
# abc://username:[email protected]:123/path/data?key=value&key2=value2#fragid1
# |--------|
# |
# path
method: GET # option string
port: 8000
actions:
delay: 2s # option Duration
There is a hello-world python server running on 8000 port.
Why is my ssh connection to this machine affected when I start the chaos-tproxy? I can't ssh to the instance until I reboot.
I never saw logs after Uds listener listening on xxx
because the ssh connection was closed...
Also I can't access the http server on port 8000 anymore.
Metadata
Metadata
Assignees
Labels
No labels