-
Notifications
You must be signed in to change notification settings - Fork 5
/
enverproxy.conf
37 lines (33 loc) · 966 Bytes
/
enverproxy.conf
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
[enverproxy]
# Changing the buffer_size and delay can improve the speed and bandwidth.
# But when buffer gets to large or delay is too short, things may break
buffer_size = 4096
delay = 0.0001
listen_port = 1898
# Verbosity levels (1-5)
# 1 = only start/stop
# 2 = + status and errors
# 3 = + flow control
# 4 = + data
# 5 = anything
verbosity = 5
# Log types
# sys.stdout
# sys.stderr
# syslog
log_type = sys.stdout
# address and port settings:
# syslog: put /dev/log into address
log_address = localhost
log_port = 514
# Envertecportal server to forward traffic to
# using the DNS name does not work, as DNS server redirects to proxy
# www.envertecportal.com has IP 47.91.242.120
forward_IP = None
forward_port = 10013
# parameters to send commands to MQTT server at <mqtthost>:<mqttport>
# with username <mqttuser> and password <mqttpassword>
mqttuser = None
mqttpassword = None
mqtthost = localhost
mqttport = 1883