Created
April 20, 2018 12:13
-
-
Save cpoDesign/4a7fb896c5d07768aa26add16a949873 to your computer and use it in GitHub Desktop.
CNTLM configuration ini file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Username user | |
| Domain domain | |
| # provide actual value if autodetection fails | |
| # Workstation pc-name | |
| Proxy my_proxy_server.com:80 | |
| NoProxy 127.0.0.*, 192.168.* | |
| Listen 127.0.0.1:54321 | |
| Listen 192.168.1.42:8080 | |
| Gateway no | |
| SOCKS5Proxy 5000 | |
| # provide socks auth info if you want it | |
| # SOCKS5User socks-user:socks-password | |
| # printed authentication info from the previous step | |
| Auth NTLMv2 | |
| PassNTLMv2 98D6986BCFA9886E41698C1686B58A09 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment