Skip to content

Commit 41dad9e

Browse files
committed
On Linux listen on localhost only (fixes issue hirschmann#470)
1 parent 55810c4 commit 41dad9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/NbfcService/App.Linux.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<host>
2525
<baseAddresses>
26-
<add baseAddress="net.tcp://localhost:8523/StagWare.FanControl.Service/FanControlService"/>
26+
<add baseAddress="net.tcp://127.0.0.1:8523/StagWare.FanControl.Service/FanControlService"/>
2727
</baseAddresses>
2828
</host>
2929
</service>

0 commit comments

Comments
 (0)