gitextract_ck5mye_z/ ├── AUTHORS ├── COPYING ├── ChangeLog ├── Makefile ├── README.md ├── TODO ├── completions/ │ └── zsh/ │ └── _proxychains4 ├── configure ├── dist/ │ └── proxychains.conf ├── proxychains.lsm ├── src/ │ ├── common.c │ ├── common.h │ ├── core.c │ ├── core.h │ ├── libproxychains.c │ ├── main.c │ ├── proxychains │ ├── proxychains.conf │ └── proxyresolv └── tests/ └── test_getaddrinfo.c