X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=hnetd%2Ffiles%2Fhnet.config;h=aba765f734529da7d03f9828195134377fbbcf2e;hb=ae65d4fe027592652376f8dbd3ff2ef37f5a84bc;hp=e67e6eba594463016e0939e7b1d6877acc9af5e8;hpb=aa9af551d0bf027ec683c04c4ea15a773b43af67;p=lede-routing%2F.git diff --git a/hnetd/files/hnet.config b/hnetd/files/hnet.config index e67e6eb..aba765f 100644 --- a/hnetd/files/hnet.config +++ b/hnetd/files/hnet.config @@ -1,8 +1,28 @@ +config security security +# Simplest security mode: +# option password foo +# Trust consensus and CA-based share these options: +# option certificate_file /etc/hnetd-cert.pem +# option private_key_file /etc/hnetd-key.pem +# Then to enable trust consensus: +# option trust_store /etc/hnetd-trust.dat +# Or CA-based authentication: +# option trust_certificate_file /etc/ca-cert.pem + config pa pa # option ip4prefix 10.0.0.0/8 # option ulaprefix fd12:3456:789A::/48 +# option ulamode off # option persistent_store /etc/hnet-pa.store config sd sd # option router_name openwrt # option domain_name home. + + +# Wifi allows for very basic wifi autoconfiguration +# Warning: This feature is unstable +config wifi wifi +# option enable 0 +# option ssid ssidtest +# option password test