Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus authored Feb 11, 2022
1 parent 19b464f commit f560095
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,22 @@ Currently not supported h2/h3 and WS/WSS.
http://localhost/auth - for authorization service (actually https://192.168.55.20:8000)
http://localhost/user - users service (actually http://commonuserservice:12230)
and so on
## Example of configuration file
```yaml
port: 8090
secure: true
logrequests: false

aliases:
- innerhost http://192.168.3.2
- outerhost https://outerhost.com

mappings:
- / {innerhost}
- /auth {innerhost}:8080/api/auth
- /processing {innerhost}:9000
- /ticketintegration {outerhost}/tickets
```
## Supported platforms
- Windows 10+
- Linux (partually support)
Expand Down

0 comments on commit f560095

Please sign in to comment.