Skip to content

Commit 55465e1

Browse files
committed
Added new funcionality to README
1 parent 0e0bf73 commit 55465e1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* **TLS** - [TLS Termination](https://github.com/yyyar/gobetween/wiki/Protocols#tls) + [ACME](https://github.com/yyyar/gobetween/wiki/Protocols#tls) & [TLS Proxy](https://github.com/yyyar/gobetween/wiki/Tls-Proxying)
2121
* **UDP** - with optional virtual sessions
2222

23-
23+
2424
* [Clear & Flexible Configuration](https://github.com/yyyar/gobetween/wiki/Configuration) with [TOML](config/gobetween.toml) or [JSON](config/gobetween.json)
2525
* **File** - read configuration from the file
2626
* **URL** - query URL by HTTP and get configuration from the response body
@@ -45,6 +45,7 @@
4545
* [Healthchecks](https://github.com/yyyar/gobetween/wiki/Healthchecks)
4646
* **Ping** - simple TCP ping healtcheck
4747
* **Exec** - execute arbitrary program passing host & port as options, and read healtcheck status from the stdout
48+
* **Probe** - send specific bytes to backend (udp, tcp or tls) and expect correct answer (bytes or regexp)
4849

4950
* [Balancing Strategies](https://github.com/yyyar/gobetween/wiki/Balancing) (with [SNI](https://github.com/yyyar/gobetween/wiki/Server-Name-Indication) support)
5051
* **Weight** - select backend from pool based relative weights of backends
@@ -94,6 +95,13 @@ Put `localhost:8000` and `localhost:8001` to `static_list` of static discovery i
9495

9596
* `$ curl http://localhost:3000`
9697

98+
Enable [profiler](https://blog.golang.org/profiling-go-programs) and debug issues you encounter
99+
```
100+
[profiler]
101+
enabled = true # false | true
102+
bind = ":6060" # "host:port"
103+
```
104+
97105
## Performance
98106
It's Fast! See [Performance Testing](https://github.com/yyyar/gobetween/wiki/Performance-tests)
99107

0 commit comments

Comments
 (0)