Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesfsp committed Oct 28, 2021
1 parent 8cee12a commit d14a775
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Load config from Config file, and from env vars. Use viper for that
- Automatically alocates a random port, if the specified one is in-use

## [0.1.8] - 2021-10-27
### Changed
- Removed unused/leftover file.

## [0.1.7] - 2021-10-27
### Added
- Added more tests covering passing credentials via env var.
Expand Down
28 changes: 0 additions & 28 deletions PAC.md

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
defaultProxyLoggingLevel = "none"

defaultProxyHostname = "127.0.0.1"
defaultProxyScheme = "http"
defaultProxyScheme = HTTP
localProxyCredentialPassword = "p123"
localProxyCredentialUsername = "u123"
upstreamProxyCredentialPassword = "p456"
Expand Down

0 comments on commit d14a775

Please sign in to comment.