[GH-ISSUE #1561] Allow to set Access Control via plist file #1554

Open
opened 2026-03-03 19:52:24 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Mar 1, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1561

Originally assigned to: @NghiaTranUIT on GitHub.

Description

Some companies use JAMF Management Solution to manage their app, they would change the Access Control to the Specific IP mode by command line.

Currently, the only way is using Access Control Windows. Or using the defaults write with hex data.

We should use a string so it's friendlier.

Why this feature/change is important?

  • Can easily override the Access Control by command line
Originally created by @NghiaTranUIT on GitHub (Mar 1, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1561 Originally assigned to: @NghiaTranUIT on GitHub. ## Description Some companies use `JAMF Management Solution` to manage their app, they would change the Access Control to the `Specific IP` mode by command line. Currently, the only way is using Access Control Windows. Or using the `defaults write` with hex data. We should use a string so it's friendlier. ## Why this feature/change is important? - Can easily override the Access Control by command line
Author
Owner

@NghiaTranUIT commented on GitHub (Mar 1, 2023):

Beta: https://download.proxyman.io/beta/Proxyman_4.3.1_New_Access_Control_Mode_APIs.dmg

  • Override by command lines:
$ defaults write ~/Library/Preferences/com.proxyman.NSProxy.plist accessControlModeString "allowAll"
$ defaults write ~/Library/Preferences/com.proxyman.NSProxy.plist accessControlModeString "disallowAll"
$ defaults write ~/Library/Preferences/com.proxyman.NSProxy.plist accessControlModeString "specificIP"
<!-- gh-comment-id:1450060682 --> @NghiaTranUIT commented on GitHub (Mar 1, 2023): Beta: https://download.proxyman.io/beta/Proxyman_4.3.1_New_Access_Control_Mode_APIs.dmg - Override by command lines: ``` $ defaults write ~/Library/Preferences/com.proxyman.NSProxy.plist accessControlModeString "allowAll" $ defaults write ~/Library/Preferences/com.proxyman.NSProxy.plist accessControlModeString "disallowAll" $ defaults write ~/Library/Preferences/com.proxyman.NSProxy.plist accessControlModeString "specificIP" ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1554
No description provided.