https://github.com/geekeast/gfwlist
My gfwlist for double-direction over wall
https://github.com/geekeast/gfwlist
Last synced: about 2 months ago
JSON representation
My gfwlist for double-direction over wall
- Host: GitHub
- URL: https://github.com/geekeast/gfwlist
- Owner: GeekEast
- Created: 2019-10-15T01:16:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T01:50:19.000Z (over 5 years ago)
- Last Synced: 2025-03-02T12:17:27.080Z (about 2 months ago)
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GFW settings
- Don't modify `user-rule` in the interface unless you want to set it back to **default**
### Step 1: open `gfwlist.js`
```sh
nano ~/.ShadowsocksX-NG/gfwlist.js
```
### Step 2: copy and paste the `gfwlist.js` content
#### stay overseas
```javascript
// some code
for (var i = 0; i < rules.length; i++) {
defaultMatcher.add(Filter.fromText(rules[i]));
}
// some code
```
#### In China
```javascript
// some code
for (var i = 0; i < inwardsRules.length; i++) {
defaultMatcher.add(Filter.fromText(inwardsRules[i]));
}
// some code
```
### Step 3: Reboot shadowsocks## For IOS
- [inwards.conf](https://github.com/GeekEast/gfwlist/blob/master/inwards.conf)## Pin
- By default, any domain is `not` connected by proxy.
- Custom only proxy on `inapproachable` domain.