Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Issue a warning on --with-dns option to proxy, because it was removed #1812

Merged
merged 2 commits into from
Dec 22, 2015

Conversation

bboreham
Copy link
Contributor

Fixes #1810

@rade rade added this to the 1.4.1 milestone Dec 22, 2015
@@ -39,6 +40,7 @@ func main() {
mflag.BoolVar(&c.TLSConfig.Enabled, []string{"#tls", "-tls"}, false, "Use TLS; implied by --tlsverify")
mflag.StringVar(&c.TLSConfig.Key, []string{"#tlskey", "-tlskey"}, "", "Path to TLS key file")
mflag.BoolVar(&c.TLSConfig.Verify, []string{"#tlsverify", "-tlsverify"}, false, "Use TLS and verify the remote")
mflag.BoolVar(&withDNS, []string{"#-with-dns", "#w"}, false, "option removed")

This comment was marked as abuse.

@rade rade self-assigned this Dec 22, 2015
rade added a commit that referenced this pull request Dec 22, 2015
Issue a warning on --with-dns option to proxy, because it was removed

Fixes #1810
@rade rade merged commit b1b62af into 1.4 Dec 22, 2015
@rade rade deleted the 1810-warn-with-dns branch December 22, 2015 15:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants