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
- Host: GitHub
- URL: https://github.com/xcodebuild/iproxy-cli
- Owner: xcodebuild
- License: mit
- Created: 2021-11-16T09:36:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T09:41:36.000Z (about 4 years ago)
- Last Synced: 2025-03-22T23:09:32.581Z (9 months ago)
- Language: TypeScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.