Skip to content

Commit

Permalink
Merge pull request #13 from baloise/markustiede/rename-master-branch-12
Browse files Browse the repository at this point in the history
Rename master to main
  • Loading branch information
MarkusTiede authored Feb 17, 2022
2 parents 2d229e1 + fd72114 commit b9bd6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# proxy
An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java

[![](https://jitpack.io/v/baloise/proxy.svg)](https://jitpack.io/com/github/baloise/proxy/master-SNAPSHOT/proxy-master-SNAPSHOT.jar)
[![](https://jitpack.io/v/baloise/proxy.svg)](https://jitpack.io/com/github/baloise/proxy/main-SNAPSHOT/proxy-main-SNAPSHOT.jar)

# Installation

Expand All @@ -11,7 +11,7 @@ An minimal authenticating HTTP(S) forward proxy based on https://github.com/adam

```
if not exist %userprofile%\.proxy mkdir %userprofile%\.proxy
powershell -Command "$proxy = [System.Net.WebRequest]::GetSystemWebProxy();$proxy.Credentials = [System.Net.CredentialCache]::DefaultCredentials;$wc = new-object system.net.WebClient;$wc.proxy = $proxy;$wc.DownloadFile('https://jitpack.io/com/github/baloise/proxy/master-SNAPSHOT/proxy-master-SNAPSHOT.jar', '%USERPROFILE%/.proxy/proxy.jar');"
powershell -Command "$proxy = [System.Net.WebRequest]::GetSystemWebProxy();$proxy.Credentials = [System.Net.CredentialCache]::DefaultCredentials;$wc = new-object system.net.WebClient;$wc.proxy = $proxy;$wc.DownloadFile('https://jitpack.io/com/github/baloise/proxy/main-SNAPSHOT/proxy-main-SNAPSHOT.jar', '%USERPROFILE%/.proxy/proxy.jar');"
```
You can look up the current proxy version @ https://jitpack.io/com/github/baloise/proxy/proxy/-SNAPSHOT/maven-metadata.xml

Expand Down

0 comments on commit b9bd6b0

Please sign in to comment.