Skip to content

v1.0.1

Compare
Choose a tag to compare
@NHAS NHAS released this 02 Sep 05:08
· 701 commits to main since this release

Adds domain name compatibility to ACLs

e.g

 "Policies": {
            "*": {
                "Allow": [
                    "10.7.7.7",
                    "google.com"
                ]
            },
            "username": {
                  "Allow":[ "10.0.0.1/32"]
            },
            "group:nerds": {
                "Mfa": [
                    "192.168.3.4/32"
                ],
                "Allow": [
                    "192.168.3.5/32"
                ]
            }
}