Skip to content

Commit

Permalink
Changed localhost to 127.0.0.1 due to IPv6 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazka authored Aug 31, 2016
1 parent a13332d commit 5726025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/feeders/adsbexchange.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ tee $ADSBEXCHANGEDIR/adsbexchange-mlat_maint.sh > /dev/null <<EOF
while true
do
sleep 30
/usr/bin/mlat-client --input-type dump1090 --input-connect localhost:30005 --lat $RECEIVERLAT --lon $RECEIVERLON --alt $RECEIVERALT --user $ADSBEXCHANGEUSER --server feed.adsbexchange.com:31090 --no-udp --results beast,connect,localhost:30104
/usr/bin/mlat-client --input-type dump1090 --input-connect 127.0.0.1:30005 --lat $RECEIVERLAT --lon $RECEIVERLON --alt $RECEIVERALT --user $ADSBEXCHANGEUSER --server feed.adsbexchange.com:31090 --no-udp --results beast,connect,127.0.0.1:30104
done
EOF

Expand Down

0 comments on commit 5726025

Please sign in to comment.