Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backward compatible support for IPv6 #1093

Merged
merged 4 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8310167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135c6f8 View commit details
    Browse the repository at this point in the history
  3. kiwix::getNetworkInterfacesIPv4Or6()

    - Restored kiwix::getNetworkInterfaces() API to the version before
      support for IPv6 was introduced
    
    - Renamed the new API method to kiwix::getNetworkInterfacesIPv4Or6()
    veloman-yunkan authored and kelson42 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5927550 View commit details
    Browse the repository at this point in the history
  4. "Unittests" for getBestPublicIp() & getNetworkInterfaces()

    The unit-tests only call the said functions and print their output
    which should then be examined by the maintainer.
    veloman-yunkan authored and kelson42 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    75bddbf View commit details
    Browse the repository at this point in the history