forked from gumo/hscript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirect_demo.json
27 lines (27 loc) · 1.11 KB
/
redirect_demo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Redirect Demo",
"description": "Route requests to Maxmind's IP to Geographical location page through Hola peers around the world",
"author": "John Doe",
"site": "http://john-doe-blog.com",
"icon": "http://john-doe-blog.com/img/logo.png",
"unblocker_rules": {
"maxmind_UK": {
"description": "Route requests to Maxmind from the UK",
"link": "maxmind.com/en/locate_my_ip",
"icon": "http://icongal.com/gallery/image/132178/uk_flag.png",
"cmds": [{"hosts": ["maxmind.com"], "then": "PROXY GB"}]
},
"maxmind_US": {
"description": "Route requests to Maxmind from the US",
"link": "maxmind.com/en/locate_my_ip",
"icon": "http://icongal.com/gallery/image/229138/us_flag.png",
"cmds": [{"hosts": ["maxmind.com"], "then": "PROXY US"}]
},
"maxmind_ES": {
"description": "Route requests to Maxmind from Spain",
"link": "maxmind.com/en/locate_my_ip",
"icon": "http://icongal.com/gallery/image/8135/es_flag.png",
"cmds": [{"hosts": ["maxmind.com"], "then": "PROXY ES"}]
}
}
}