tsunghanliu / adsb-box.snap

a snap to build a ADS-B receiver station
28 stars 4 forks source link

IPv6 support #50

Closed satmandu closed 2 years ago

satmandu commented 2 years ago

I think this just needs to be added to https://github.com/tsunghanliu/adsb-box.snap/blob/master/bin/lighttpd as per https://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config

# listen to IPv6
\$SERVER["socket"] == "[::]:$PORT" {  }
tsunghanliu commented 2 years ago

Hi,

I have updated a version v1.6.3 to the candidate channel. I'll release it to the stable channel next week, if it works correctly and nobody reports issues.

satmandu commented 2 years ago

Thanks! It works exactly as expected!