https://github.com/yaoyinying/proxy_bypass-yinying
A list of domain/IP that will not use proxy.
https://github.com/yaoyinying/proxy_bypass-yinying
Last synced: about 1 month ago
JSON representation
A list of domain/IP that will not use proxy.
- Host: GitHub
- URL: https://github.com/yaoyinying/proxy_bypass-yinying
- Owner: YaoYinYing
- Created: 2023-01-28T05:40:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T09:36:22.000Z (over 2 years ago)
- Last Synced: 2025-01-10T14:02:45.905Z (9 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxy_bypass-yinying
## Overview
A repository that contains a list of domain/IP addresses that will not use a proxy.## Usage
This repository provides a script to update the IP/domain list and another script to apply the proxy bypassing settings on MacOS.### Updating the IP/domain List
You can append IP/domain addresses to the `ip` column in the file `data/proxy_bypass-yinying.csv`. Here's how:1. Source the script `/scripts/tools_add_ip_macos.sh`.
```shell
source /scripts/tools_add_ip_macos.sh
```
2. Find the thread name you wish to bypass proxy settings for. You can do this by running the following command:
```shell
lsof -i -n -P
```3. Append the IP/thread name/datetime to the list. Ensure that the proxy is disabled when doing this.
```shell
AddBypassIP NeteaseMusic
AddBypassIP WeChat
```### Applying the Proxy Bypassing on MacOS
To apply the proxy bypassing settings on MacOS, run the following command:
```shell
sh /scripts/apply_bypass_macos.sh
```