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 ematch container parse #115

Merged
merged 3 commits into from
Apr 26, 2023
Merged

Commits on Apr 26, 2023

  1. fix ematch container parse

    1, ipset dir len Maxlen is 3, example "ip,port,ip"。
    2, add ematch container kind, In order to accomplish complex logical combinations。 example:
    A and(B1 or B2)
    
    Author:    keyboarder <34638361+TanyaWong@users.noreply.github.com>
    TanyaWong committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    14dd2c8 View commit details
    Browse the repository at this point in the history
  2. Update ematch_container.go

    Co-authored-by: Florian Lehner <florianl@users.noreply.github.com>
    TanyaWong and florianl committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2baf08f View commit details
    Browse the repository at this point in the history
  3. didiglobal.com

    Add ematch logic documentation  and   Flags String go style optimization
    TanyaWong committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    702100e View commit details
    Browse the repository at this point in the history