Skip to content

Commit 8b2ed3d

Browse files
authored
Fix udp_bind > bind error in config examples. (#49)
Co-authored-by: Alexis DEVLEESCHAUWER <a.devleeschauwer@pyres.com> Fixes #48.
1 parent fdabdb2 commit 8b2ed3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packaging/debian/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
enabled="semtech_udp"
1010

1111
[backend.semtech_udp]
12-
udp_bind="0.0.0.0:1700"
12+
bind="0.0.0.0:1700"
1313

1414
[mqtt]
1515
topic_prefix="eu868"

packaging/vendor/dragino/mips_24kc/files/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
enabled="semtech_udp"
1010

1111
[backend.semtech_udp]
12-
udp_bind="0.0.0.0:1700"
12+
bind="0.0.0.0:1700"
1313

1414
[mqtt]
1515
topic_prefix="eu868"

packaging/vendor/rak/mipsel_24kc/files/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
enabled="semtech_udp"
1010

1111
[backend.semtech_udp]
12-
udp_bind="0.0.0.0:1700"
12+
bind="0.0.0.0:1700"
1313

1414
[mqtt]
1515
topic_prefix="eu868"

packaging/vendor/tektelic/kona/files/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
enabled="semtech_udp"
1010

1111
[backend.semtech_udp]
12-
udp_bind="0.0.0.0:1700"
12+
bind="0.0.0.0:1700"
1313

1414
[mqtt]
1515
topic_prefix="eu868"

0 commit comments

Comments
 (0)