Merge pull request #151 from HRogge/master
[feed/routing.git] / hnetd / files / hnet.config
1 config security security
2 # Simplest security mode:
3 # option password foo
4 # Trust consensus and CA-based share these options:
5 # option certificate_file /etc/hnetd-cert.pem
6 # option private_key_file /etc/hnetd-key.pem
7 # Then to enable trust consensus:
8 # option trust_store /etc/hnetd-trust.dat
9 # Or CA-based authentication:
10 # option trust_certificate_file /etc/ca-cert.pem
11
12 config pa pa
13 # option ip4prefix 10.0.0.0/8
14 # option ulaprefix fd12:3456:789A::/48
15 # option ulamode off
16 # option persistent_store /etc/hnet-pa.store
17
18 config sd sd
19 # option router_name openwrt
20 # option domain_name home.
21
22
23 # Wifi allows for very basic wifi autoconfiguration
24 # Warning: This feature is unstable
25 config wifi wifi
26 # option enable 0
27 # option ssid ssidtest
28 # option password test