Skip to content

Commit

Permalink
Added disclaimer message
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Nov 19, 2022
1 parent a530fbc commit ebd7f80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/ui/messages.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package ui

var DisclamerMesssage = `DON'T USE IT FOR PRODUCTION!
This is a reverse proxy for use in testing or debugging web applications locally.
It hasn't been reviewed for security issues.`
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func main() {
}

log.Print(ui.Logo(Version))
log.Warning(ui.DisclamerMesssage)
log.Info(ui.Mappings(mappings, mocksDefs))

finisher.Wait()
Expand Down

0 comments on commit ebd7f80

Please sign in to comment.