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

[Feature request] Exclusions in .mobileconfig configuration #2494

Closed
ammnt opened this issue Dec 26, 2020 · 1 comment
Closed

[Feature request] Exclusions in .mobileconfig configuration #2494

ammnt opened this issue Dec 26, 2020 · 1 comment
Labels
duplicate Duplicate or merged issues.

Comments

@ammnt
Copy link

ammnt commented Dec 26, 2020

Ho-Ho-Ho,

in continue of #1383 and #2493 please add exclusions strings for wireless networks and domains in .mobileconfig configuration. These sections look like this:

            <key>Action</key>
            <string>Disconnect</string>
            <key>SSIDMatch</key>
            <array>
              <string>My Home Network</string>
            </array>
          </dict>
          <dict>
            <key>Action</key>
            <string>EvaluateConnection</string>
            <key>ActionParameters</key>
            <array>
              <dict>
                <key>DomainAction</key>
                <string>NeverConnect</string>
                <key>Domains</key>
                <array>
                  <string>adguard.com</string>

Thank you.
Merry Christmas🎅

@ameshkov ameshkov added the duplicate Duplicate or merged issues. label Dec 27, 2020
@ameshkov
Copy link
Member

Merged into #2497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicate or merged issues.
Projects
None yet
Development

No branches or pull requests

2 participants