Skip to content

Commit

Permalink
Fix udp_bind > bind error in config examples. (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis DEVLEESCHAUWER <[email protected]>

Fixes #48.
  • Loading branch information
devleesch001 authored Feb 16, 2024
1 parent fdabdb2 commit 8b2ed3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/debian/chirpstack-mqtt-forwarder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
enabled="semtech_udp"

[backend.semtech_udp]
udp_bind="0.0.0.0:1700"
bind="0.0.0.0:1700"

[mqtt]
topic_prefix="eu868"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
enabled="semtech_udp"

[backend.semtech_udp]
udp_bind="0.0.0.0:1700"
bind="0.0.0.0:1700"

[mqtt]
topic_prefix="eu868"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
enabled="semtech_udp"

[backend.semtech_udp]
udp_bind="0.0.0.0:1700"
bind="0.0.0.0:1700"

[mqtt]
topic_prefix="eu868"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
enabled="semtech_udp"

[backend.semtech_udp]
udp_bind="0.0.0.0:1700"
bind="0.0.0.0:1700"

[mqtt]
topic_prefix="eu868"
Expand Down

0 comments on commit 8b2ed3d

Please sign in to comment.