Skip to content

Commit 96954b1

Browse files
committed
bump to 0.7.3
Signed-off-by: lucasew <lucas59356@gmail.com>
1 parent 4ac1e6a commit 96954b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

http.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (tps *TailscaleHTTPProxyServer) ServeHTTP(w http.ResponseWriter, r *http.Re
5555
} else {
5656
destinationURL.Scheme = "http"
5757
}
58+
log.Printf("redirect: '%s' -> '%s'", r.URL.String(), destinationURL.String())
5859
http.Redirect(w, r, destinationURL.String(), http.StatusMovedPermanently)
5960
return
6061
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.7.3

0 commit comments

Comments
 (0)