An open API service indexing awesome lists of open source software.

https://github.com/xcodebuild/iproxy-cli

CLI helper for iProxy
https://github.com/xcodebuild/iproxy-cli

Last synced: 6 months ago
JSON representation

CLI helper for iProxy

Awesome Lists containing this project

README

          

# iproxy-cli

```shell
npm install -g iproxy-cli
```

## iproxy.config.js

Put your proxy rule in `iproxy.config.js`.

```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.