Skip to content

Commit

Permalink
Reverted back - was working
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Apr 26, 2024
1 parent 12ce17e commit ae68285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local-proxy: local-rts
$(DIST_DIR)/http-proxy: $(SRCS)
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 \
go build -o $(DIST_DIR)/http-proxy \
-ldflags="-X main.revision=$(GIT_REVISION) -X main.build_type=$(BUILD_TYPE)" \
-ldflags="-X main.revision=$(GIT_REVISION) -X main.build_type=$(BUILD_TYPE) -X proxy.teleportHost=$(TELEPORT_HOST)" \
./http-proxy

distnochange: $(DIST_DIR)/http-proxy
Expand Down
2 changes: 1 addition & 1 deletion http_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import (
const (
timeoutToDialOriginSite = 10 * time.Second

teleportHost = "telemetry.iantem.io:443"
teleportHost = ""
)

var (
Expand Down

0 comments on commit ae68285

Please sign in to comment.