-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwsnic.conf.template
80 lines (66 loc) · 1.43 KB
/
wsnic.conf.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#
# wsnic.conf template file.
#
# The values assigned in this template file are the respective default
# values for options left unspecified in wsnic.conf.
#
# See README.md for full documentation.
#
#
# WebSocket server address.
# Defaults to "0.0.0.0" under Docker, else to "127.0.0.1".
#
ws_address=
#
# WebSocket server port (ws://).
#
ws_port=8086
#
# Secure WebSocket server port (wss://).
#
wss_port=8087
#
# Absolute file path of the PEM encoded server certificate file (optional).
#
wss_certificate=
#
# Absolute file path of the PEM encoded private key file (optional).
#
wss_private_key=
#
# Enable Internet access for bridge using inet_iface: either "0" (disabled) or "1" (enabled).
#
enable_inet=0
#
# Interface name of a physical network device that provides Internet access (optional).
# This option is provided in case that auto-detection of this network device fails.
#
inet_iface=
#
# The wsnic subnet in CIDR notation.
#
subnet=192.168.86.0/24
#
# Disable DHCP/DNS service dnsmasq: either "0" (enabled) or "1" (disabled).
#
disable_dhcp=0
#
# DHCP lease database file (optional, a temp file is used if undefined).
#
dhcp_lease_file=
#
# DHCP lease time in seconds (defaults to 24 hours).
#
dhcp_lease_time=86400
#
# Domain Name of this subnet (optional).
#
dhcp_domain_name=
#
# Comma-separated list of DNS IP address(es) published in DHCP replies (optional).
#
dhcp_nameserver=
#
# Enable iperf server for clients.
#
enable_iperf=0