11% comitup-conf(5)
22%
3- % June 2021
3+ % July 2021
44
55# NAME
66
@@ -13,7 +13,7 @@ It is located in the _/etc/_ directory.
1313
1414## PARAMETERS
1515
16- * _ ap_name _ :
16+ * _ ap \_ name _ :
1717 By default, comitup will create a hotspot named ** comitup-< ; nnn> ; ** ,
1818 publish an avahi-daemon(8) host entry for ** comitup-< ; nnn> ; ** , and establish
1919 an mdns identity for ** comitup-< ; nnn> ; .local** . Setting this parameter will
@@ -22,33 +22,33 @@ It is located in the _/etc/_ directory.
2222 will be replaced with a persistent, random number. Similarly, the string
2323 < ; hostname> ; is replaced with the computer's hostname.
2424
25- * _ ap_password _ :
25+ * _ ap \_ password _ :
2626 If this parameter is defined in the configuration file, then the comitup hotspot will
2727 require that any connection to the hotspot be authenticated, using this password.
2828
29- * _ web_service _ :
29+ * _ web \_ service _ :
3030 This defines a user web service to be controlled by ** comitup** . This service will be
3131 disabled in the ** HOTSPOT** state in preference of the comitup web service, and will be
3232 enabled in the ** CONNECTED** state. This should be the name of the systemd web service,
3333 such as _ apache2.service_ or _ nginx.service_ . This defaults to a null string,
3434 meaning no service is controlled.
3535
36- * _ service_name _ :
36+ * _ service \_ name _ :
3737 This defines the mdns service name advertised by ** comitup** . This defaults to "comitup",
3838 and will be advertised as "_ comitup._ tcp".
3939
40- * _ enable_appliance_mode _ :
40+ * _ enable \_ appliance \_ mode _ :
4141 By default, comitup will use multiple wifi interfaces, if available, to connect to the
4242 local hotspot and to the internet simultaneously. Setting this to something other than
4343 "true" will limit comitup to the first wifi interface.
4444
45- * _ external_callback _ :
45+ * _ external \_ callback _ :
4646
4747 The path to an external script that is called on comitup state changes. It will include
4848 a single argument, either 'HOTSPOT', 'CONNECTING', or 'CONNECTED'. The script will run
4949 as the owning user and group.
5050
51- * _ primary_wifi_device _ ;
51+ * _ primary \_ wifi \_ device _ ;
5252
5353 Override the default choice for the primary WiFi device to use.
5454
@@ -65,9 +65,16 @@ It is located in the _/etc/_ directory.
6565
6666 This capability is also availble via _ comitup-cli_ and the D-BUS interface.
6767
68+ * _ ipv6\_ link\_ local_ ;
69+
70+ Set to '1' to force Comitup to create only "link-local" IPv6 addresses for
71+ the upstream WiFi connection, affording a higher level of protection for
72+ that link. "link-local" addresses cannot route to the Internet. Delete
73+ existing connections after changing the value of this parameter.
74+
6875## COPYRIGHT
6976
70- Comitup is Copyright (C) 2016-2019 David Steele < ; steele@debian.org > ;
77+ Comitup is Copyright (C) 2016-2021 David Steele < ; steele@debian.org > ;
7178
7279## SEE ALSO
7380
0 commit comments