Skip to content

Commit

Permalink
cntlm global settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Oct 15, 2020
1 parent c8ddb05 commit d5e61b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Proxy proxy-url:proxy-port
NoProxy localhost, 127.0.0.*, 10.*, 192.168.*, *.zur
Listen 3128
```
or globally
```
sudo vim /etc/cntlm.conf
```
> ~/bin/proxy-start.sh
```sh
#!/bin/sh
Expand All @@ -120,6 +124,7 @@ export _JAVA_OPTIONS="-Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=3128 -Dhttps.p
> check status
```sh
sudo invoke-rc.d cntlm status
ss -lt | grep 3128
```


Expand Down

0 comments on commit d5e61b1

Please sign in to comment.