forked from txthinking/socks5-configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
61 lines (61 loc) · 2.93 KB
/
options.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<script src="weightless.min.js"></script>
<link rel="stylesheet" href="style.css">
<title>Socks5 Chrome</title>
</head>
<body>
<div class="container20"></div>
<div class="center">
<wl-card class="column">
<div class="row">
<wl-title level="3">Socks5 Proxy</wl-title>
<wl-switch checked id="socks5switch"></wl-switch>
</div>
<div class="container20"></div>
<wl-textfield id="socks5server" label="Example: 127.0.0.1:1080 or [::1]:1080"></wl-textfield>
</wl-card>
</div>
<div class="container20"></div>
<div class="center">
<wl-card class="column">
<div class="row">
<wl-title level="3"><a href="https://github.com/txthinking/bypass/blob/master/china_domain.txt">Bypass List</a></wl-title>
<wl-switch checked id="bypassswitch"></wl-switch>
</div>
<div class="container20"></div>
<wl-textarea id="bypassdomain" class="bypassdomain" rows="100"></wl-textarea>
</wl-card>
</div>
<div class="container20"></div>
<div class="center">
<wl-button id="save">Save</wl-button>
<wl-button id="ing"><wl-progress-spinner></wl-progress-spinner></wl-button>
</div>
<div class="container20"></div>
<div class="center">
<wl-card class="column hey">
<wl-title level="3" id="brook">If you don't have a socks5 proxy, you can deploy one with <a href="https://github.com/txthinking/brook#readme">Brook</a></wl-title>
<wl-title level="3" id="brookzh">如果你没有 socks5 proxy,你可以用 <a href="https://github.com/txthinking/brook#readme">Brook</a> 部署一个</wl-title>
</wl-card>
</div>
<div class="container20"></div>
<div class="center">
<wl-card class="column hey">
<wl-title level="3" id="shiliew">If you can't or don't want to deploy yourself, you can choose <a href="https://www.txthinking.com/shiliew.html">Shiliew</a></wl-title>
<wl-title level="3" id="shiliewzh">如果你不愿或不会部署,你也可以选择 <a href="https://www.txthinking.com/shiliew.html">Shiliew</a></wl-title>
</wl-card>
</div>
<div class="container20"></div>
<div class="footer">
<div class="footer1">
<wl-text></wl-text>
<wl-button flat inverted>A project by <a href="https://www.txthinking.com">txthinking</a></wl-button>
</div>
</div>
<script src="options.js"></script>
</body>
</html>