diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-16 02:31:08 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-16 02:31:08 +0200 |
commit | 86f2b8b72dd571ff05332a48b70f595dae3b5ebd (patch) | |
tree | f6d078282fca38318a4e442166b25e734ad131ff /doc/examples/openwrt/fastd.config | |
parent | f8d45bbe9eacbcfcea91f0d34fe972b37db36da4 (diff) | |
download | fastd-86f2b8b72dd571ff05332a48b70f595dae3b5ebd.tar fastd-86f2b8b72dd571ff05332a48b70f595dae3b5ebd.zip |
Add status socket option to OpenWrt example files
Diffstat (limited to 'doc/examples/openwrt/fastd.config')
-rw-r--r-- | doc/examples/openwrt/fastd.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/openwrt/fastd.config b/doc/examples/openwrt/fastd.config index b47cc65..69e3b21 100644 --- a/doc/examples/openwrt/fastd.config +++ b/doc/examples/openwrt/fastd.config @@ -58,6 +58,9 @@ config fastd sample_config # Set a packet mark to filter for with iptables or ip rules # option packet_mark 42 + # Socket to get fastd's status +# option status_socket '/var/run/fastd-example.sock' + # Limits the maximum number of connections, optional # option peer_limit 5 |