Links

Access Control

1. What's it?

It's an advanced feature, which allows you to define how Remote Devices (iPhone, Android, other computers) can connect to the Proxyman app. It's designed for enterprise users for better security.
Access via Tools Menu -> Proxy Setting -> Access Control.
Mode
Description
Allow All
All Remote Connections can connect to Proxyman (Default).
Disallow All
All Remote Connections are not allow to connect to Proxyman.
Specify Remote Device by IP
Define which device can connect to the Proxyman app.
Access Control UI
Prompt to allow unauthorized connections

2. Override the Access Control mode by Command Lines

From Proxyman 4.4.0, it's possible to override the Access Control by the following CLI.
It's useful if your company would enforce the mode without using GUI.
$ 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"