We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grout
1 parent 4884255 commit c703edaCopy full SHA for c703eda
README.md
@@ -1381,6 +1381,12 @@ EXAMPLES:
1381
Self-hosted solutions:
1382
grout tcp://:5432 abhinavsingh.my.server # Custom URL for Postgres service running locally on port 5432
1383
1384
+ (*) Wildcard Domains:
1385
+ grout https://host:443 do.main --wildcard # Receive traffic on provided domain and all it's subdomains
1386
+
1387
+ (*) Host based routing for Wildcard Domains:
1388
+ grout ... --tunnel-route-url host=https://h:p # When using wildcards, optionally route traffic by incoming host header
1389
1390
SUPPORT:
1391
Write to us at [email protected]
1392
0 commit comments