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

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

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.