Skip to content

Commit f288cee

Browse files
committed
Changed MQTT broker from mqtt.eclipse.org to mqtt.eclipseprojects.io
1 parent 37e7920 commit f288cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The command line options with default values are shown in the following table.
3333
| Default prefix route | --disable-default-prefix-route | Enabled |
3434
| Default prefix slaac | --disable-default-prefix-slaac | Enabled |
3535
| Backbone Interface | --backbone-interface | |
36-
| MQTT Broker | --broker | mqtt.eclipse.org |
36+
| MQTT Broker | --broker | mqtt.eclipseprojects.io |

docker_entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ parse_args "$@"
121121
[ -n "$PANID" ] || PANID="0xABCD"
122122
[ -n "$XPANID" ] || XPANID="DEAD00BEEF00CAFE"
123123
[ -n "$CHANNEL" ] || CHANNEL="11"
124-
[ -n "$BROKER_NAME" ] || BROKER_NAME="mqtt.eclipse.org"
124+
[ -n "$BROKER_NAME" ] || BROKER_NAME="mqtt.eclipseprojects.io"
125125

126126
echo "RADIO_URL:" $RADIO_URL
127127
echo "TUN_INTERFACE_NAME:" $TUN_INTERFACE_NAME

0 commit comments

Comments
 (0)