-
Notifications
You must be signed in to change notification settings - Fork 34
/
0tyd151-.html
938 lines (883 loc) · 116 KB
/
0tyd151-.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
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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
<!DOCTYPE HTML>
<html>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=10,IE=9,IE=8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<style type="text/css">
@font-face {font-family: 'jin_mei_mxplzx86d456993036';src: url('d25cg45r.gif');src: url('s5a_mob9.gif?#iefix') format('embedded-opentype'), url('6sjoftzg.bmp') format('woff'), url('a6fi06sp.jpg') format('truetype'), url('n__jfhdk.png#jin_mei_mxplzx') format('svg'); }.css86d456993036{font-family: 'jin_mei_mxplzx86d456993036';}
</style>
<style type="text/css">
@font-face {font-family: 'LiDeBiao-Xing320e75d0253036';src: url('cdn0zg3k.gif');src: url('shil52-c.gif?#iefix') format('embedded-opentype'), url('5530yv9l.bmp') format('woff'), url('aiz7tiqi.jpg') format('truetype'), url('nms8xvbp.png#LiDeBiao-Xing3') format('svg'); }.css20e75d0253036{font-family: 'LiDeBiao-Xing320e75d0253036';}
tbody tr:nth-child(odd) { background-color:#f9f9f9; }
</style>
<link rel="stylesheet" type="text/css" href="5zpepjq2.css">
<link id="favicon" href="0x31x2_s.ico" rel="icon" type="img/x-icon" />
<title>10月09日下午,代理IP(SS/SSR/V2ray等) 大规模被GFW封锁 | 逗比根据地</title>
<script>
window._deel = {name: '逗比根据地',url: 'https://doub.io/wp-content/themes/yusi1.0', ajaxpager: 'on', commenton: 1, roll: [1,3]}
</script>
<!-- All in One SEO Pack 2.3.16 by Michael Torbert of Semper Fi Web Design[1897,1956] -->
<meta name="description" content="在2017年10月09日下午至晚上期间(后面依然再进行),经过网友反馈讨论,发现大量搭建代理的服务器 IP被国内封锁,也就是被墙(国内超时、国外正常)。 我也被墙了" />
<meta name="keywords" content="gfw" />
<link rel="canonical" href="jgjhicaj-2.html" />
<!-- /all in one seo pack -->
<link rel='dns-prefetch' href="https://s.w.org/" />
<link rel='stylesheet' id='toggle-box-css' href='18tnq-0w.css?ver=4.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='style-css' href='h5iw86ku.css?ver=1.0' type='text/css' media='all' />
<script>!function(t,o,e){e=t.createElement(o),t=t.getElementsByTagName(o)[0],e.async=1,e.src="https://steadfastsystem.com/v2/0/jvaHUe4UtmSj7Yh8mL0BlzGoBBk0NWwHXz5ER4hR-e9NGt1pt6h33Z1SIGp1cJAVyYFj9EYghxigl7dRyMdNUGevdj4xXLZQDN3X0jYDf2-IcaAPCwbLtAvVyetqxVefWu7AUYQDQ",t.parentNode.insertBefore(e,t)}(document,"script"),function(t,o){t[o]=t[o]||function(){(t[o].q=t[o].q||[]).push(arguments)}}(document,window,"script","admiral");!function(t,e,n,a){function o(t){try{return t=localStorage.getItem("v4ac1eiZr0"),t&&t.split(",")[4]>0}catch(e){}return!1}function r(){var a=o();if(a){var r=t[e].pubads();typeof r.setTargeting===n&&r.setTargeting("admiral-engaged","true")}}a=t[e]=t[e]||{},a.cmd=a.cmd||[],typeof a.pubads===n?r():typeof a.cmd.unshift===n?a.cmd.unshift(r):a.cmd.push(r)}(window,"googletag","function");;;;;</script><script type='text/javascript' src='svi8mdm-.js?ver=1.0'></script>
<script type='text/javascript' src='rxwlqj1_.js?ver=4.8.1'></script>
<link rel='https://api.w.org/' href='n5wvb4_t.html' />
<link rel='prev' title='一个从1996年备份了超过4000亿个网页的网页时光机 — Wayback Machine' href='fh3ite61.html' />
<link rel='next' title='『晃眼』Bandwagon Host 搬瓦工 — 上线中国电信 联通直连 香港线路' href='2w40qt5x-2.html' />
<link rel='shortlink' href='https://doub.io/?p=2423' />
<link rel="alternate" type="application/json+oembed" href="https://doub.io/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdoub.io%2Fsxsx-10%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://doub.io/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdoub.io%2Fsxsx-10%2F&format=xml" />
<style>
.fk7d890{
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.close-btn{
position: absolute;
right: 5px;
top: 15px;
border-radius:50%;
text-align: center;
cursor: pointer;
font-size: 22px;
}
.fk7d890-hide{
display: none;
}
.fk7d890-1{
width: 100%;
background: #1abc9c;
color: #fff;
text-align: center;
position: fixed;
bottom: 0px;
padding: 15px 0;
z-index: 100000;
}
/** Full Screen Style **/
.fk7d890-2{
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .95);
z-index: 100000;
position: fixed;
top: 0;
right: 0;
}
.fk7d890-2 .fk7d890-body,.fk7d890-3 .fk7d890-body{
background: #fff;
color: #666;
text-align: center;
position: fixed;
margin: auto;
top: 200px;
right: 10%;
width: 80%;
padding: 20px;
z-index: 100001;
border-radius: 10px;
}
.fk7d890-2 .close-btn,.fk7d890-3 .close-btn{
background: #e84206;
color: #fff;
}
/** Flying Box Style **/
.fk7d890-3 .fk7d890-body{
box-shadow: 2px 2px 2px #333;
}
</style>
<script>
(function(window) {
var KillAdBlock = function(options) {
this._options = {
checkOnLoad: false,
resetOnEnd: false,
loopCheckTime: 50,
loopMaxNumber: 5,
baitClass: 'pub_300x250 pub_300x250m pub_728x90 text-ad textAd text_ad text_ads text-ads text-ad-links',
baitStyle: 'width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; top: -1000px !important;',
debug: false
};
this._var = {
version: '1.2.0',
bait: null,
checking: false,
loop: null,
loopNumber: 0,
event: { detected: [], notDetected: [] }
};
if(options !== undefined) {
this.setOption(options);
}
var self = this;
var eventCallback = function() {
setTimeout(function() {
if(self._options.checkOnLoad === true) {
if(self._options.debug === true) {
self._log('onload->eventCallback', 'A check loading is launched');
}
if(self._var.bait === null) {
self._creatBait();
}
setTimeout(function() {
self.check();
}, 1);
}
}, 1);
};
if(window.addEventListener !== undefined) {
window.addEventListener('load', eventCallback, false);
} else {
window.attachEvent('onload', eventCallback);
}
};
KillAdBlock.prototype._options = null;
KillAdBlock.prototype._var = null;
KillAdBlock.prototype._bait = null;
KillAdBlock.prototype._log = function(method, message) {
console.log('[KillAdBlock]['+method+'] '+message);
};
KillAdBlock.prototype.setOption = function(options, value) {
if(value !== undefined) {
var key = options;
options = {};
options[key] = value;
}
for(var option in options) {
this._options[option] = options[option];
if(this._options.debug === true) {
this._log('setOption', 'The option "'+option+'" he was assigned to "'+options[option]+'"');
}
}
return this;
};
KillAdBlock.prototype._creatBait = function() {
var bait = document.createElement('div');
bait.setAttribute('class', this._options.baitClass);
bait.setAttribute('style', this._options.baitStyle);
this._var.bait = window.document.body.appendChild(bait);
this._var.bait.offsetParent;
this._var.bait.offsetHeight;
this._var.bait.offsetLeft;
this._var.bait.offsetTop;
this._var.bait.offsetWidth;
this._var.bait.clientHeight;
this._var.bait.clientWidth;
if(this._options.debug === true) {
this._log('_creatBait', 'Bait has been created');
}
};
KillAdBlock.prototype._destroyBait = function() {
window.document.body.removeChild(this._var.bait);
this._var.bait = null;
if(this._options.debug === true) {
this._log('_destroyBait', 'Bait has been removed');
}
};
KillAdBlock.prototype.check = function(loop) {
if(loop === undefined) {
loop = true;
}
if(this._options.debug === true) {
this._log('check', 'An audit was requested '+(loop===true?'with a':'without')+' loop');
}
if(this._var.checking === true) {
if(this._options.debug === true) {
this._log('check', 'A check was canceled because there is already an ongoing');
}
return false;
}
this._var.checking = true;
if(this._var.bait === null) {
this._creatBait();
}
var self = this;
this._var.loopNumber = 0;
if(loop === true) {
this._var.loop = setInterval(function() {
self._checkBait(loop);
}, this._options.loopCheckTime);
}
setTimeout(function() {
self._checkBait(loop);
}, 1);
if(this._options.debug === true) {
this._log('check', 'A check is in progress ...');
}
return true;
};
KillAdBlock.prototype._checkBait = function(loop) {
var detected = false;
if(this._var.bait === null) {
this._creatBait();
}
if(window.document.body.getAttribute('abp') !== null
|| this._var.bait.offsetParent === null
|| this._var.bait.offsetHeight == 0
|| this._var.bait.offsetLeft == 0
|| this._var.bait.offsetTop == 0
|| this._var.bait.offsetWidth == 0
|| this._var.bait.clientHeight == 0
|| this._var.bait.clientWidth == 0) {
detected = true;
}
if(window.getComputedStyle !== undefined) {
var baitTemp = window.getComputedStyle(this._var.bait, null);
if(baitTemp.getPropertyValue('display') == 'none'
|| baitTemp.getPropertyValue('visibility') == 'hidden') {
detected = true;
}
}
if(this._options.debug === true) {
this._log('_checkBait', 'A check ('+(this._var.loopNumber+1)+'/'+this._options.loopMaxNumber+' ~'+(1+this._var.loopNumber*this._options.loopCheckTime)+'ms) was conducted and detection is '+(detected===true?'positive':'negative'));
}
if(loop === true) {
this._var.loopNumber++;
if(this._var.loopNumber >= this._options.loopMaxNumber) {
this._stopLoop();
}
}
if(detected === true) {
this._stopLoop();
this._destroyBait();
this.emitEvent(true);
if(loop === true) {
this._var.checking = false;
}
} else if(this._var.loop === null || loop === false) {
this._destroyBait();
this.emitEvent(false);
if(loop === true) {
this._var.checking = false;
}
}
};
KillAdBlock.prototype._stopLoop = function(detected) {
clearInterval(this._var.loop);
this._var.loop = null;
this._var.loopNumber = 0;
if(this._options.debug === true) {
this._log('_stopLoop', 'A loop has been stopped');
}
};
KillAdBlock.prototype.emitEvent = function(detected) {
if(this._options.debug === true) {
this._log('emitEvent', 'An event with a '+(detected===true?'positive':'negative')+' detection was called');
}
var fns = this._var.event[(detected===true?'detected':'notDetected')];
for(var i in fns) {
if(this._options.debug === true) {
this._log('emitEvent', 'Call function '+(parseInt(i)+1)+'/'+fns.length);
}
if(fns.hasOwnProperty(i)) {
fns[i]();
}
}
if(this._options.resetOnEnd === true) {
this.clearEvent();
}
return this;
};
KillAdBlock.prototype.clearEvent = function() {
this._var.event.detected = [];
this._var.event.notDetected = [];
if(this._options.debug === true) {
this._log('clearEvent', 'The event list has been cleared');
}
};
KillAdBlock.prototype.on = function(detected, fn) {
this._var.event[(detected===true?'detected':'notDetected')].push(fn);
if(this._options.debug === true) {
this._log('on', 'A type of event "'+(detected===true?'detected':'notDetected')+'" was added');
}
return this;
};
KillAdBlock.prototype.onDetected = function(fn) {
return this.on(true, fn);
};
KillAdBlock.prototype.onNotDetected = function(fn) {
return this.on(false, fn);
};
window.KillAdBlock = KillAdBlock;
if(window.killAdBlock === undefined) {
window.killAdBlock = new KillAdBlock({
checkOnLoad: true,
resetOnEnd: true
});
}
})(window);
function show_message()
{
kill_adBlock_message_delay = kill_adBlock_message_delay * 1000;
kill_adBlock_close_automatically_delay = kill_adBlock_close_automatically_delay * 1000;
setTimeout(function(){
jQuery('.fk7d890').html(kill_adBlock_message);
jQuery('.fk7d890-container').fadeIn();
}, kill_adBlock_message_delay);
if(kill_adBlock_close_automatically_delay>0 && kill_adBlock_close_automatically==1)
{
setTimeout(function(){
jQuery('.close-btn').trigger('click');
}, kill_adBlock_close_automatically_delay);
}
}
function adBlockNotDetected(){}
jQuery(document).ready(function(){
jQuery('.close-btn').click(function(){
jQuery('.fk7d890-container').fadeOut('fk7d890-hide');
});
});
var kill_adBlock_status = 1;
var kill_adBlock_message = '逗比很伤心😥,您的<strong>广告拦截扩展</strong>屏蔽了我们的小广告,网站的发展离不开大家的支持,请先看过<a target=\"_blank\" style=\"color: #ffe500;\" href=\"3--didfb.html\">这个文章</a>后,再确定是否要将我们的域名添加到<strong>拦截白名单</strong>中,谢谢!😘👌';
var kill_adBlock_message_delay = 0;
var kill_adBlock_close_btn = 1;
var kill_adBlock_close_automatically = 0;
var kill_adBlock_close_automatically_delay = 0;
var kill_adBlock_message_type = 1;
function adBlockDetected() {
show_message();
}
if(typeof killAdBlock === 'undefined') {
adBlockDetected();
} else {
killAdBlock.onDetected(adBlockDetected).onNotDetected(adBlockNotDetected);
}
</script>
<link rel="stylesheet" href="6zn-2ir4.css" type="text/css" media="all" />
<meta name="keywords" content="GFW, 随心随想">
<meta name="description" content="在2017年10月09日下午至晚上期间(后面依然再进行),经过网友反馈讨论,发现大量搭建代理的服务器 IP被国内封锁,也就是被墙(国内超时、国外正常)。 我也被墙了 3个IP 5个IP,目前正蛋疼中。 通过网友反馈、讨论的情况来看,此次IP大规模被墙事件,各主流代理软件都受到了影响(Shadowsocks、ShadowsocksR、V2ray、蓝灯等),暂不清楚封禁的依据是什么。 很明显可以看出是最近即将开会(10月18日) ">
<!--[if lt IE 9]><script src="https://doub.io/wp-content/themes/yusi1.0/js/html5.js"></script><![endif]-->
<style type="text/css">.dg ul{list-style:none;margin:0;padding:0;width:100%;clear:both}.dg.ac{position:fixed;top:0;left:0;right:0;height:0;z-index:0}.dg:not(.ac) .main{overflow:hidden}.dg.main{-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.dg.main.taller-than-window{overflow-y:auto}.dg.main.taller-than-window .close-button{opacity:1;margin-top:-1px;border-top:1px solid #2c2c2c}.dg.main ul.closed .close-button{opacity:1!important}.dg.main .close-button.drag,.dg.main:hover .close-button{opacity:1}.dg.main .close-button{-webkit-transition:opacity .1s linear;transition:opacity .1s linear;border:0;position:absolute;line-height:19px;height:20px;cursor:pointer;text-align:center;background-color:#000}.dg.main .close-button:hover{background-color:#111}.dg.a{float:right;margin-right:15px;overflow-x:hidden}.dg.a.has-save>ul{margin-top:27px}.dg.a.has-save>ul.closed{margin-top:0}.dg.a .save-row{position:fixed;top:0;z-index:1002}.dg li{-webkit-transition:height .1s ease-out;transition:height .1s ease-out}.dg li:not(.folder){cursor:auto;height:27px;line-height:27px;overflow:hidden;padding:0 4px 0 5px}.dg li.folder{padding:0;border-left:4px solid transparent}.dg li.title{cursor:pointer;margin-left:-4px}.dg .closed li:not(.title),.dg .closed ul li,.dg .closed ul li>*{height:0;overflow:hidden;border:0}.dg .cr{clear:both;padding-left:3px;height:27px}.dg .property-name{cursor:default;float:left;clear:left;width:40%;overflow:hidden;text-overflow:ellipsis}.dg .c{float:left;width:60%}.dg .c input[type=text]{border:0;margin-top:4px;padding:3px;width:100%;float:right}.dg .has-slider input[type=text]{width:30%;margin-left:0}.dg .slider{float:left;width:66%;margin-left:-5px;margin-right:0;height:19px;margin-top:4px}.dg .slider-fg{height:100%}.dg .c input[type=checkbox]{margin-top:9px}.dg .c select{margin-top:5px}.dg .cr.boolean,.dg .cr.boolean *,.dg .cr.function,.dg .cr.function *,.dg .cr.function .property-name{cursor:pointer}.dg .selector{display:none;position:absolute;margin-left:-9px;margin-top:23px;z-index:10}.dg .c:hover .selector,.dg .selector.drag{display:block}.dg li.save-row{padding:0}.dg li.save-row .button{display:inline-block;padding:0 6px}.dg.dialogue{background-color:#222;width:460px;padding:15px;font-size:13px;line-height:15px}#dg-new-constructor{padding:10px;color:#222;font-family:Monaco,monospace;font-size:10px;border:0;resize:none;box-shadow:inset 1px 1px 1px #888;word-wrap:break-word;margin:12px 0;display:block;width:440px;overflow-y:scroll;height:100px;position:relative}#dg-local-explain{display:none;font-size:11px;line-height:17px;border-radius:3px;background-color:#333;padding:8px;margin-top:10px}#dg-local-explain code{font-size:10px}#dat-gui-save-locally{display:none}.dg{color:#eee;font:11px Lucida Grande,sans-serif;text-shadow:0 -1px 0 #111}.dg.main::-webkit-scrollbar{width:5px;background:#1a1a1a}.dg.main::-webkit-scrollbar-corner{height:0;display:none}.dg.main::-webkit-scrollbar-thumb{border-radius:5px;background:#676767}.dg li:not(.folder){background:#1a1a1a;border-bottom:1px solid #2c2c2c}.dg li.save-row{line-height:25px;background:#dad5cb;border:0}.dg li.save-row select{margin-left:5px;width:108px}.dg li.save-row .button{margin-left:5px;margin-top:1px;border-radius:2px;font-size:9px;line-height:7px;padding:4px 4px 5px;background:#c5bdad;color:#fff;text-shadow:0 1px 0 #b0a58f;box-shadow:0 -1px 0 #b0a58f;cursor:pointer}.dg li.save-row .button.gears{background:#c5bdad url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQJJREFUeNpiYKAU/P//PwGIC/ApCABiBSAW+I8AClAcgKxQ4T9hoMAEUrxx2QSGN6+egDX+/vWT4e7N82AMYoPAx/evwWoYoSYbACX2s7KxCxzcsezDh3evFoDEBYTEEqycggWAzA9AuUSQQgeYPa9fPv6/YWm/Acx5IPb7ty/fw+QZblw67vDs8R0YHyQhgObx+yAJkBqmG5dPPDh1aPOGR/eugW0G4vlIoTIfyFcA+QekhhHJhPdQxbiAIguMBTQZrPD7108M6roWYDFQiIAAv6Aow/1bFwXgis+f2LUAynwoIaNcz8XNx3Dl7MEJUDGQpx9gtQ8YCueB+D26OECAAQDadt7e46D42QAAAABJRU5ErkJggg==) 2px 1px no-repeat;height:7px;width:8px}.dg li.save-row .button:hover{background-color:#bab19e;box-shadow:0 -1px 0 #b0a58f}.dg li.folder{border-bottom:0}.dg li.title{padding-left:16px;background:#000 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat;cursor:pointer;border-bottom:1px solid hsla(0,0%,100%,.2)}.dg .closed li.title{background-image:url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlGIWqMCbWAEAOw==)}.dg .cr.boolean{border-left:3px solid #806787}.dg .cr.color{border-left:3px solid}.dg .cr.function{border-left:3px solid #e61d5f}.dg .cr.number{border-left:3px solid #2fa1d6}.dg .cr.number input[type=text]{color:#2fa1d6}.dg .cr.string{border-left:3px solid #1ed36f}.dg .cr.string input[type=text]{color:#1ed36f}.dg .cr.boolean:hover,.dg .cr.function:hover{background:#111}.dg .c input[type=text]{background:#303030;outline:none}.dg .c input[type=text]:hover{background:#3c3c3c}.dg .c input[type=text]:focus{background:#494949;color:#fff}.dg .c .slider{background:#303030;cursor:ew-resize}.dg .c .slider-fg{background:#2fa1d6;max-width:100%}.dg .c .slider:hover{background:#3c3c3c}.dg .c .slider:hover .slider-fg{background:#44abda}</style>
<script type="text/javascript">try {
var AG_onLoad=function(func){if(document.readyState==="complete"||document.readyState==="interactive")func();else if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);else if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)};
var AG_removeElementById = function(id) { var element = document.getElementById(id); if (element && element.parentNode) { element.parentNode.removeChild(element); }};
var AG_removeElementBySelector = function(selector) { if (!document.querySelectorAll) { return; } var nodes = document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length; i++) { if (nodes[i] && nodes[i].parentNode) { nodes[i].parentNode.removeChild(nodes[i]); } } } };
var AG_each = function(selector, fn) { if (!document.querySelectorAll) return; var elements = document.querySelectorAll(selector); for (var i = 0; i < elements.length; i++) { fn(elements[i]); }; };
var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if (fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
var AdFox_getCodeScript = function() {};
AG_onLoad(function() { AG_each('iframe[id^="AdFox_iframe_"]', function(el) { if (el && el.parentNode) { el.parentNode.removeChild(el); } }); });
try { Object.defineProperty(window, 'noAdsAtAll', { get: function() { return true; } }); } catch (ex) {}
navigator.getBattery = undefined;
(function() { window.Ya = window.Ya || {}; window.Ya.Metrika = function() { var noop = function() {}; this.addFileExtension = noop; this.extLink = noop; this.file = noop; this.hit = noop; this.notBounce = noop; this.params = noop; this.reachGoal = noop; this.replacePhones = noop; this.clickmap = noop; this.trackLinks = noop; }; })();
var _gaq = []; var _gat = { _getTracker: function() { return { _initData: function(){}, _trackPageview: function(){}, _trackEvent: function(){}, _setAllowLinker: function() {}, _setCustomVar: function() {} } }, _createTracker: function() { return this._getTracker(); }, _anonymizeIp: function() {} };
function urchinTracker() {};
window.uabInject = function() {};
} catch (ex) { console.error('Error executing AG js: ' + ex); }</script>
</head>
<body class="post-template-default single single-post postid-2423 single-format-standard">
<header id="header" class="header">
<div class="container-inner" style="display: block;">
<div class="yusi-logo" style="display: block;">
<a href="index.html">
<h1>
<span style="font-family:'jin_mei_mxplzx86d456993036';color: #fff;font-weight: normal;font-size: 54px;animation: shake-slow 300s ease-in-out infinite;" class="preview-item small shake-slow shake-constant shake-constant--hover">逗比根据地</span>
<span style="font-family:'LiDeBiao-Xing320e75d0253036';color: #fff;font-size: 24px;animation: shake-slow 300s ease-in-out infinite;" class="preview-item small shake-slow shake-constant shake-constant--hover">– 世界那么逗,我想出去看看</span>
</h1>
</a>
</div>
</div>
<div id="nav-header" class="navbar" style="display: block;">
<ul class="nav">
<li><a href="index.html"><i class="fa fa-fire"></i> 首页</a></li>
<li><a target="_blank" href="2mnz2ayl.html"><i class="fa fa-star"></i> 逗比推荐</a>
<ul class="sub-menu">
<li><a target="_blank" href="oy_8f2i-.html">碉堡网站</a></li>
<li><a target="_blank" href="w9qs7z5o.html">逗比软件</a></li>
<li><a target="_blank" href="a_7fusf-.html">虚拟主机</a></li>
<li><a target="_blank" href="hi10k-7p.html">VPS资源</a></li>
</ul>
</li>
<li><a target="_blank" href="khwjusu7.html"><i class="fa fa-globe fa-spin"></i> 科学上网</a>
<ul class="sub-menu">
<li><a target="_blank" href="xk611kx-.html">安卓合集</a></li>
<li><a target="_blank" href="pnqap_t4.html">电脑合集</a></li>
<li><a target="_blank" href="c8ljt6o8.html">网络资源</a></li>
<li><a target="_blank" href="f3dg9hl6.html">建站资源</a></li>
<li><a target="_blank" href="3we1qxzj.html">VPN资源</a></li>
<li><a target="_blank" href="1jg9z3mv.html">Shell脚本</a></li>
<li><a target="_blank" href="3tpr86rp.html">Linux教程</a></li>
</ul>
</li>
<li><a target="_blank" href="6r9z6_wi.html"><i class="fa fa-paper-plane" style="font-size: 19px;"></i> Shadowsocks</a>
<ul class="sub-menu">
<li><a target="_blank" href="dibdjmr6.html"><span style="color: #ffe200;">网站文章 合辑</span></a></li>
<li><a target="_blank" href="6r9z6_wi.html">所有教程 合辑</a></li>
<li><a target="_blank" href="6r9z6_wi-2.html">小白常见 问题</a></li>
<li><a target="_blank" href="hi10k-7p-2.html">故障排除 方法</a></li>
<li><a target="_blank" href="z2a4lk3l.html">一键管理 脚本</a></li>
<li><a target="_blank" href="z2a4lk3l-2.html">一键管理 脚本2</a></li>
<li><a target="_blank" href="kd691l4o.html">一键管理 脚本3</a></li>
</ul>
</li>
<li><a target="_blank" href="95f80__8.html"><i class="fa fa-share-alt"></i> 免费账号分享</a></li>
<li><a target="_blank" href="jgjhicaj.html"><i class="fa fa-tasks"></i> 便宜VPS推荐</a></li>
<li><a target="_blank" href="https://softsmirror.cf/"><i class="fa fa-cloud"></i> 逗比云</a></li>
<li><a target="_blank" href="4jo7-e0n.html"><i class="fa fa-list-alt"></i> 留言</a></li>
<li style="float:right;">
<div class="toggle-search" style="width: 60px;"><i class="fa fa-search"></i><a href="#" style="padding: 0;">搜索</a></div>
<div class="search-expand" style="display: none;"><div class="search-expand-inner"><form method="get" class="searchform themeform" onsubmit="location.href='https://www.google.com/search?q=' + encodeURIComponent(this.s.value).replace(/%20/g, '+') + '%20site%3Adoubmirror.cf'; return false;" action="https://doubmirror.cf/"><div> <input type="ext" class="search" name="s" onblur="if(this.value=='')this.value='请善用搜索功能...';" onfocus="if(this.value=='请善用搜索功能...')this.value='';" value="请善用搜索功能..."></div></form></div></div>
</li>
</ul>
</div>
</header>
<section class="container"><div class="speedbar">
<div class="toptip"><strong class="text-success"><i class="fa fa-volume-up"></i> </strong> 逗比云还是逃不过被墙的命运,既然如此那以后逗比云也就一直用被墙的旧域名 <strong><a target="_blank" href="https://softsmirror.cf/">[softsmirror.cf]</a></strong> 算了。
<div style="float: right;margin: 0 10px;"><a target="_blank" href="_q1y782c.html"><i class="fa fa-envelope" style="color: #1abc9c;opacity: 1;"></i>投稿文章</a> | <a target="_blank" href="939koj07.html"><i class="fa fa-money" style="color: #1abc9c;opacity: 1;"></i>广告合作</a> | <a target="_blank" href="https://doub.io/go/tg"><i class="fa fa-paper-plane" style="color: #1abc9c;opacity: 1;"></i>Telegram 群组</a> / <a target="_blank" href="https://doub.io/go/tg_a">公告频道</a> / <a target="_blank" href="ma7f_p6p.html">使用教程</a></div></div>
</div>
<div class="guangg guangg-site"><div style="position: absolute;left: 4px;top: 14px;font-size: 12px;color: #fff;border: 1px solid #ffffff;line-height: 12px;opacity: 0.9;">广告</div>
<a title="特别声明:此图片为广告投放,与本站无任何关系。" target="_blank" href="https://doub.io/go/gigsgigscloud/"><img src="5ny9g1s2.gif" class="top_guangg" /></a></div><div class="content-wrap">
<div style="display: block;">
<div class="content" style="display: block;">
<header class="article-header">
<h1 class="article-title"><a href="jgjhicaj-2.html">10月09日下午,代理IP(SS/SSR/V2ray等) 大规模被GFW封锁</a></h1>
<div class="meta">
<span id="mute-category" class="muted"><i class="fa fa-list-alt"></i><a href="c8ljt6o8-2.html"> 随心随想</a></span> <span class="muted"><i class="fa fa-user"></i> <a href="3x8ussyf.html">Toyo</a></span>
<time class="muted"><i class="fa fa-clock-o"></i> 1年前 (2017-10-09)</time>
<!-- span class="muted"><i class="fa fa-eye"></i> 34512℃</span -->
<span class="muted"><i class="fa fa-comments-o"></i> <a href="jgjhicaj-2.html#comments">228评论</a></span> </div>
</header>
<div class="guangg guangg-post"><div style="position: absolute;left: 3px;top: 14px;font-size: 12px;color: #fff;border: 1px solid #ffffff;line-height: 12px;opacity: 0.9;">广告</div>
<a title="特别声明:此图片为广告投放,与本站无任何关系。" target="_blank" href="https://doub.io/go/yitianjian_shadow/"><img src="wklm68vn.png" class="top_guangg" /></a></div> <article class="article-content">
<div id="content-index" class="content-index"><div class="content-index-title"><a id="content-index-togglelink" href="javascript:content_index_toggleToc()">文章目录 ⚐</a></div>
<script type="text/javascript" language="javascript">
window.content_index_showTocToggle=false;function content_index_toggleToc(){var tts="文章目录 ⚐";var tth="文章目录 ⚑";if(window.content_index_showTocToggle){window.content_index_showTocToggle=false;document.getElementById("content-index-contents").style.display="none";document.getElementById("content-index-togglelink").innerHTML=tts}else{window.content_index_showTocToggle=true;document.getElementById("content-index-contents").style.display="block";document.getElementById("content-index-togglelink").innerHTML=tth}}
</script>
<ul id="content-index-contents" style="display: none;"><li class="content-index-level-1"><a href="jgjhicaj-2.html#10月12日更新:" title="10月12日更新:"><span>10月12日更新:</span></a></li><li class="content-index-level-1"><a href="jgjhicaj-2.html#如何判断是否被墙" title="如何判断是否被墙"><span>如何判断是否被墙</span></a></li><li class="content-index-level-1"><a href="jgjhicaj-2.html#建议卸载任何 国产浏览器、国产安全软件" title="建议卸载任何 国产浏览器、国产安全软件"><span>建议卸载任何 国产浏览器、国产安全软件</span></a></li></ul></div>
<div class="old-message">本文最后更新于 <a><strong>2017年10月14日 15:25</strong></a> 可能会因为没有更新而失效。如已失效或需要修正,请留言!</div><p>在<strong>2017年10月09日下午至晚上期间(后面依然再进行)</strong>,经过网友反馈讨论,<strong>发现大量搭建代理的服务器 IP被国内封锁,也就是被墙(国内超时、国外正常)。</strong></p>
<p>我也被墙了 <del>3个IP</del> 5个IP,目前正蛋疼中。</p>
<hr />
<p>通过网友反馈、讨论的情况来看,此次IP大规模被墙事件,各主流代理软件都受到了影响(Shadowsocks、ShadowsocksR、V2ray、蓝灯等),暂不清楚封禁的依据是什么。</p>
<p>很明显可以看出是最近<strong>即将开会(10月18日)</strong> 导致的IP大规模封锁事件(上次类似事件可能是 2015年9月3日 70周年阅兵)所以在此期间,<strong>建议大家减少翻墙活动,关闭不必要的代理服务器,尽量避免大流量使用。</strong></p>
<p>由此次事件可以看出,<strong>GFW还是有能力识别各主流代理软件</strong>,不过可能会存在误杀或者漏掉这种情况。目前看来被封禁的IP只占所有代理服务器中的一小部分(但是依然很多),所以可以看出此次GFW行动是为了减少误杀而缩小匹配特征的范围(特征不明显的,不确定的就忽略,只针对特征相对其他明显的封锁),同时不用多说,<strong>流量越大肯定被封锁的几率越大</strong>。</p>
<p>并且除了大量IP被封锁以外,<strong>最近的各代理软件/服务器速度也是下降、或丢包很严重、或延迟上天等</strong>等情况,最近怕是不安生了。</p>
<hr />
<p>GFW,很聪明,一直很低调慢慢发展研究,在大家都以为SS/SSR/V2ray这些代理 GFW完全没办法封锁的时候,<strong>现实给了我们一耳光!不鸣则已,一鸣惊人。</strong></p>
<hr />
<h3 id="10月12日更新:">10月12日更新:</h3>
<p>目前根据最新情况分析,在墙来了几波大规模封锁可疑代理IP后,各地运营商也开始有动作了。</p>
<p>目前我自建的免费SSR账号,其中都有不同程度的地区屏蔽,<strong>表现特征为:一些地区能连接、一些地区链接超时。</strong></p>
<p>各地运营商也开始根据各代理软件特征等未知依据来逐步封锁可疑代理IP,我的免费SSR账号中的 洛杉矶2 账号在全国一半地区已经被屏蔽(无法连接,Ping不通),<strong>所以大家不要以为自己目前能Ping通就放松警惕,各地运营商封锁才是大头。</strong>一般来说运营商屏蔽代理IP,都是在当地检测到有人用代理技术链接这个IP,才会去屏蔽的,如果你的代理只有你自己在用,估计<strong>只会你当地的运营商屏蔽这个IP访问</strong>(而如果全国各地都有人用,那么可能导致全国各地都被屏蔽,例如我的免费账号)。</p>
<p>建议定期使用 <strong><a href="http://ping.chinaz.com/" target="_blank" rel="noopener">站长工具 - 超级Ping</a> </strong>全国检测一下,如果<strong>很多地区都显示超时</strong>,那么就需要警惕了,怕很快就会扩散到全国。</p>
<h3 id="如何判断是否被墙">如何判断是否被墙</h3>
<p>如果你的IP无法Ping通,那么访问<a href="http://ping.chinaz.com/" target="_blank" rel="noopener">站长工具 - 超级Ping</a>,输入你的IP,然后点击<strong>Ping检测</strong>按钮。</p>
<p>等待结果出来,如果最后结果是,<strong>国内所有地区全部超时,而国外大部分地区延迟显示正常,则说明IP被墙</strong>,如果国外也超时,说明你的服务器网络有问题或者没开机。</p>
<blockquote><p>听我一句劝,放下心来,不要再想自己被墙了几个IP,读几页自己喜欢的书,出去去阳光里走走,要么骑骑自行车,天黑了约几个好久不见的朋友喝喝茶,一天下来,你就会发现,他妈的又被墙了几个IP!</p></blockquote>
<h3 id="建议卸载任何 国产浏览器、国产安全软件">建议卸载任何 国产浏览器、国产安全软件</h3>
<p><strong>其他的不说,就说国产浏览器,例如 360急速浏览器:</strong></p>
<p>你用360急速浏览器 访问谷歌等被墙的网站,浏览器会不知道?知道后会怎么做不用多说,反正浏览器上传数据的话普通用户也不知道,而且多半都是加密上传,你拦截后也无法解密验证是不是上传什么关键信息。</p>
<p><strong>还有就是一些安全软件,例如 360安全卫士:</strong></p>
<p>他们都有个过滤访问的网站安全性、是否有木马等等的功能,那么要过滤这个,肯定要获取到你访问的网站域名是什么,如果你访问了谷歌等被墙域名呢?不言而喻。<br />
另外,安全软件他们都会检测进程,如果你运行了Shadowsocks、ShadowsocksR等代理软件,那么一看进程便知。</p>
<p>所以目前在用 国产浏览器、安全软件、杀毒软件的建议尽快卸载,虽然没有具体证据证明他们收集代理信息,<strong>但是宁可信其有不可信其无!</strong></p>
<p><pre style="border-left: solid 4px #1abc9c;"><strong>转载请超链接注明:</strong><a href="index.html">逗比根据地</a> » <a href="jgjhicaj-2.html">10月09日下午,代理IP(SS/SSR/V2ray等) 大规模被GFW封锁</a></pre><pre><strong>责任声明:</strong>本站一切资源仅用作交流学习,请勿用作商业或违法行为!如造成任何后果,本站概不负责!</pre></p>
<div class="article-social">
<a href="javascript:;" data-action="ding" data-id="2423" id="Addlike" class="action"><i class="fa fa-thumbs-o-up"></i>赞 (<span class="count">587</span>)</a></div>
</article>
<footer class="article-footer">
<div class="article-tags"><i class="fa fa-tags"></i><a href="0vuizn49-2.html" rel="tag">GFW</a></div></footer>
<nav class="article-nav">
<span class="article-nav-prev"><i class="fa fa-angle-double-left"></i> <a href="fh3ite61.html" rel="prev">一个从1996年备份了超过4000亿个网页的网页时光机 — Wayback Machine</a></span>
<span class="article-nav-next"><a href="2w40qt5x-2.html" rel="next">『晃眼』Bandwagon Host 搬瓦工 — 上线中国电信 联通直连 香港线路</a> <i class="fa fa-angle-double-right"></i></span>
</nav>
<div class="related_top">
<div class="related_posts"><ul class="related_img">
<li class="related_box" >
<a href="wkcjzpyd-2.html" title="关于目前 GFW(墙) 的封锁方式<strong>TCP封锁(阻断)</strong>猜想" target="_blank">
<img src="q7pxrz40.png?src=https://doub.io/wp-content/uploads/gfw.png&h=110&w=185&q=90&zc=1&ct=1" alt="关于目前 GFW(墙) 的封锁方式<strong>TCP封锁(阻断)</strong>猜想" /> <br><span class="r_title">关于目前 GFW(墙) 的封锁方式<strong>TCP封锁(阻断)</strong>猜想</span></a>
</li>
<li class="related_box" >
<a href="q7gcd25g-3.html" title="关于最近(01月24日后) GFW 大规模封禁 代理服务器IP 的一些猜测" target="_blank">
<img src="q7pxrz40.png?src=https://doub.io/wp-content/uploads/gfw.png&h=110&w=185&q=90&zc=1&ct=1" alt="关于最近(01月24日后) GFW 大规模封禁 代理服务器IP 的一些猜测" /> <br><span class="r_title">关于最近(01月24日后) GFW 大规模封禁 代理服务器IP 的一些猜测</span></a>
</li>
<li class="related_box" >
<a href="wkcjzpyd.html" title="没教程写我要死了(滑稽),有想要让我写的教程请在这里告诉我!" target="_blank">
<img src="xpz5exhd.jpg?src=https://doub.io/wp-content/uploads/3.jpg&h=110&w=185&q=90&zc=1&ct=1" alt="没教程写我要死了(滑稽),有想要让我写的教程请在这里告诉我!" /><br><span class="r_title">没教程写我要死了(滑稽),有想要让我写的教程请在这里告诉我!</span></a>
</li>
<li class="related_box" >
<a href="3--didfb.html" title="关于本站广告的一些说明" target="_blank">
<img src="_a2jiq2t.png?src=https://doub.io/wp-content/uploads/logo-2.png&h=110&w=185&q=90&zc=1&ct=1" alt="关于本站广告的一些说明" /><br><span class="r_title">关于本站广告的一些说明</span></a>
</li>
</ul>
<div class="relates">
<ul>
<li><i class="fa fa-minus"></i><a href="wkcjzpyd-2.html">关于目前 GFW(墙) 的封锁方式<strong>TCP封锁(阻断)</strong>猜想</a></li><li><i class="fa fa-minus"></i><a href="q7gcd25g-3.html">关于最近(01月24日后) GFW 大规模封禁 代理服务器IP 的一些猜测</a></li><li><i class="fa fa-minus"></i><a target="_blank" href="wkcjzpyd.html">没教程写我要死了(滑稽),有想要让我写的教程请在这里告诉我!</a></li><li><i class="fa fa-minus"></i><a target="_blank" href="3--didfb.html">关于本站广告的一些说明</a></li><li><i class="fa fa-minus"></i><a target="_blank" href="tp_-ic2f-2.html">『取消』做了一个可以获取 逗比根据地 最新镜像域名的网站,需要的人请收藏备用</a></li><li><i class="fa fa-minus"></i><a target="_blank" href="mbofzp9h.html">关于 1月6日~1月9日 期间网站无法访问的原因说明</a></li><li><i class="fa fa-minus"></i><a target="_blank" href="9n7kdq_k.html">逗比根据地 域名更换为 doub.io ,同时说明一下以后的域名情况</a></li><li><i class="fa fa-minus"></i><a target="_blank" href="6t3mypbm-5.html">浅谈HTTP劫持、DNS污染的影响及解决办法(仅个人理解)</a></li>
</ul></div></div> </div>
<div id="respond" class="no_webshot">
<form action="https://doub.io/pl-doubi.php" method="post" id="commentform">
<div class="comt-title">
<div class="comt-author pull-left">
发表我的评论 </div>
<a id="cancel-comment-reply-link" class="pull-right" href="javascript:;">取消评论</a>
</div>
<div class="comt">
<div class="comt-box">
<textarea placeholder="本站所有评论均会审核,因缓存原因,审核中的评论刷新页面后就会不显示,请知晓勿重发。" class="input-block-level comt-area" name="comment" id="comment" cols="100%" rows="3" tabindex="1" onkeydown="if(event.ctrlKey&&event.keyCode==13){document.getElementById('submit').click();return false};"></textarea>
<div class="comt-ctrl">
<button class="btn btn-primary pull-right" type="submit" name="submit" id="submit" tabindex="5"><i class="fa fa-check-square-o"></i> 提交评论</button>
<div class="comt-tips pull-right"><input type='hidden' name='comment_post_ID' value='2423' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
</div>
<span data-type="comment-insert-smilie" class="muted comt-smilie"><i class="fa fa-smile-o"></i> 表情</span>
<span class="muted comt-mailme"><label for="comment_mail_notify" class="checkbox inline" style="padding-top:0"><input type="checkbox" name="comment_mail_notify" id="comment_mail_notify" value="comment_mail_notify" checked="checked"/>有人回复时邮件通知我</label></span>
</div>
</div>
<div class="comt-comterinfo" id="comment-author-info" >
<h4>Hi,您需要填写昵称和邮箱!</h4>
<ul>
<li class="form-inline"><label class="hide" for="author">昵称</label><input class="ipt" type="text" name="author" id="author" value="" tabindex="2" placeholder="昵称"><span class="help-inline">昵称 (必填)</span></li>
<li class="form-inline"><label class="hide" for="email">邮箱</label><input class="ipt" type="text" name="email" id="email" value="" tabindex="3" placeholder="邮箱"><span class="help-inline">邮箱 (必填)</span></li>
<li class="form-inline"><label class="hide" for="url">网址</label><input class="ipt" type="text" name="url" id="url" value="" tabindex="4" placeholder="网址"><span class="help-inline">网址</span></li>
</ul>
</div>
</div>
</form>
</div>
<div style="display: block;">
<div id="postcomments">
<div id="comments">
<i class="fa fa-comments-o"></i> <b> (228)</b>个小伙伴在吐槽
</div>
<ol class="commentlist">
<li class="comment even thread-even depth-1" id="comment-20898"><div class="c-avatar"><div class="c-main" id="div-comment-20898">坐标北方某省会,SSR连接在WiFi下超时,联通数据网络下却很正常,求问这是什么情况?<div class="c-meta"><span class="c-author">Remilia</span>2017-10-22 10:15 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20898#respond' onclick='return addComment.moveForm( "div-comment-20898", "20898", "respond", "2423" )' aria-label='回复给Remilia'>回复</a></div></div></div><ul class="children">
<li class="comment byuser comment-author-toyo bypostauthor odd alt depth-2" id="comment-20904"><div class="c-avatar"><div class="c-main" id="div-comment-20904">WIFI的运营商干扰,即使WIFI的运营商和手机数据网络的运营商一样,但是管理是分开的。<div class="c-meta"><span class="c-author"><a href='index.html' rel='external nofollow' class='url'>Toyo</a></span>2017-10-22 11:14 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20904#respond' onclick='return addComment.moveForm( "div-comment-20904", "20904", "respond", "2423" )' aria-label='回复给Toyo'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20825"><div class="c-avatar"><div class="c-main" id="div-comment-20825">今天是不是网炸了?我两个美国的IP用站长工具都PING不通<div class="c-meta"><span class="c-author">imsaoray</span>2017-10-21 12:29 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20825#respond' onclick='return addComment.moveForm( "div-comment-20825", "20825", "respond", "2423" )' aria-label='回复给imsaoray'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20780"><div class="c-avatar"><div class="c-main" id="div-comment-20780">可以出个aws ec2的教程吗?我用你的一键脚本但是安装成功了,可是上不去啊<div class="c-meta"><span class="c-author">哈哈哈哈大王</span>2017-10-20 18:49 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20780#respond' onclick='return addComment.moveForm( "div-comment-20780", "20780", "respond", "2423" )' aria-label='回复给哈哈哈哈大王'>回复</a></div></div></div><ul class="children">
<li class="comment byuser comment-author-toyo bypostauthor even depth-2" id="comment-20801"><div class="c-avatar"><div class="c-main" id="div-comment-20801">外部防火墙。<div class="c-meta"><span class="c-author"><a href='index.html' rel='external nofollow' class='url'>Toyo</a></span>2017-10-21 00:27 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20801#respond' onclick='return addComment.moveForm( "div-comment-20801", "20801", "respond", "2423" )' aria-label='回复给Toyo'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20706"><div class="c-avatar"><div class="c-main" id="div-comment-20706">自己的服务器还没有问题<div class="c-meta"><span class="c-author">2333</span>2017-10-19 20:45 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20706#respond' onclick='return addComment.moveForm( "div-comment-20706", "20706", "respond", "2423" )' aria-label='回复给2333'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20670"><div class="c-avatar"><div class="c-main" id="div-comment-20670">然而我会设置服务器禁用ping。<div class="c-meta"><span class="c-author">白白白</span>2017-10-19 13:20 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20670#respond' onclick='return addComment.moveForm( "div-comment-20670", "20670", "respond", "2423" )' aria-label='回复给白白白'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20616"><div class="c-avatar"><div class="c-main" id="div-comment-20616">http://www.jianshu.com/p/06d115131349 -----(《Shadowsock翻墙流量检测算法》论文翻译)<div class="c-meta"><span class="c-author">xxx</span>2017-10-18 16:29 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20616#respond' onclick='return addComment.moveForm( "div-comment-20616", "20616", "respond", "2423" )' aria-label='回复给xxx'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20591"><div class="c-avatar"><div class="c-main" id="div-comment-20591">你们被墙,我倒是爬墙速度从4M变成120M……<div class="c-meta"><span class="c-author">_(:3_|∠)_</span>2017-10-18 13:01 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20591#respond' onclick='return addComment.moveForm( "div-comment-20591", "20591", "respond", "2423" )' aria-label='回复给_(:3_|∠)_'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20574"><div class="c-avatar"><div class="c-main" id="div-comment-20574">喜迎某大,
https://www.youtube.com/watch?v=eXvp6vDXLXY
《大国崛起》
多有道理 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_biggrin.gif" alt=":grin:" class="wp-smiley" style="height: 1em; max-height: 1em;" /><div class="c-meta"><span class="c-author"><a href='http://www.xiaoxiao.com/' rel='external nofollow' class='url'>xiaoxiao</a></span>2017-10-18 08:01 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20574#respond' onclick='return addComment.moveForm( "div-comment-20574", "20574", "respond", "2423" )' aria-label='回复给xiaoxiao'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20568"><div class="c-avatar"><div class="c-main" id="div-comment-20568">求一个可以在xp的ie上也能正常使用的web文件管理器,最好是在centos7上用的,因为我发现seafile并不支持ie6<div class="c-meta"><span class="c-author">asriel</span>2017-10-18 00:42 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20568#respond' onclick='return addComment.moveForm( "div-comment-20568", "20568", "respond", "2423" )' aria-label='回复给asriel'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20552"><div class="c-avatar"><div class="c-main" id="div-comment-20552">SSR. 如何配置 被墙几率小,大伙说说<div class="c-meta"><span class="c-author">小黑</span>2017-10-17 22:08 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20552#respond' onclick='return addComment.moveForm( "div-comment-20552", "20552", "respond", "2423" )' aria-label='回复给小黑'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-2" id="comment-20559"><div class="c-avatar"><div class="c-main" id="div-comment-20559">我还没有怎么用过ssr,一直用的ss,我觉得吧混淆协议和插件搞复杂点,后伪装成一个大流量网站看试试。<div class="c-meta"><span class="c-author">氪金好友</span>2017-10-17 23:10 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20559#respond' onclick='return addComment.moveForm( "div-comment-20559", "20559", "respond", "2423" )' aria-label='回复给氪金好友'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20545"><div class="c-avatar"><div class="c-main" id="div-comment-20545">前天突然什么也做不了,感觉被关在了笼子里。我好慌,准备来这里看看方法什么的,发现镜像网站进不了了,我的头!好痛!我以为封杀 了,还好我机智,很久以前我把某博客离线下来了,找到了一些可以度过的方法,来到了这个网站,发现居然是自己关闭的……,搞不懂……一时慌了。不过现在还好,尽管一直掉线……虽然我fq不做什么,但是我还是喜欢翻翻,毕竟墙外很多东西我都喜欢,比如逗比……总算可以睡好觉了。<div class="c-meta"><span class="c-author">清风</span>2017-10-17 21:33 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20545#respond' onclick='return addComment.moveForm( "div-comment-20545", "20545", "respond", "2423" )' aria-label='回复给清风'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20501"><div class="c-avatar"><div class="c-main" id="div-comment-20501">我一直在用QQ浏览器 前几天突然出现一个提示框 平时看不到 说我正在使用代理软件 会不安全 请卸载 之类的话
我当时是装了一款代理插件。 从哪之后 再也不用国产浏览器了 太可怕了。<div class="c-meta"><span class="c-author">asdas</span>2017-10-17 15:57 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20501#respond' onclick='return addComment.moveForm( "div-comment-20501", "20501", "respond", "2423" )' aria-label='回复给asdas'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-21087"><div class="c-avatar"><div class="c-main" id="div-comment-21087">去年某一天天我随便看看苹果日报,电脑管家突然跳出来拦截,说这网站有毒。电脑管家从此就滚出了我的电脑。<div class="c-meta"><span class="c-author">热土阿布</span>2017-10-25 07:30 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=21087#respond' onclick='return addComment.moveForm( "div-comment-21087", "21087", "respond", "2423" )' aria-label='回复给热土阿布'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20478"><div class="c-avatar"><div class="c-main" id="div-comment-20478">自建的 目前还没受到影响<div class="c-meta"><span class="c-author"><a href='https://www.7ooo.info/' rel='external nofollow' class='url'>jhcn</a></span>2017-10-17 00:46 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20478#respond' onclick='return addComment.moveForm( "div-comment-20478", "20478", "respond", "2423" )' aria-label='回复给jhcn'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20475"><div class="c-avatar"><div class="c-main" id="div-comment-20475">总算是又能涉足根据地了。。这两天吓尿了,一顿找替代,坚定了赶紧自建一个的决心。。
也不知道该选那个机房的。。纠结。。<div class="c-meta"><span class="c-author">tomato</span>2017-10-16 23:45 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20475#respond' onclick='return addComment.moveForm( "div-comment-20475", "20475", "respond", "2423" )' aria-label='回复给tomato'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20450"><div class="c-avatar"><div class="c-main" id="div-comment-20450">那要是用香港服务器呢??<div class="c-meta"><span class="c-author">hhhhh</span>2017-10-16 16:23 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20450#respond' onclick='return addComment.moveForm( "div-comment-20450", "20450", "respond", "2423" )' aria-label='回复给hhhhh'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20445"><div class="c-avatar"><div class="c-main" id="div-comment-20445">阿里和360又加入了,还能怎样,越来越多的方法不行了。 等过风头吧 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_twisted.gif" alt=":twisted:" class="wp-smiley" style="height: 1em; max-height: 1em;" /><div class="c-meta"><span class="c-author">Stark</span>2017-10-16 15:29 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20445#respond' onclick='return addComment.moveForm( "div-comment-20445", "20445", "respond", "2423" )' aria-label='回复给Stark'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20444"><div class="c-avatar"><div class="c-main" id="div-comment-20444">想问问,如果IP能ping通,但是之前装的SS就是连上无法翻墙,这是什么原因?<div class="c-meta"><span class="c-author">so8610</span>2017-10-16 15:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20444#respond' onclick='return addComment.moveForm( "div-comment-20444", "20444", "respond", "2423" )' aria-label='回复给so8610'>回复</a></div></div></div><ul class="children">
<li class="comment byuser comment-author-toyo bypostauthor odd alt depth-2" id="comment-20524"><div class="c-avatar"><div class="c-main" id="div-comment-20524">IP能ping通只能说明线路通顺,然后ping 是icmp协议(并且没有端口),而你链接SS服务端是通的TCP/UDP协议,而如果端口被封,可能也会造成这类事情。<div class="c-meta"><span class="c-author"><a href='index.html' rel='external nofollow' class='url'>Toyo</a></span>2017-10-17 17:36 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20524#respond' onclick='return addComment.moveForm( "div-comment-20524", "20524", "respond", "2423" )' aria-label='回复给Toyo'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-3" id="comment-20583"><div class="c-avatar"><div class="c-main" id="div-comment-20583">谢谢Toyo,如果我谷歌云服务的IP被blocked之后,会后会恢复么?估计SS很容易被发现啊<div class="c-meta"><span class="c-author">so8610</span>2017-10-18 10:38 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20583#respond' onclick='return addComment.moveForm( "div-comment-20583", "20583", "respond", "2423" )' aria-label='回复给so8610'>回复</a></div></div></div><ul class="children">
<li class="comment byuser comment-author-toyo bypostauthor odd alt depth-4" id="comment-20597"><div class="c-avatar"><div class="c-main" id="div-comment-20597">平常做代理导致IP被封的,这类IP 一般过几个月或者半年左右就会解封。只封不解的话,迟早封完,所以对于这类IP都是隔一段时间就会解封循环。<div class="c-meta"><span class="c-author"><a href='index.html' rel='external nofollow' class='url'>Toyo</a></span>2017-10-18 13:58 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20597#respond' onclick='return addComment.moveForm( "div-comment-20597", "20597", "respond", "2423" )' aria-label='回复给Toyo'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20405"><div class="c-avatar"><div class="c-main" id="div-comment-20405">中国人总是喜欢建墙,古时候修长城防外敌,今天建网络防火墙防人民。<div class="c-meta"><span class="c-author">海蓝色</span>2017-10-16 01:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20405#respond' onclick='return addComment.moveForm( "div-comment-20405", "20405", "respond", "2423" )' aria-label='回复给海蓝色'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20867"><div class="c-avatar"><div class="c-main" id="div-comment-20867">很显然不是防人民的,如果是防人民的,GFW不会纵容全球DDOS中国贡献了81%的攻击量。而国外对内DDOS只有不到5%的攻击量成功了。所以可见GFW并不是那么简单内域防护<div class="c-meta"><span class="c-author">云帆一叶</span>2017-10-21 21:15 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20867#respond' onclick='return addComment.moveForm( "div-comment-20867", "20867", "respond", "2423" )' aria-label='回复给云帆一叶'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20396"><div class="c-avatar"><div class="c-main" id="div-comment-20396">windows defender+chrome+微软拼音+QQinternational 路过<div class="c-meta"><span class="c-author">asriel</span>2017-10-15 23:33 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20396#respond' onclick='return addComment.moveForm( "div-comment-20396", "20396", "respond", "2423" )' aria-label='回复给asriel'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20868"><div class="c-avatar"><div class="c-main" id="div-comment-20868">你装个卡巴斯基就会发现QQinternational也不是那么干净,通过网络定位确定是使用者在国内,就开始该做的事情了。只不过基于协议有所收敛。这就是为什么很多国家要封锁卡巴斯基的原因的。<div class="c-meta"><span class="c-author">云帆一叶</span>2017-10-21 21:17 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20868#respond' onclick='return addComment.moveForm( "div-comment-20868", "20868", "respond", "2423" )' aria-label='回复给云帆一叶'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20366"><div class="c-avatar"><div class="c-main" id="div-comment-20366">无法访问 https://doub.bid/sszhfx/
_(:з」∠)_<div class="c-meta"><span class="c-author">.0</span>2017-10-15 18:35 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20366#respond' onclick='return addComment.moveForm( "div-comment-20366", "20366", "respond", "2423" )' aria-label='回复给.0'>回复</a></div></div></div><ul class="children">
<li class="comment byuser comment-author-toyo bypostauthor odd alt depth-2" id="comment-20372"><div class="c-avatar"><div class="c-main" id="div-comment-20372">本站顶部公告栏。<div class="c-meta"><span class="c-author"><a href='index.html' rel='external nofollow' class='url'>Toyo</a></span>2017-10-15 20:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20372#respond' onclick='return addComment.moveForm( "div-comment-20372", "20372", "respond", "2423" )' aria-label='回复给Toyo'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20361"><div class="c-avatar"><div class="c-main" id="div-comment-20361">- . - 好口怕!!!最近我花钱买的帐号也被封了不少IP,只能勉强翻墙度日,但是现在做小朋友的英语教学,好多资源都在墙外啊~~肿么办!再难爬也得爬啊。。。。 chrome+firefox+windows defender ...... 输入法也会有问题吗??我就输入法是国产的,那谁叫我用的是中文输入法啊,不用国产的,还用什么。。<div class="c-meta"><span class="c-author">姜姜姜</span>2017-10-15 17:28 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20361#respond' onclick='return addComment.moveForm( "div-comment-20361", "20361", "respond", "2423" )' aria-label='回复给姜姜姜'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20422"><div class="c-avatar"><div class="c-main" id="div-comment-20422">http://rime.im/ 可以试试 RIME WIN7适用,win8,win10用自带的<div class="c-meta"><span class="c-author">abc</span>2017-10-16 11:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20422#respond' onclick='return addComment.moveForm( "div-comment-20422", "20422", "respond", "2423" )' aria-label='回复给abc'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even depth-2" id="comment-20468"><div class="c-avatar"><div class="c-main" id="div-comment-20468">谷歌家的输入法这么好用你不用。<div class="c-meta"><span class="c-author">潜水的科技猫</span>2017-10-16 21:50 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20468#respond' onclick='return addComment.moveForm( "div-comment-20468", "20468", "respond", "2423" )' aria-label='回复给潜水的科技猫'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt depth-2" id="comment-20869"><div class="c-avatar"><div class="c-main" id="div-comment-20869">目前电信方面可以实名制登记修改网络需求。包括外网IP和特定IP互联需求,并签署协议书,如若特定IP互联出现违法行为,自己承担对应责任等等。然后过三日后当地派出所会上面检查一次线路风险,没问题就可以正常代理浏览需求的网站了。前提是不违法(其实违法也分级,涉黄等级低,政治等级中高,恐怖等级最高),我打算这周去实名,不过改造自己网络系统安全就好麻烦了<div class="c-meta"><span class="c-author">云帆一叶</span>2017-10-21 21:21 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20869#respond' onclick='return addComment.moveForm( "div-comment-20869", "20869", "respond", "2423" )' aria-label='回复给云帆一叶'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20355"><div class="c-avatar"><div class="c-main" id="div-comment-20355">其实GFW没有你们说的这么厉害,误封很严重,现在很多正常的https(特别是美国站点)都打不开了,比如斯坦福大学官网<div class="c-meta"><span class="c-author">break</span>2017-10-15 16:06 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20355#respond' onclick='return addComment.moveForm( "div-comment-20355", "20355", "respond", "2423" )' aria-label='回复给break'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20334"><div class="c-avatar"><div class="c-main" id="div-comment-20334">google输入法+Chrome浏览器+卡巴斯基<div class="c-meta"><span class="c-author">sndog</span>2017-10-15 11:27 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20334#respond' onclick='return addComment.moveForm( "div-comment-20334", "20334", "respond", "2423" )' aria-label='回复给sndog'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20332"><div class="c-avatar"><div class="c-main" id="div-comment-20332">一直在免费蹭大老的免费SS,说声谢谢。关于这个问题推特上有人说,360和阿里提供了流量特征,这个不假,阿里旺旺装上试试,不管用不用阿里旺旺,你的电脑一开机阿里进程就启动了,即使关闭了自启和他的服务,他的进程依然会自启,360就不说了,再说一个,还有腾讯的,QQProtect这个进程,只要你电脑装有QQ,一开机,不启动QQ,这个进程依然请求连网,当你开启V屁N或Ss时,网络连接发生变化时就会请求连网,这些东西都不干净。<div class="c-meta"><span class="c-author"><a href='http://[email protected]/' rel='external nofollow' class='url'>没想好叫撒</a></span>2017-10-15 11:01 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20332#respond' onclick='return addComment.moveForm( "div-comment-20332", "20332", "respond", "2423" )' aria-label='回复给没想好叫撒'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20371"><div class="c-avatar"><div class="c-main" id="div-comment-20371">请问阿里的进程叫啥名字?<div class="c-meta"><span class="c-author">locloc</span>2017-10-15 20:00 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20371#respond' onclick='return addComment.moveForm( "div-comment-20371", "20371", "respond", "2423" )' aria-label='回复给locloc'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even depth-2" id="comment-20398"><div class="c-avatar"><div class="c-main" id="div-comment-20398">QQinternational路过,没有见到QQprotect<div class="c-meta"><span class="c-author">asriel</span>2017-10-15 23:36 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20398#respond' onclick='return addComment.moveForm( "div-comment-20398", "20398", "respond", "2423" )' aria-label='回复给asriel'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-3" id="comment-20488"><div class="c-avatar"><div class="c-main" id="div-comment-20488">QQprotect经常弹窗出来请求网络访问权限的,即使就没有启动过QQ,有时打游戏跳出来,真想杀了它<div class="c-meta"><span class="c-author"><a href='https://mashiro.space/' rel='external nofollow' class='url'>mashiro</a></span>2017-10-17 11:08 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20488#respond' onclick='return addComment.moveForm( "div-comment-20488", "20488", "respond", "2423" )' aria-label='回复给mashiro'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even depth-2" id="comment-20542"><div class="c-avatar"><div class="c-main" id="div-comment-20542">天啊喂。Linux系统下qq也这么猖狂,我的乖乖,可怎么办啊。<div class="c-meta"><span class="c-author">清风</span>2017-10-17 21:30 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20542#respond' onclick='return addComment.moveForm( "div-comment-20542", "20542", "respond", "2423" )' aria-label='回复给清风'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20326"><div class="c-avatar"><div class="c-main" id="div-comment-20326">呵呵,我现在什么网站也不想去了,也去不了了……不知道zd受到了什么打击,居然把网络加速那一栏关闭了。我的乖乖。我现在只能上逗比了么……。求Windows或者LInux还能活下来的v,,,p,n....<div class="c-meta"><span class="c-author">清风</span>2017-10-15 10:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20326#respond' onclick='return addComment.moveForm( "div-comment-20326", "20326", "respond", "2423" )' aria-label='回复给清风'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20311"><div class="c-avatar"><div class="c-main" id="div-comment-20311">我觉得,你还落下了国产输入法呢<div class="c-meta"><span class="c-author">123</span>2017-10-14 23:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20311#respond' onclick='return addComment.moveForm( "div-comment-20311", "20311", "respond", "2423" )' aria-label='回复给123'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20308"><div class="c-avatar"><div class="c-main" id="div-comment-20308">是不是今天下午ssr被封了呀,苹果的用不了<div class="c-meta"><span class="c-author">夜色</span>2017-10-14 21:44 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20308#respond' onclick='return addComment.moveForm( "div-comment-20308", "20308", "respond", "2423" )' aria-label='回复给夜色'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20281"><div class="c-avatar"><div class="c-main" id="div-comment-20281">我觉得,可以通过80端口访问指定页面,获取客户端IP,写入iptables指定IP访问。<div class="c-meta"><span class="c-author">就不告诉你</span>2017-10-14 13:52 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20281#respond' onclick='return addComment.moveForm( "div-comment-20281", "20281", "respond", "2423" )' aria-label='回复给就不告诉你'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20246"><div class="c-avatar"><div class="c-main" id="div-comment-20246">校园网IP v6访问谷歌油管无压力 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_razz.gif" alt=":razz:" class="wp-smiley" style="height: 1em; max-height: 1em;" /><div class="c-meta"><span class="c-author">帅比</span>2017-10-13 22:53 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20246#respond' onclick='return addComment.moveForm( "div-comment-20246", "20246", "respond", "2423" )' aria-label='回复给帅比'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-2" id="comment-20387"><div class="c-avatar"><div class="c-main" id="div-comment-20387">学校没有v6……v6访问的原理是什么?<div class="c-meta"><span class="c-author">lake</span>2017-10-15 22:01 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20387#respond' onclick='return addComment.moveForm( "div-comment-20387", "20387", "respond", "2423" )' aria-label='回复给lake'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt depth-2" id="comment-20852"><div class="c-avatar"><div class="c-main" id="div-comment-20852">北语的吧<div class="c-meta"><span class="c-author">大帅比</span>2017-10-21 16:27 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20852#respond' onclick='return addComment.moveForm( "div-comment-20852", "20852", "respond", "2423" )' aria-label='回复给大帅比'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20231"><div class="c-avatar"><div class="c-main" id="div-comment-20231">SSR停止更新,感觉SSR未来渺茫<div class="c-meta"><span class="c-author">White</span>2017-10-13 21:29 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20231#respond' onclick='return addComment.moveForm( "div-comment-20231", "20231", "respond", "2423" )' aria-label='回复给White'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20255"><div class="c-avatar"><div class="c-main" id="div-comment-20255">great! big hug with hero built ladders :))) keep on waving your hands so as to be the beacon of GreatWall blocked slaves.
汉字很好!<div class="c-meta"><span class="c-author">kululu</span>2017-10-14 00:37 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20255#respond' onclick='return addComment.moveForm( "div-comment-20255", "20255", "respond", "2423" )' aria-label='回复给kululu'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20215"><div class="c-avatar"><div class="c-main" id="div-comment-20215">平时又不是用不了 开会呢 就注意点<div class="c-meta"><span class="c-author">···</span>2017-10-13 18:39 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20215#respond' onclick='return addComment.moveForm( "div-comment-20215", "20215", "respond", "2423" )' aria-label='回复给···'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20214"><div class="c-avatar"><div class="c-main" id="div-comment-20214">难怪我的小灯笼不起作用了,安卓的Gohost也失效。
总结:Windows,Linux,安卓蓝灯全部失效。Gohost也是。
bb几句发发牢骚:zd423的蓝灯官网居然找不到了,实在是不知道缘由。本来看到今天的蓝不能用,我准备去搞一新版的……结果……结果呢!结果tm的就没了,啥都没了。猛然间想起我家逗比根据地,性奋的跑来瞧。感叹!可惜呀可惜!我tm是LInux。<div class="c-meta"><span class="c-author">清风</span>2017-10-13 18:31 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20214#respond' onclick='return addComment.moveForm( "div-comment-20214", "20214", "respond", "2423" )' aria-label='回复给清风'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-2" id="comment-20292"><div class="c-avatar"><div class="c-main" id="div-comment-20292">可以用ssr啊<div class="c-meta"><span class="c-author"><a href="https://zhangsidan.com/" rel='external nofollow' class='url'>peter</a></span>2017-10-14 16:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20292#respond' onclick='return addComment.moveForm( "div-comment-20292", "20292", "respond", "2423" )' aria-label='回复给peter'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-3" id="comment-20325"><div class="c-avatar"><div class="c-main" id="div-comment-20325">安装SSR滴时候Linux缺少依赖,我怀疑是系统被我搞坏了……原谅我无能为力!目前使用Elementary,不过准备使用Deepin了,但是我很害怕国产的Linux后门啊乱七八糟啊什么的,毕竟360都在Linux上出现了。<div class="c-meta"><span class="c-author">清风</span>2017-10-15 09:59 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20325#respond' onclick='return addComment.moveForm( "div-comment-20325", "20325", "respond", "2423" )' aria-label='回复给清风'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-4" id="comment-20890"><div class="c-avatar"><div class="c-main" id="div-comment-20890">我的linux用代理,不用ssr,毕竟在linux上装ssr的客户端有些麻烦,如果逗比能写个教程那就另说<div class="c-meta"><span class="c-author"><a href="https://zhangsidan.com/" rel='external nofollow' class='url'>peter</a></span>2017-10-22 09:16 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20890#respond' onclick='return addComment.moveForm( "div-comment-20890", "20890", "respond", "2423" )' aria-label='回复给peter'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-5" id="comment-21079"><div class="c-avatar"><div class="c-main" id="div-comment-21079">应用商店自带哦<div class="c-meta"><span class="c-author">清风</span>2017-10-24 22:25 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=21079#respond' onclick='return addComment.moveForm( "div-comment-21079", "21079", "respond", "2423" )' aria-label='回复给清风'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20207"><div class="c-avatar"><div class="c-main" id="div-comment-20207">唉,这他娘的,怪不得鬼子信不过咱们。连咱们自己都信不过自己。目前用的 aes-128-ctr + auth_sha1_v4 + tls1.2_ticket_auth ,暂时能用,不知道哪天会栽倒。<div class="c-meta"><span class="c-author">西瓜</span>2017-10-13 17:19 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20207#respond' onclick='return addComment.moveForm( "div-comment-20207", "20207", "respond", "2423" )' aria-label='回复给西瓜'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20196"><div class="c-avatar"><div class="c-main" id="div-comment-20196">我一直用的360浏览器 360手机 360摄像头 360路由器 360安全卫士!!还从没被墙过IP什么的!!这完全就是有被迫害妄想症啊..........!!<div class="c-meta"><span class="c-author">一元钱</span>2017-10-13 15:15 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20196#respond' onclick='return addComment.moveForm( "div-comment-20196", "20196", "respond", "2423" )' aria-label='回复给一元钱'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-2" id="comment-20252"><div class="c-avatar"><div class="c-main" id="div-comment-20252">乱来<div class="c-meta"><span class="c-author">hoi</span>2017-10-13 23:46 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20252#respond' onclick='return addComment.moveForm( "div-comment-20252", "20252", "respond", "2423" )' aria-label='回复给hoi'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt depth-2" id="comment-20346"><div class="c-avatar"><div class="c-main" id="div-comment-20346">那你继续用吧 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_lol.gif" alt=":lol:" class="wp-smiley" style="height: 1em; max-height: 1em;" /><div class="c-meta"><span class="c-author">chester</span>2017-10-15 14:50 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20346#respond' onclick='return addComment.moveForm( "div-comment-20346", "20346", "respond", "2423" )' aria-label='回复给chester'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even depth-2" id="comment-20439"><div class="c-avatar"><div class="c-main" id="div-comment-20439">祸害人呐!<div class="c-meta"><span class="c-author">naive</span>2017-10-16 14:14 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20439#respond' onclick='return addComment.moveForm( "div-comment-20439", "20439", "respond", "2423" )' aria-label='回复给naive'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt depth-2" id="comment-20503"><div class="c-avatar"><div class="c-main" id="div-comment-20503">360劫持过我的淘宝客。几百块就这样被偷走了<div class="c-meta"><span class="c-author">asdas</span>2017-10-17 16:04 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20503#respond' onclick='return addComment.moveForm( "div-comment-20503", "20503", "respond", "2423" )' aria-label='回复给asdas'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20191"><div class="c-avatar"><div class="c-main" id="div-comment-20191">现在有没有什么办法可以替代SS或者改进SS的设置来避免被墙?<div class="c-meta"><span class="c-author">wm2017</span>2017-10-13 14:39 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20191#respond' onclick='return addComment.moveForm( "div-comment-20191", "20191", "respond", "2423" )' aria-label='回复给wm2017'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20388"><div class="c-avatar"><div class="c-main" id="div-comment-20388">肉 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_eek.gif" alt=":shock:" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 身 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_neutral.gif" alt=":neutral:" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 翻 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_lol.gif" alt=":lol:" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 墙<div class="c-meta"><span class="c-author">lake</span>2017-10-15 22:02 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20388#respond' onclick='return addComment.moveForm( "div-comment-20388", "20388", "respond", "2423" )' aria-label='回复给lake'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20168"><div class="c-avatar"><div class="c-main" id="div-comment-20168">换端口只能支撑1晚上,有没有解决方案<div class="c-meta"><span class="c-author">111</span>2017-10-13 11:03 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20168#respond' onclick='return addComment.moveForm( "div-comment-20168", "20168", "respond", "2423" )' aria-label='回复给111'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20203"><div class="c-avatar"><div class="c-main" id="div-comment-20203">频繁换端口小心ip被q,个人建议还是关机忍忍<div class="c-meta"><span class="c-author">黄鱼鱼</span>2017-10-13 16:48 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20203#respond' onclick='return addComment.moveForm( "div-comment-20203", "20203", "respond", "2423" )' aria-label='回复给黄鱼鱼'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even depth-2" id="comment-20321"><div class="c-avatar"><div class="c-main" id="div-comment-20321">rp远程过去,那样比ss类软体稳<div class="c-meta"><span class="c-author">FeiYang</span>2017-10-15 09:31 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20321#respond' onclick='return addComment.moveForm( "div-comment-20321", "20321", "respond", "2423" )' aria-label='回复给FeiYang'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20159"><div class="c-avatar"><div class="c-main" id="div-comment-20159">也许是因为大部分人被强了 ,国际出口压力小了,发现现在爬墙速度贼快 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_smile.gif" alt=":smile:" class="wp-smiley" style="height: 1em; max-height: 1em;" /><div class="c-meta"><span class="c-author">壮士请留步</span>2017-10-13 08:44 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20159#respond' onclick='return addComment.moveForm( "div-comment-20159", "20159", "respond", "2423" )' aria-label='回复给壮士请留步'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-2" id="comment-20260"><div class="c-avatar"><div class="c-main" id="div-comment-20260">是,我也有这个感觉!网速超快!<div class="c-meta"><span class="c-author">爱因斯港</span>2017-10-14 01:31 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20260#respond' onclick='return addComment.moveForm( "div-comment-20260", "20260", "respond", "2423" )' aria-label='回复给爱因斯港'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-odd thread-alt depth-1" id="comment-20157"><div class="c-avatar"><div class="c-main" id="div-comment-20157">淡定!我已经习惯了几乎每天都更新一下SSR了!<div class="c-meta"><span class="c-author"><a href='https://lnmp.ymanz.com/' rel='external nofollow' class='url'>明月登楼学习笔记</a></span>2017-10-13 08:38 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20157#respond' onclick='return addComment.moveForm( "div-comment-20157", "20157", "respond", "2423" )' aria-label='回复给明月登楼学习笔记'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20155"><div class="c-avatar"><div class="c-main" id="div-comment-20155">toyo可以考虑一下ssrr的repo吗 我觉得auth_chain_f这类的应该是很难捕捉特征的<div class="c-meta"><span class="c-author"><a href='http://nekopara.info(down for something)/' rel='external nofollow' class='url'>Hakureico</a></span>2017-10-13 07:17 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20155#respond' onclick='return addComment.moveForm( "div-comment-20155", "20155", "respond", "2423" )' aria-label='回复给Hakureico'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20192"><div class="c-avatar"><div class="c-main" id="div-comment-20192">ssrr的项目地址在哪 来发<div class="c-meta"><span class="c-author">boban</span>2017-10-13 14:57 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20192#respond' onclick='return addComment.moveForm( "div-comment-20192", "20192", "respond", "2423" )' aria-label='回复给boban'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20153"><div class="c-avatar"><div class="c-main" id="div-comment-20153">我很好奇怎樣才算流量多??僅僅看下網頁 玩外服網遊 以及看看動漫算嗎?<div class="c-meta"><span class="c-author">xhxktd</span>2017-10-13 05:22 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20153#respond' onclick='return addComment.moveForm( "div-comment-20153", "20153", "respond", "2423" )' aria-label='回复给xhxktd'>回复</a></div></div></div><ul class="children">
<li class="comment byuser comment-author-toyo bypostauthor odd alt depth-2" id="comment-20177"><div class="c-avatar"><div class="c-main" id="div-comment-20177">流量越大封锁几率越大,但是这并不是唯一判断标准,很多人一个月10GB流量,也被墙,甚至更换新IP后,还没怎么用又被墙。<div class="c-meta"><span class="c-author"><a href='index.html' rel='external nofollow' class='url'>Toyo</a></span>2017-10-13 12:03 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20177#respond' onclick='return addComment.moveForm( "div-comment-20177", "20177", "respond", "2423" )' aria-label='回复给Toyo'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-3" id="comment-20362"><div class="c-avatar"><div class="c-main" id="div-comment-20362">完蛋。。。我这个月用谷歌的备份花了50多G流量了。。。。 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_surprised.gif" alt=":eek:" class="wp-smiley" style="height: 1em; max-height: 1em;" /><div class="c-meta"><span class="c-author">姜姜姜</span>2017-10-15 17:30 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20362#respond' onclick='return addComment.moveForm( "div-comment-20362", "20362", "respond", "2423" )' aria-label='回复给姜姜姜'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20147"><div class="c-avatar"><div class="c-main" id="div-comment-20147">leaseweb香港被墙了<div class="c-meta"><span class="c-author">janji</span>2017-10-13 01:34 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20147#respond' onclick='return addComment.moveForm( "div-comment-20147", "20147", "respond", "2423" )' aria-label='回复给janji'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20115"><div class="c-avatar"><div class="c-main" id="div-comment-20115">我说呢!这几天这么卡,开个网页都费劲<div class="c-meta"><span class="c-author">毛毛</span>2017-10-12 22:01 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20115#respond' onclick='return addComment.moveForm( "div-comment-20115", "20115", "respond", "2423" )' aria-label='回复给毛毛'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20110"><div class="c-avatar"><div class="c-main" id="div-comment-20110">还好在19大前滚了,要不然youtube看不了会疯掉<div class="c-meta"><span class="c-author">四月一日</span>2017-10-12 21:22 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20110#respond' onclick='return addComment.moveForm( "div-comment-20110", "20110", "respond", "2423" )' aria-label='回复给四月一日'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20099"><div class="c-avatar"><div class="c-main" id="div-comment-20099">电信/联通本人双网进行测试SSR服务器(chacha20/auth_sha1/tls1.2)可正常使用。
但监测到10月12日02:30(UTC+8)发生物理中断 黑龙江/山东/山西三网均超时 南方各省则均正常
测试来源于 chinaz_ping测试
中断时间约为三分钟。其后一切正常 traceroute结果表示在北京某服务器被丢弃(联通),电信未进行traceroute测试。<div class="c-meta"><span class="c-author">cntoworld</span>2017-10-12 19:28 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20099#respond' onclick='return addComment.moveForm( "div-comment-20099", "20099", "respond", "2423" )' aria-label='回复给cntoworld'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20158"><div class="c-avatar"><div class="c-main" id="div-comment-20158">感谢感谢 ,我以前配置chacha20/auth_aes128_md5/tls1.2被强了,现在改成你这个配置目前还可以。 十分感谢<div class="c-meta"><span class="c-author">壮士请留步</span>2017-10-13 08:39 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20158#respond' onclick='return addComment.moveForm( "div-comment-20158", "20158", "respond", "2423" )' aria-label='回复给壮士请留步'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even depth-2" id="comment-20201"><div class="c-avatar"><div class="c-main" id="div-comment-20201">我也是这配置,一样正常使用<div class="c-meta"><span class="c-author">greyczj</span>2017-10-13 16:27 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20201#respond' onclick='return addComment.moveForm( "div-comment-20201", "20201", "respond", "2423" )' aria-label='回复给greyczj'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20094"><div class="c-avatar"><div class="c-main" id="div-comment-20094">逗比根据地防和谐链接https://mini.site-shot.com/1024x768/640/JPEG/?doub.io<div class="c-meta"><span class="c-author"><a href='http://wazhanfou.com/' rel='external nofollow' class='url'>挖站否</a></span>2017-10-12 17:40 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20094#respond' onclick='return addComment.moveForm( "div-comment-20094", "20094", "respond", "2423" )' aria-label='回复给挖站否'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-2" id="comment-20140"><div class="c-avatar"><div class="c-main" id="div-comment-20140">一张图片?这是干啥<div class="c-meta"><span class="c-author">cc</span>2017-10-12 23:19 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20140#respond' onclick='return addComment.moveForm( "div-comment-20140", "20140", "respond", "2423" )' aria-label='回复给cc'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment odd alt depth-2" id="comment-20296"><div class="c-avatar"><div class="c-main" id="div-comment-20296">图片快照吧<div class="c-meta"><span class="c-author">1</span>2017-10-14 17:17 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20296#respond' onclick='return addComment.moveForm( "div-comment-20296", "20296", "respond", "2423" )' aria-label='回复给1'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20091"><div class="c-avatar"><div class="c-main" id="div-comment-20091">VPS的ipv4地址被墙,但是ipv6正常,目前只能用ipv6来翻了 <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_smile.gif" alt=":smile:" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 开完会后会不会给我恢复ipv4呢<div class="c-meta"><span class="c-author">嗯嗯嗯</span>2017-10-12 16:46 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20091#respond' onclick='return addComment.moveForm( "div-comment-20091", "20091", "respond", "2423" )' aria-label='回复给嗯嗯嗯'>回复</a></div></div></div><ul class="children">
<li class="comment byuser comment-author-toyo bypostauthor odd alt depth-2" id="comment-20121"><div class="c-avatar"><div class="c-main" id="div-comment-20121">不可能,如果只封几天,完全没意义,好不容易封了,最少封几个月或半年。<div class="c-meta"><span class="c-author"><a href='index.html' rel='external nofollow' class='url'>Toyo</a></span>2017-10-12 22:05 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20121#respond' onclick='return addComment.moveForm( "div-comment-20121", "20121", "respond", "2423" )' aria-label='回复给Toyo'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-even depth-1" id="comment-20079"><div class="c-avatar"><div class="c-main" id="div-comment-20079">跑在vultr上面的v2ray,websocket+tls+nginx 还建着网站,目前国内有一部分ping不通……,估计是那个频段的IP全都被封了<div class="c-meta"><span class="c-author">donno</span>2017-10-12 14:50 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20079#respond' onclick='return addComment.moveForm( "div-comment-20079", "20079", "respond", "2423" )' aria-label='回复给donno'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20202"><div class="c-avatar"><div class="c-main" id="div-comment-20202">Vultr可以尝试换个instance试试,很方便的<div class="c-meta"><span class="c-author"><a href='https://mashiro.space/' rel='external nofollow' class='url'>mashiro</a></span>2017-10-13 16:48 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20202#respond' onclick='return addComment.moveForm( "div-comment-20202", "20202", "respond", "2423" )' aria-label='回复给mashiro'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20058"><div class="c-avatar"><div class="c-main" id="div-comment-20058">腊肉馅的习包子把言论搞得越来越紧了,I'm angry! <img data-original="https://doub.io/wp-content/themes/yusi1.0/img/smilies/icon_twisted.gif" alt=":twisted:" class="wp-smiley" style="height: 1em; max-height: 1em;" /><div class="c-meta"><span class="c-author">angry</span>2017-10-12 12:02 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20058#respond' onclick='return addComment.moveForm( "div-comment-20058", "20058", "respond", "2423" )' aria-label='回复给angry'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20208"><div class="c-avatar"><div class="c-main" id="div-comment-20208">人家早看透了,手持键盘的安格瑞没用。<div class="c-meta"><span class="c-author">西瓜</span>2017-10-13 17:20 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20208#respond' onclick='return addComment.moveForm( "div-comment-20208", "20208", "respond", "2423" )' aria-label='回复给西瓜'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-3" id="comment-20389"><div class="c-avatar"><div class="c-main" id="div-comment-20389">什么意思?<div class="c-meta"><span class="c-author">lake</span>2017-10-15 22:03 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20389#respond' onclick='return addComment.moveForm( "div-comment-20389", "20389", "respond", "2423" )' aria-label='回复给lake'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
<li class="comment odd alt thread-even depth-1" id="comment-20053"><div class="c-avatar"><div class="c-main" id="div-comment-20053">我的do家的ssr用plain、origin全部超时,改了加密用联通网就好了,但是电信网还是卡的不得了。。。<div class="c-meta"><span class="c-author">John</span>2017-10-12 10:28 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20053#respond' onclick='return addComment.moveForm( "div-comment-20053", "20053", "respond", "2423" )' aria-label='回复给John'>回复</a></div></div></div></li><!-- #comment-## -->
<li class="comment even thread-odd thread-alt depth-1" id="comment-20050"><div class="c-avatar"><div class="c-main" id="div-comment-20050">ssr 亲测能上。
加密 : aes-128-ctr
协议 : origin
混淆 : plain<div class="c-meta"><span class="c-author">simeone666</span>2017-10-12 10:07 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20050#respond' onclick='return addComment.moveForm( "div-comment-20050", "20050", "respond", "2423" )' aria-label='回复给simeone666'>回复</a></div></div></div><ul class="children">
<li class="comment odd alt depth-2" id="comment-20063"><div class="c-avatar"><div class="c-main" id="div-comment-20063">请问你这个是电信网测试的吗<div class="c-meta"><span class="c-author">壮士请留步</span>2017-10-12 12:58 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20063#respond' onclick='return addComment.moveForm( "div-comment-20063", "20063", "respond", "2423" )' aria-label='回复给壮士请留步'>回复</a></div></div></div><ul class="children">
<li class="comment even depth-3" id="comment-20086"><div class="c-avatar"><div class="c-main" id="div-comment-20086">对,我公司就是电信的网络。<div class="c-meta"><span class="c-author">simeone666</span>2017-10-12 15:59 <a rel='nofollow' class='comment-reply-link' href='https://doub.io/sxsx-10/?replytocom=20086#respond' onclick='return addComment.moveForm( "div-comment-20086", "20086", "respond", "2423" )' aria-label='回复给simeone666'>回复</a></div></div></div></li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ul><!-- .children -->
</li><!-- #comment-## -->
</ol>
<div class="commentnav" >
<a class="prev page-numbers" href="xy66ks5a-2.html#comments">«</a>
<a class='page-numbers' href='xy66ks5a-2.html#comments'>1</a>
<span class='page-numbers current'>2</span>
<a class='page-numbers' href='3n2bfgy_-5.html#comments'>3</a>
<a class="next page-numbers" href="3n2bfgy_-5.html#comments">»</a> </div>
</div>
</div>
</div>
</div>
</div>
<aside class="sidebar">
<div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div style="position: absolute;left: 4px;top: 4px;font-size: 12px;color: #000;border: 1px solid #000;line-height: 12px;opacity: 0.5;">广告</div>
<a title="特别声明:此图片为广告投放,与本站无任何关系。" target="_blank" href="https://walllink.tw"><img src="2829kfuq.png" /></a></div></div><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div style="text-align:center;padding: 10px 20px 5px;display: block;">
<a class="wid-xiaobai" style="background-color: #03A9F4;padding-top:15px;padding-bottom:15px;font-size: 16px;font-weight: bold;" target="_blank" href="dibdjmr6.html">逗比根据地 所有文章教程分类合辑</a>
<a class="wid-xiaobai" style="background-color: #1ABCFF;padding-top: 7px;padding-bottom: 7px;font-weight: bold;font-size: 15px;" target="_blank" href="mc1t27yh.html">CDN 复活被墙IP 继续做代理</a>
<a class="wid-xiaobai" style="background-color: #1ABCFF;padding-top: 7px;padding-bottom: 7px;font-weight: bold;font-size: 15px;" target="_blank" href="s3y0lufe.html">KCP 复活被墙IP 继续做代理</a>
<a class="wid-xiaobai" style="background-color: #1ABCF7;" target="_blank" href="aybh4ww5-2.html">小众轻量代理 Brook 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1ABCED;" target="_blank" href="g4b_0oy6.html">Brook Tools 客户端 使用教程</a>
<a class="wid-xiaobai" style="background-color: #1ABCE9;" target="_blank" href="m2qf_iyd.html">Brook 新手小白 视频使用教程</a>
<a class="wid-xiaobai" style="background-color: #1ABCE7;" target="_blank" href="xcwybsz2.html">小众轻量代理 DAZE 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1ABCE5;" target="_blank" href="ouiwm7ss-2.html">DAZE Tools 客户端 使用教程</a>
<a class="wid-xiaobai" style="background-color: #1ABCE3;" target="_blank" href="juxwmu1i.html">小众轻量代理 Goflyway 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1ABCD9;" target="_blank" href="7btobhno.html">Goflyway Tools 客户端 使用教程</a>
<a class="wid-xiaobai" style="background-color: #1ABCD4;" target="_blank" href="tp_-ic2f.html">虚拟主机搭建 YouTube 私人镜像</a>
<a class="wid-xiaobai" style="background-color: #1ABCCF;" target="_blank" href="z2a4lk3l.html">ShadowsocksR 单用户 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1ABCC5;" target="_blank" href="z2a4lk3l-2.html">ShadowsocksR 多用户 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1ABCBA;" target="_blank" href="3--didfb-2.html">Linux 优化加速技巧 BBR 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1ABCB0;" target="_blank" href="gqnmhax9.html">Linux 优化加速技巧 锐速 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1ABCA6;" target="_blank" href="q7gcd25g.html">Linux 优化加速 LotServer 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #1abc9c;" target="_blank" href="0e6gd2jc.html">锐速 / LotServer 配置参数简单说明</a>
<a class="wid-xiaobai" style="background-color: #E91E77;" target="_blank" href="ouiwm7ss.html">一键搭建最简单网盘 FileManager</a>
<a class="wid-xiaobai" style="background-color: #E91E63;" target="_blank" href="nr2hjmg2.html">Cisco AnyConnect VPN 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #E91E59;" target="_blank" href="tfma58rb.html">Linux封禁垃圾邮件/BT/PT 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #E91E4F;" target="_blank" href="plucovvc.html">VPS 搭建 WordPress 博客 视频教程</a>
<a class="wid-xiaobai" style="background-color: #E91E3B;" target="_blank" href="q7gcd25g-2.html">BT/磁力离线下载神器 Cloud Torrent</a>
<a class="wid-xiaobai" style="background-color: #E91E27;" target="_blank" href="zuigoj__.html">BT/磁力离线下载神器 Aria2 一键脚本</a>
<a class="wid-xiaobai" style="background-color: #2d2d2d;" target="_blank" href="bqjxhzxr.html">PayPal 更换汇率结算方式降低手续费</a>
</div></div></div><div class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div style="background-color: #eee;">
<div style="position: absolute;margin-left: 4px;margin-top: 4px;font-size: 12px;color: #000;border: 1px solid #000;line-height: 12px;opacity: 0.5;">广告</div>
<a title="特别声明:此图片为广告投放,与本站无任何关系。" target="_blank" href="https://doub.io/go/kanfanba/"><img style="margin-bottom: 10px;" src="7komc_m0.png"/></a>
<div style="position: absolute;margin-left: 4px;margin-top: 4px;width: 24px;font-size: 12px;color: #000;border: 1px solid #000;line-height: 12px;opacity: 0.5;">广告</div>
<div id="guangg_image"></div>
<script type="text/javascript">
var image_url=new Array()
image_url=["https://doub.io/go/vultr-100/","vh8576m0.html","https://doub.io/go/virmach-kvm/"]
var guangg_url=new Array()
guangg_url=["2ggwga1a.png","hpvcwrn6.png","ivndglg6.png"]
guangg_id=Math.floor(Math.random()*3)
imageurl = image_url[guangg_id]
guanggurl = guangg_url[guangg_id]
document.getElementById("guangg_image").innerHTML = "<a target=\"_blank\" title=\"特别声明:此图片为广告投放,与本站无任何关系。\" href="+imageurl+">"+"<img src="+guanggurl+" /></a>";
</script>
</div></div></div><div class="widget_text widget widget_custom_html"><div class="title"><h2>原创の更新</h2></div><div class="textwidget custom-html-widget"><div class="hot-posts">
<ul>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/11/10</span></p>
<span class="label label-1">v1.0.1</span>
<a target="_blank" href="es5fj9se.html" title="点击进入该文件的介绍页面。">MTProxy_go.sh</a><img style="margin-left: 5px;margin-bottom: 4px;" src="aabmo546.gif"/>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/11/10</span></p>
<span class="label label-2">v1.0.8</span>
<a target="_blank" href="939koj07-2.html" title="点击进入该文件的介绍页面。">MTProxy.sh</a><img style="margin-left: 5px;margin-bottom: 4px;" src="aabmo546.gif"/>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/11/07</span></p>
<span class="label label-3">v1.0.0</span>
<a target="_blank" href="kd691l4o.html" title="点击进入该文件的介绍页面。">ss-go.sh</a><img style="margin-left: 5px;margin-bottom: 4px;" src="aabmo546.gif"/>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/11/02</span></p>
<span class="label label-4">v1.0.4</span>
<a target="_blank" href="aybh4ww5.html" title="点击进入该文件的介绍页面。">Gfw_push.sh</a>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/10/29</span></p>
<span class="label label-5">v1.0.0</span>
<a target="_blank" href="es5fj9se.html" title="点击进入该文件的介绍页面。">MTProxy_go.sh</a>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/10/29</span></p>
<span class="label label-5">v1.0.3</span>
<a target="_blank" href="aybh4ww5.html" title="点击进入该文件的介绍页面。">Gfw_push.sh</a>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/10/25</span></p>
<span class="label label-5">v1.0.2</span>
<a target="_blank" href="aybh4ww5.html" title="点击进入该文件的介绍页面。">Gfw_push.sh</a>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/10/25</span></p>
<span class="label label-5">v1.0.1</span>
<a target="_blank" href="aybh4ww5.html" title="点击进入该文件的介绍页面。">Gfw_push.sh</a>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/10/25</span></p>
<span class="label label-5">v1.0.0</span>
<a target="_blank" href="aybh4ww5.html" title="点击进入该文件的介绍页面。">Gfw_push.sh</a>
</li>
<li>
<p><span class="post-comments"><i class="fa fa-clock-o"></i>2018/10/21</span></p>
<span class="label label-5">v1.0.0</span>
<a target="_blank" href="ouiwm7ss-2.html" title="点击进入该文件的介绍页面。">DAZE Tools</a>
</li>
</ul>
</div></div></div><div class="widget d_tag"><div class="title"><h2>逗比の标签</h2></div><div class="d_tags"><a title="60个话题" target="_blank" href="oyjpgxqd.html">Shadowsocks (60)</a><a title="47个话题" target="_blank" href="meyy1poe.html">脚本 (47)</a><a title="45个话题" target="_blank" href="4y92q0ka.html">教程 (45)</a><a title="32个话题" target="_blank" href="g6hfu0lq.html">ShadowsocksR (32)</a><a title="30个话题" target="_blank" href="sgi86h8e.html">科学上网 (30)</a><a title="20个话题" target="_blank" href="8jt8-s05.html">shell (20)</a><a title="19个话题" target="_blank" href="tjolx2iu.html">VPS (19)</a><a title="18个话题" target="_blank" href="-hbe9vty.html">Linux (18)</a><a title="16个话题" target="_blank" href="cxrndpz0.html">VPN (16)</a><a title="11个话题" target="_blank" href="jeptq9ir.html">BT (11)</a><a title="10个话题" target="_blank" href="4tdyvzjl.html">磁力链接 (10)</a><a title="9个话题" target="_blank" href="xyx3p-8d.html">原创软件 (9)</a><a title="9个话题" target="_blank" href="4_30fwtg.html">端口转发 (9)</a><a title="9个话题" target="_blank" href="f5sdy8y0.html">百度云 (9)</a><a title="9个话题" target="_blank" href="nhe7u58y.html">Brook (9)</a><a title="8个话题" target="_blank" href="_2p4tau_.html">国内中转 (8)</a><a title="8个话题" target="_blank" href="7-nhh6os.html">反向代理 (8)</a><a title="8个话题" target="_blank" href="861-ooh8.html">百度网盘 (8)</a><a title="7个话题" target="_blank" href="yx4tsq_0.html">GoFlyway (7)</a><a title="7个话题" target="_blank" href="esul7bla.html">搬瓦工 (7)</a></div></div></aside></section>
<footer class="footer">
<div class="footer-inner">
<div class="copyright pull-left">
<a href="index.html" title="逗比根据地">逗比根据地</a> 版权所有,保留一切权利 · 基于 <a href="https://cn.wordpress.org/" target="_blank">WordPress</a> · <a href="vjer8vlp.html" target="_blank">欲思主题</a> © 2015-2018 </div>
<div class="trackcode pull-right">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "bk2yhbv_.js?8067e5ade532c4f3711b320f1e88f213";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72227254-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-72227254-1');
</script> </div>
</div>
</footer>
<div class="fk7d890-container fk7d890-1 fk7d890-hide">
<div class="fk7d890-body">
<span class="close-btn fa fa-times-circle"> </span>
<div class="fk7d890"></div>
</div>
</div><script type='text/javascript' src='s5igkt3b.js?ver=1.0'></script>
<script type='text/javascript' src='2hrvdolu.js?ver=4.8.1'></script>
<script type="text/javascript">
var open = false;
$(function () {
$("button[data-type='Widescreen']").on("click", function () {
if (!open) {
$(".sidebar").hide(); $(".content").animate({ marginRight: 0 }, 200);
} else {
$(".sidebar").show(); $(".content").animate({ marginRight: 370 }, 200);
}
open = !open;
})
})
if(document.body.scrollWidth < 768){
$(".hot-posts").hide();
}
</script>
<script>function lc_get_cookie(name) {var c = document.cookie;if (c.indexOf(name) != -1) {var x = c.indexOf(name)+name.length+1;var y = c.indexOf(";",x);if (y < 0) y = c.length;return decodeURIComponent(c.substring(x,y));} else return "";}if ((d = document.getElementById("commentform")) != null) { e = d.elements;var z = lc_get_cookie("comment_author_email_6971c5901860620dc711b8ea461af719");if (z != "") e["email"].value = z;z = lc_get_cookie("comment_author_6971c5901860620dc711b8ea461af719");if (z != "") e["author"].value = z.replace(/\+/g, " ");z = lc_get_cookie("comment_author_url_6971c5901860620dc711b8ea461af719");if (z != "") e["url"].value = z;}</script></body></html>