mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-09-09 02:46:44 +00:00
Add support for round robin mode.
This commit is contained in:
@ -47,8 +47,9 @@ typedef enum {
|
||||
typedef enum {
|
||||
DYNAMIC_TYPE,
|
||||
STRICT_TYPE,
|
||||
RANDOM_TYPE}
|
||||
chain_type;
|
||||
RANDOM_TYPE,
|
||||
ROUND_ROBIN_TYPE
|
||||
} chain_type;
|
||||
|
||||
typedef enum {
|
||||
PLAY_STATE,
|
||||
|
Reference in New Issue
Block a user