Skip to content

Commit

Permalink
Minor config formatting
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
robinbraemer committed Feb 16, 2023
1 parent ab1509f commit f942c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config:
proxyProtocol: true # Use proxy protocol to connect to backend.
realIP: true # Optionally you can also use TCPShield's RealIP protocol.
# You can also match to multiple hosts to one or multiple random backends.
- host: [ 127.0.0.1, localhost]
- host: [ 127.0.0.1, localhost ]
backend: [ 172.16.0.12:25566, backend.example.com:25566 ]
# Ping responses are cached per backend address by default.
# To disable motd caching set it to -1.
Expand Down
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ config:
proxyProtocol: true # Use proxy protocol to connect to backend.
realIP: true # Optionally you can also use TCPShield's RealIP protocol.
# You can also match to multiple hosts to one or multiple random backends.
- host: [ 127.0.0.1, localhost]
- host: [ 127.0.0.1, localhost ]
backend: [ 172.16.0.12:25566, backend.example.com:25566 ]
# Ping responses are cached address by default.
# To disable motd caching set it to -1.
Expand Down

0 comments on commit f942c20

Please sign in to comment.