ar-io / ar-io-node

A scalable and modular gateway built for the permaweb atop the Arweave permanent data storage network.
https://ar.io
GNU Affero General Public License v3.0
97 stars 65 forks source link

Adding backwards compatible IPv6 support #78

Closed kay-is closed 8 months ago

kay-is commented 8 months ago

These changes let Envoy listen on all IPv6 addresses (i.e., "::") in addition to IPv4 addresses (i.e., "0.0.0.0"). Related to issue #76.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (931f1a6) 57.19% compared to head (2188c6e) 57.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #78 +/- ## ======================================== Coverage 57.19% 57.19% ======================================== Files 18 18 Lines 5446 5446 Branches 260 260 ======================================== Hits 3115 3115 Misses 2328 2328 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.