Stop hardcoding things

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-16 11:09:34 +01:00
parent 0736ccb18e
commit 8582830b17
3 changed files with 75 additions and 21 deletions

View File

@@ -42,7 +42,7 @@ traffic TO...
The extended syntax is available is you want more control.
~~~
traffic {
traffic TO... {
server SERVER [SERVER]...
node ID
}
@@ -60,9 +60,11 @@ names. For example if the Server Block specifies `lb.example.org` as one of the
## Examples
~~~ corefile
~~~
lb.example.org {
traffic grpc://127.0.0.1:18000
traffic grpc://127.0.0.1:18000 {
node test-id
}
debug
log
}