-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
85 lines (75 loc) · 2.89 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>motherfudgingproxies.com by Mark Battistella</title>
<!-- meta -->
<meta name="description" content="A collection of all the proxy settings and configurations to help you connect when behind a corporate proxy server!">
<meta name="keywords" content="proxy, coroporate, proxy server, mark battistella, git, npm, proxy configuration">
<meta name="robots" content="index, follow">
<meta name="copyright" content="Mark Battistella">
<meta name="language" content="en">
<meta name="distribution" content="global">
<meta name="rating" content="general">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="cache-control" content="no-store">
<!-- add: stylesheets -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
<link rel="stylesheet" href="assets/main/style.css">
</head>
<body>
<!-- header navigation -->
<div id="mb-navigation">
<li><a href="#/"><i class="i-home"></i>Home</a></li>
<li><a href="#/proxy/windows"><i class="i-windows"></i> Windows</a></li>
<li><a href="#/proxy/macos"><i class="i-macos"></i>macOS</a></li>
<li><a href="#/proxy/linux"><i class="i-linux"></i>Linux</a></li>
<li><a href="#/proxy/ios"><i class="i-ios"></i>iOS / iPadOS</a></li>
<li><a href="#/proxy/android"><i class="i-android"></i>Android</a></li>
<li><a href="#/proxy/apps"><i class="i-apps"></i>Applications</a></li>
<li><a href="#/proxy/helper"><i class="i-helper"></i>Helpers</a></li>
</div>
<!-- the documentation app -->
<div id="app"></div>
<!-- footer details -->
<footer id="mb-footer"></footer>
<script>
// docsify.js settings
window.$docsify = {
coverpage: 'site/cover.md',
loadNavbar: false,
homepage: 'site/home.md',
notFoundPage: 'site/404.md',
loadSidebar: false,
hideSidebar: true,
auto2top: true,
relativePath: true,
themeColor: 'var(--mb-theme-01)',
autoFooter: {
name: '@markbattistella',
url: 'https://github.com/markbattistella',
copyYear: '2013',
policy: 'site/policy',
terms: 'site/terms',
cookies: 'site/cookies',
customStyle: 'body'
},
tabs: {
persist: true,
sync: true,
theme: 'material',
tabComments: false,
tabHeadings: true
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/docsify@latest"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="https://cdn.jsdelivr.net/npm/@markbattistella/docsify-sidebarfooter"></script>
</body>
</html>