Update README with proxy flags

This commit is contained in:
theodorsm 2024-12-01 23:51:58 +01:00
parent 541e124194
commit e5d13b9b95

View file

@ -48,6 +48,10 @@ Usage of ./proxy:
maximum concurrent clients (default is to accept an unlimited number of clients) maximum concurrent clients (default is to accept an unlimited number of clients)
-disable-stats-logger -disable-stats-logger
disable the exposing mechanism for stats using logs disable the exposing mechanism for stats using logs
-dtls-mimic
mimic DTLS client hello of Chrome and Firefox
-dtls-randomize
randomize DTLS client hello
-ephemeral-ports-range range -ephemeral-ports-range range
Set the range of ports used for client connections (format:"<min>:<max>"). Set the range of ports used for client connections (format:"<min>:<max>").
If omitted, the ports will be chosen automatically. If omitted, the ports will be chosen automatically.