Skip to content

Commit

Permalink
[README] Showing unregister capabilities in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mumrau authored and manast committed Oct 3, 2020
1 parent 36fc9de commit cb7781e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ proxy.register("balance.me", "http://172.17.41.6:8080");
proxy.register("balance.me", "http://172.17.42.6:8080");
proxy.register("balance.me", "http://172.17.43.6:8080");

// You can unregister routes as well
proxy.register("temporary.com", "http://172.17.45.1:8004");
proxy.unregister("temporary.com", "http://172.17.45.1:8004");

// LetsEncrypt support
// With Redbird you can get zero conf and automatic SSL certificates for your domains
Expand Down

0 comments on commit cb7781e

Please sign in to comment.