Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kelchy committed Jan 31, 2021
1 parent 5469ff0 commit 0086650
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ go build

~~~ txt
matchrelay {
net <source ip>
match ./list.txt
reload 10s
net <source ip>
relay <destination server>
}
~~~
"net" is a declaration of a network host/subnet
"match" will look for a file containing list of declarations and "reload"
will automatically reload the list if md5 of the file changes
"relay" will round robin destinations for the matched requests

## Examples

Expand Down

0 comments on commit 0086650

Please sign in to comment.