Skip to content

Commit 5243727

Browse files
committed
Change default MONAI Label server address to 127.0.0.1
Connecting to 0.0.0.0 works on mac for some reason, but it's supposed to be a universal invalid address. I've only seen it used as a listening address to mean "listen on all interfaces".
1 parent 88a4c4e commit 5243727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Studio/ShapeWorksMONAI/MonaiLabelTool.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<item row="0" column="1">
272272
<widget class="QLineEdit" name="serverAddressField">
273273
<property name="text">
274-
<string>http://0.0.0.0:8000</string>
274+
<string>http://127.0.0.1:8000</string>
275275
</property>
276276
<property name="alignment">
277277
<set>Qt::AlignCenter</set>

0 commit comments

Comments
 (0)