-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
442 lines (351 loc) · 14 KB
/
index.html
File metadata and controls
442 lines (351 loc) · 14 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="no-js ie6"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie7"><![endif]-->
<!--[if IE 8 ]><html class="no-js ie8"><![endif]-->
<!--[if IE 9 ]><html class="no-js ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
<script>
var host = "firewall.netpatch.co";
if ((host == window.location.host) && (window.location.protocol != 'https:')) {
window.location = window.location.toString().replace(/^http:/, "https:");
}
</script>
<title>NetPatch Firewall - Full control over your network - One advanced android NoRoot firewall</title>
<meta name="description" content="Full control over your network - One advanced android NoRoot firewall">
<link rel="canonical" href="https://netpatch.github.io/">
<meta name="author" content="NetPatch Lab">
<meta property="og:url" content="https://netpatch.github.io/">
<meta property="og:title" content="NetPatch Firewall">
<meta property="og:image" content="https://netpatch.github.io//./images/logo.png">
<meta name="apple-mobile-web-app-title" content="NetPatch Firewall">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="./images/logo.png">
<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico">
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
<style>
@font-face {
font-family: 'Icon';
src: url('./assets/fonts/icon.eot?52m981');
src: url('./assets/fonts/icon.eot?#iefix52m981')
format('embedded-opentype'),
url('./assets/fonts/icon.woff?52m981')
format('woff'),
url('./assets/fonts/icon.ttf?52m981')
format('truetype'),
url('./assets/fonts/icon.svg?52m981#icon')
format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<link rel="stylesheet" href="./assets/stylesheets/application-a422ff04cc.css">
<link rel="stylesheet" href="./assets/stylesheets/palettes-05ab2406df.css">
<script src="./assets/javascripts/modernizr-4ab42b99fd.js"></script>
</head>
<body class="palette-primary-cyan palette-accent-orange">
<div class="backdrop">
<div class="backdrop-paper"></div>
</div>
<input class="toggle" type="checkbox" id="toggle-drawer">
<input class="toggle" type="checkbox" id="toggle-search">
<label class="toggle-button overlay" for="toggle-drawer"></label>
<header class="header">
<nav aria-label="Header">
<div class="bar default">
<div class="button button-menu" role="button" aria-label="Menu">
<label class="toggle-button icon icon-menu" for="toggle-drawer">
<span></span>
</label>
</div>
<div class="stretch">
<div class="title">
<span class="path">
</span>
NetPatch Firewall
</div>
</div>
<div class="button button-twitter" role="button" aria-label="Twitter">
<a href="https://twitter.com/netpatchco" title="@netpatchco on Twitter" target="_blank" class="toggle-button icon icon-twitter"></a>
</div>
<div class="button button-github" role="button" aria-label="GitHub">
<a href="https://github.com/netpatch" title="@netpatch on GitHub" target="_blank" class="toggle-button icon icon-github"></a>
</div>
<div class="button button-search" role="button" aria-label="Search">
<label class="toggle-button icon icon-search" title="Search" for="toggle-search"></label>
</div>
</div>
<div class="bar search">
<div class="button button-close" role="button" aria-label="Close">
<label class="toggle-button icon icon-back" for="toggle-search"></label>
</div>
<div class="stretch">
<div class="field">
<input class="query" type="text" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck>
</div>
</div>
<div class="button button-reset" role="button" aria-label="Search">
<button class="toggle-button icon icon-close" id="reset-search"></button>
</div>
</div>
</nav>
</header>
<main class="main">
<div class="drawer">
<nav aria-label="Navigation">
<a href="/" class="project">
<div class="banner">
<div class="logo">
<img src="./images/logo.png">
</div>
<div class="name">
<strong>
NetPatch Firewall
<span class="version">
v0.30
</span>
</strong>
</div>
</div>
</a>
<div class="scrollable">
<div class="wrapper">
<div class="toc">
<ul>
<li>
<a class="current" title="Home" href=".">
Home
</a>
<ul>
<li class="anchor">
<a title="Introduction" href="#introduction">
Introduction
</a>
</li>
<li class="anchor">
<a title="Features" href="#features">
Features
</a>
</li>
<li class="anchor">
<a title="Full-Featured Advanced Firewall" href="#full-featured-advanced-firewall">
Full-Featured Advanced Firewall
</a>
</li>
<li class="anchor">
<a title="How does NetPatch firewall work?" href="#how-does-netpatch-firewall-work">
How does NetPatch firewall work?
</a>
</li>
<li class="anchor">
<a title="Related links" href="#related-links">
Related links
</a>
</li>
<li class="anchor">
<a title="Download(v0.30)" href="#downloadv030">
Download(v0.30)
</a>
</li>
</ul>
</li>
<li>
<a class="" title="Rules" href="rules/">
Rules
</a>
</li>
<li>
<a class="" title="Questions" href="questions/">
Questions
</a>
</li>
<li>
<a class="" title="Privacy Policy" href="policy/">
Privacy Policy
</a>
</li>
</ul>
<hr>
<span class="section">The author</span>
<ul>
<li>
<a href="https://twitter.com/netpatchco" target="_blank" title="@netpatchco on Twitter">
@netpatchco on Twitter
</a>
</li>
<li>
<a href="https://github.com/netpatch" target="_blank" title="@netpatch on GitHub">
@netpatch on GitHub
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</div>
<article class="article">
<div class="wrapper">
<style>
ul,p{
overflow-x: hidden;
}
</style>
<h1 id="netpatch-firewall">NetPatch Firewall<a class="headerlink" href="#netpatch-firewall" title="Permanent link">#</a></h1>
<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">#</a></h2>
<p>NetPatch Firewall is one Full-Featured Advanced android NoRoot firewall. Using it you can Full Control over your device network.</p>
<p>With NetPatch Firewall, you can create network rules based on APP, IP address, and domain name, Or subscribe rules from network.</p>
<p>NetPatch Firewall is designed to save your device's network traffic and battery consumption, improve your network security and protect your privacy.</p>
<h2 id="features">Features<a class="headerlink" href="#features" title="Permanent link">#</a></h2>
<ul>
<li>Block network access per apps, based screen on/off, wifi/mobile(3G & 4G), and block Roaming</li>
<li>Shadowsocks secure proxy, support TCP & UDP(one better VPN proxy)</li>
<li>Custom DNS, change your DNS servers, support DNS query through Shadowsocks proxy, and set DNS cache time</li>
<li>Notify when new apps installed</li>
<li>Export/import configure</li>
<li>Free 7-day Trial for Premium</li>
</ul>
<p>Premium features:</p>
<ul>
<li>Create any number of IP and domain groups</li>
<li>Subscribe IP and domain groups from network</li>
<li>View all network logs, (include access type, IP, hostname, activity time, duration time, sending and receiving data size).</li>
<li>View all blocked requests</li>
<li>View all IPs and hostnames of each app accessed</li>
<li>Block the access to any domain names you don't want at any time</li>
<li>Block or proxy based country ips</li>
<li>Support Block/Proxy/Direct rules for every group</li>
<li>Support root domain name</li>
<li>Support CIDR network address</li>
</ul>
<h2 id="full-featured-advanced-firewall">Full-Featured Advanced Firewall<a class="headerlink" href="#full-featured-advanced-firewall" title="Permanent link">#</a></h2>
<table>
<tr>
<td><h3>Control Apps Network Access</h3></td>
<td><h3>Security with Shadowsocks, <br>encrypt all traffic(TCP/UDP/DNS)</h3></td>
</tr>
<tr>
<td><img alt="Apps Settings" src="./images/show/apps2.png" /></td>
<td><img alt="Apps Settings" src="./images/show/network.png" /></td>
</tr>
</table>
<table>
<tr>
<td colspan="2"><h3>Create any number of IP groups and domain groups, Fully customize your network</h3></td>
</tr>
<tr>
<td><img alt="Apps Settings" src="./images/show/rules.png" /></td>
<td><img alt="Apps Settings" src="./images/show/add_domain_group.png" /></td>
</tr>
</table>
<table>
<tr>
<td colspan="2"><h3>View all network logs, block the access to any domains you don't want at any time</h3></td>
</tr>
<tr>
<td><img alt="Apps Settings" src="./images/show/network_logs3.png" /></td>
<td><img alt="Apps Settings" src="./images/show/app_summary2.png" /></td>
</tr>
</table>
<h2 id="how-does-netpatch-firewall-work">How does NetPatch firewall work?<a class="headerlink" href="#how-does-netpatch-firewall-work" title="Permanent link">#</a></h2>
<p><img alt="How NetPatch Firewall works?" src="./images/rules_work.png" /></p>
<h2 id="related-links">Related links<a class="headerlink" href="#related-links" title="Permanent link">#</a></h2>
<ul>
<li>
<p>Shadowsocks proxy: <br />
<a href="https://shadowsocks.org/">https://shadowsocks.org/</a></p>
</li>
<li>
<p>Groups for Netpatch Firewall<br />
<a href="https://github.com/netpatch/groups_for_netpatch_firewall">https://github.com/netpatch/groups_for_netpatch_firewall</a> </p>
</li>
</ul>
<h2 id="downloadv030">Download(v0.30)<a class="headerlink" href="#downloadv030" title="Permanent link">#</a></h2>
<ul>
<li>Download on Google Play </li>
</ul>
<p>Unavailable</p>
<ul>
<li>Dowload APK(Size: 2.9M) </li>
</ul>
<p><a href="https://github.com/netpatch/firewall/releases/download/v0.30/NetPatch_Firewall-v0.30-netpatch-release.apk">https://github.com/netpatch/firewall/releases/download/v0.30/NetPatch_Firewall-v0.30-netpatch-release.apk</a></p>
<p><img alt="Download APK File" src="./img/code_v0.30.png" /></p>
<!-- link reference -->
<aside class="copyright" role="note">
</aside>
<footer class="footer">
<nav class="pagination" aria-label="Footer">
<div class="previous">
</div>
<div class="next">
<a href="rules/" title="Rules">
<span class="direction">
Next
</span>
<div class="page">
<div class="stretch">
<div class="title">
Rules
</div>
</div>
<div class="button button-next" role="button" aria-label="Next">
<i class="icon icon-forward"></i>
</div>
</div>
</a>
</div>
</nav>
</footer>
</div>
</article>
<div class="results" role="status" aria-live="polite">
<div class="scrollable">
<div class="wrapper">
<div class="meta"></div>
<div class="list"></div>
</div>
</div>
</div>
</main>
<script>
var base_url = '.';
var repo_id = '';
</script>
<script src="./assets/javascripts/application-997097ee0c.js"></script>
<script>
(function(i,s,o,g,r,a,m){
i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||
[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;
m.parentNode.insertBefore(a,m)
})(window, document,
'script', 'https://www.google-analytics.com/analytics.js', 'ga');
/* General initialization */
ga('create', 'UA-89301434-1', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview');
/* Track outbound links */
var buttons = document.querySelectorAll('a');
Array.prototype.map.call(buttons, function(item) {
if (item.host != document.location.host) {
item.addEventListener('click', function() {
var action = item.getAttribute('data-action') || 'follow';
ga('send', 'event', 'outbound', action, item.href);
});
}
});
/* Register handler to log search on blur */
var query = document.querySelector('.query');
query.addEventListener('blur', function() {
if (this.value) {
var path = document.location.pathname;
ga('send', 'pageview', path + '?q=' + this.value);
}
});
</script>
</body>
</html>