xcodebuild / iproxy-cli

CLI helper for iProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iproxy-cli

npm install -g iproxy-cli

iproxy.config.js

Put your proxy rule in iproxy.config.js.

module.exports = {
    id: 'rule id',
    name: 'rule name',
    rule: `# Rule contnet`,
};

enable

Run iproxy to active rule, ctrl-c to interrupt program then disable rule.

About

CLI helper for iProxy

License:MIT License


Languages

Language:TypeScript 85.7%Language:JavaScript 14.3%