From ba3afc50b3819694f009adc6db5a966f524242f6 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 14 Jan 2015 21:58:29 +0100 Subject: Update OpenWrt scripts --- doc/examples/openwrt/fastd.config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/examples/openwrt/fastd.config') diff --git a/doc/examples/openwrt/fastd.config b/doc/examples/openwrt/fastd.config index e2c6db6..7b13fc8 100644 --- a/doc/examples/openwrt/fastd.config +++ b/doc/examples/openwrt/fastd.config @@ -31,8 +31,9 @@ config fastd sample_config # list bind '[::]:1337' # "method null" uses no encryption or MAC - # "method xsalsa20-poly1305" uses the XSalsa20 encryption ad the Poly1305 MAC - list method 'xsalsa20-poly1305' + # "method salsa2012+umac" uses the Salsa20/12 encryption and the UMAC message authentication code + # See the fastd documentation for the other supported encryption methods + list method 'salsa2012+umac' # "mode tap" will create an ethernet tunnel (tap device), # "mode tun" will create an IP tunnel (tun device). @@ -152,5 +153,8 @@ config peer_group sample_group # Configures an additional peer directory for this group # list config_peer_dir '/etc/fastd/sample_config/peers2' + # Methods set in the peer group override the ones configured in the parent group or globally +# list method 'null' + # Limits the maximum number of connections to peers in this group (optional) # option peer_limit 5 -- cgit v1.2.3