]> git.ipfire.org Git - people/ms/network.git/blob - man/network-settings.txt
man: Fix authorship warnings
[people/ms/network.git] / man / network-settings.txt
1 = network-settings(8)
2
3 == NAME
4 network-settings - Change global network settings
5
6 == SYNOPSIS
7 'network settings'
8 'network settings' KEY=VALUE
9
10 == DESCRIPTION
11 The 'network settings' command may be used to set global settings.
12
13 Please have a look at the individual man pages for more options.
14
15 == COMMANDS
16 If no additional argument is given, running the command will dump a list of
17 all settings variables and their current values.
18
19 You may set a new value by adding the variable name and the new
20 value to the command line.
21
22 == VARIABLES
23
24 'DEBUG=[true|_false_]'::
25 The DEBUG will control whether debug logging is enabled or not.
26 Additionally to writing debug log messages to the log files, the messages
27 will be displayed on the console as well.
28
29 'WIRELESS_REGULATORY_DOMAIN=_00_'::
30 The wireless regulatory domain is set globally for the entire system with
31 the WIRELESS_REGULATORY_DOMAIN setting.
32 +
33 The default is '00' which is the _world_ setting.
34 +
35 Valid values are country codes for countries which have their own
36 regulatory domain.
37
38 == AUTHORS
39 Michael Tremer
40
41 == SEE ALSO
42 link:network[8],
43 link:network-dns-server[8]