Skip to content

Commit

Permalink
add flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Sep 28, 2021
1 parent 063da81 commit 9bdbfe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/reverse/reverse.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ func (reverse *Reverse) ServeHTTP(w http.ResponseWriter, r *http.Request) {
proxy.ServeHTTP(w, r)
return
}
w.Header().Set("GoblinServer", Version)
w.Write([]byte("403: Host forbidden"))
}

0 comments on commit 9bdbfe5

Please sign in to comment.