hnetd: support the ip4mode parameter
[lede-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 ip4mode ifuplink
15 #       option ulaprefix fd12:3456:789A::/48
16 #       option ulamode off
17 #       option persistent_store /etc/hnet-pa.store
18
19 config sd sd
20 #       option router_name openwrt
21 #       option domain_name home.
22
23
24 # Wifi allows for very basic wifi autoconfiguration
25 # Warning: This feature is unstable
26 config wifi wifi
27 #       option enable 0
28 #       option ssid ssidtest
29 #       option password test