├── README.md ├── nastrojka-servera ├── nastrojka-bbr │ ├── README.md │ └── bbr-itf.sh ├── nastrojka-bezopasnosti │ ├── README.md │ └── security-itf.sh └── nastrojka-ssh-klyuchej │ ├── README.md │ └── ssh-keys-linux-mac-itf.sh └── proksirovanie-trafika ├── README.md └── proksirovanie-haproxy ├── README.md └── haproxy.cfg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/README.md -------------------------------------------------------------------------------- /nastrojka-servera/nastrojka-bbr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/nastrojka-servera/nastrojka-bbr/README.md -------------------------------------------------------------------------------- /nastrojka-servera/nastrojka-bbr/bbr-itf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/nastrojka-servera/nastrojka-bbr/bbr-itf.sh -------------------------------------------------------------------------------- /nastrojka-servera/nastrojka-bezopasnosti/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/nastrojka-servera/nastrojka-bezopasnosti/README.md -------------------------------------------------------------------------------- /nastrojka-servera/nastrojka-bezopasnosti/security-itf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/nastrojka-servera/nastrojka-bezopasnosti/security-itf.sh -------------------------------------------------------------------------------- /nastrojka-servera/nastrojka-ssh-klyuchej/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/nastrojka-servera/nastrojka-ssh-klyuchej/README.md -------------------------------------------------------------------------------- /nastrojka-servera/nastrojka-ssh-klyuchej/ssh-keys-linux-mac-itf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/nastrojka-servera/nastrojka-ssh-klyuchej/ssh-keys-linux-mac-itf.sh -------------------------------------------------------------------------------- /proksirovanie-trafika/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /proksirovanie-trafika/proksirovanie-haproxy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/proksirovanie-trafika/proksirovanie-haproxy/README.md -------------------------------------------------------------------------------- /proksirovanie-trafika/proksirovanie-haproxy/haproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IT-Freedom-Project/ITF/HEAD/proksirovanie-trafika/proksirovanie-haproxy/haproxy.cfg --------------------------------------------------------------------------------