README.md in fluent-plugin-secure-forward-0.1.8 vs README.md in fluent-plugin-secure-forward-0.1.9.pre.rc1
- old
+ new
@@ -73,16 +73,18 @@
self_hostname server.fqdn.local
cert_auto_generate yes
allow_anonymous_source no # Allow to accept from nodes of <client>
<client>
host 192.168.10.30
- # network address (ex: 192.168.10.0/24) NOT Supported now
</client>
<client>
host your.host.fqdn.local
# wildcard (ex: *.host.fqdn.local) NOT Supported now
</client>
+ <client>
+ network 192.168.16.0/24 # network address specification
+ </client>
</source>
You can use both of username/password check and client check:
<source>
@@ -101,10 +103,10 @@
password sukiyaki
</user>
<user>
username repeatedly
password sushi
- </user
+ </user>
<client>
host 192.168.10.30 # allow all users to connect from 192.168.10.30
</client>
<client>
host 192.168.10.31