Skip to content

Commit

Permalink
Add grout wildcard domains and routing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed Oct 5, 2024
1 parent 4884255 commit c703eda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,12 @@ EXAMPLES:
Self-hosted solutions:
grout tcp://:5432 abhinavsingh.my.server # Custom URL for Postgres service running locally on port 5432

(*) Wildcard Domains:
grout https://host:443 do.main --wildcard # Receive traffic on provided domain and all it's subdomains

(*) Host based routing for Wildcard Domains:
grout ... --tunnel-route-url host=https://h:p # When using wildcards, optionally route traffic by incoming host header

SUPPORT:
Write to us at [email protected]

Expand Down

0 comments on commit c703eda

Please sign in to comment.