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

Fix logic of ip.address('public/private') #61

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2016

  1. Fix logic of ip.address('public/private')

    This reverses the check in the filter method, as the definition
    of .filter() says return true for elements that should be in the filtered array
    aka pass the test.
    Previously it was doing exactly the opposite.
    danez authored Oct 12, 2016
    Configuration menu
    Copy the full SHA
    9bb5cc8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    1235d1d View commit details
    Browse the repository at this point in the history