-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsteamcommunity_302.caddy.json
873 lines (776 loc) · 25.4 KB
/
steamcommunity_302.caddy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
https://steamcommunity.com:3092, www.steamcommunity.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://steamuserimages-a.akamaihd.net https://steamstore-a.akamaihd.net https://steamcommunity-a.akamaihd.net https://eaassets-a.akamaihd.net https://humblebundle-a.akamaihd.net https://steamcommunity-a.akamaihd.net {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host steamcommunity.com
#insecure_skip_verify
}
}
#http://:{8port0} {
#redir / https://{host}{uri} 302
#}
https://store.steampowered.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://steamuserimages-a.akamaihd.net https://steamstore-a.akamaihd.net https://steamcommunity-a.akamaihd.net https://eaassets-a.akamaihd.net https://humblebundle-a.akamaihd.net https://steamcommunity-a.akamaihd.net {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host store.steampowered.com
#insecure_skip_verify
}
}
https://api.steampowered.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://steamuserimages-a.akamaihd.net https://steamstore-a.akamaihd.net https://steamcommunity-a.akamaihd.net https://eaassets-a.akamaihd.net https://humblebundle-a.akamaihd.net https://steamcommunity-a.akamaihd.net {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host api.steampowered.com
#insecure_skip_verify
}
}
https://discordapp.com:3092 {
tls steamcommunity.crt steamcommunity.key {
protocols tls1.0 tls1.2
ciphers ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-ECDSA-WITH-CHACHA20-POLY1305 ECDHE-RSA-WITH-CHACHA20-POLY1305 ECDHE-RSA-AES256-CBC-SHA ECDHE-RSA-AES128-CBC-SHA ECDHE-ECDSA-AES256-CBC-SHA ECDHE-ECDSA-AES128-CBC-SHA RSA-AES256-CBC-SHA RSA-AES128-CBC-SHA ECDHE-RSA-3DES-EDE-CBC-SHA RSA-3DES-EDE-CBC-SHA
}
proxy / https://162.159.129.233 https://162.159.135.233 https://162.159.130.233 https://162.159.133.233 https://162.159.134.233 {
transparent
header_upstream Host discordapp.com
insecure_skip_verify
}
}
https://discord.com:3092 {
tls steamcommunity.crt steamcommunity.key {
protocols tls1.0 tls1.2
ciphers ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-ECDSA-WITH-CHACHA20-POLY1305 ECDHE-RSA-WITH-CHACHA20-POLY1305 ECDHE-RSA-AES256-CBC-SHA ECDHE-RSA-AES128-CBC-SHA ECDHE-ECDSA-AES256-CBC-SHA ECDHE-ECDSA-AES128-CBC-SHA RSA-AES256-CBC-SHA RSA-AES128-CBC-SHA ECDHE-RSA-3DES-EDE-CBC-SHA RSA-3DES-EDE-CBC-SHA
}
proxy /assets https://dldsassets.steam302.xyz {
transparent
header_upstream Host dldsassets.steam302.xyz
insecure_skip_verify
}
proxy / https://162.159.138.232 https://162.159.135.232 https://162.159.137.232 https://162.159.128.233 https://162.159.136.232 {
transparent
header_upstream Host discord.com
insecure_skip_verify
}
}
https://dl.discordapp.net:3092 {
tls steamcommunity.crt steamcommunity.key {
protocols tls1.0 tls1.2
ciphers ECDHE-ECDSA-AES256-GCM-SHA384 ECDHE-RSA-AES256-GCM-SHA384 ECDHE-ECDSA-AES128-GCM-SHA256 ECDHE-RSA-AES128-GCM-SHA256 ECDHE-ECDSA-WITH-CHACHA20-POLY1305 ECDHE-RSA-WITH-CHACHA20-POLY1305 ECDHE-RSA-AES256-CBC-SHA ECDHE-RSA-AES128-CBC-SHA ECDHE-ECDSA-AES256-CBC-SHA ECDHE-ECDSA-AES128-CBC-SHA RSA-AES256-CBC-SHA RSA-AES128-CBC-SHA ECDHE-RSA-3DES-EDE-CBC-SHA RSA-3DES-EDE-CBC-SHA
}
proxy / https://dlds.steam302.xyz/ {
transparent
header_upstream Host dlds.steam302.xyz
#insecure_skip_verify
}
}
#https://blog.discord.com:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://blgds.steam302.xyz {
# transparent
# header_upstream Host blgds.steam302.xyz
# insecure_skip_verify
# }
#}
#https://medium.com:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://memds.steam302.xyz {
# transparent
# header_upstream Host memds.steam302.xyz
# insecure_skip_verify
# }
#}
#https://gateway.discord.gg:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://gateway.discord.gg {
# transparent
# header_upstream Host {host}
# insecure_skip_verify
# }
#}
https://media.discordapp.net:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://162.159.133.232 https://162.159.134.232 https://162.159.129.232 https://162.159.130.232 https://162.159.128.232 {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://images-ext-2.discordapp.net:3092 {
tls steamcommunity.crt steamcommunity.key
redir / https://media.discordapp.net{uri} 302
}
https://images-ext-1.discordapp.net:3092 {
tls steamcommunity.crt steamcommunity.key
redir / https://media.discordapp.net{uri} 302
}
#https://discordcdn.com:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://162.159.138.233 https://162.159.128.234 https://162.159.137.233 https://162.159.129.234 https://162.159.136.233 {
# transparent
# header_upstream Host {host}
# #insecure_skip_verify
# }
#}
#https://support.discordapp.com:3092 https://support.discord.com:3092 https://safety.discord.com:3092 https://support-dev.discord.com:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://104.16.53.111 https://104.16.51.111 {
# transparent
# header_upstream Host {host}
# insecure_skip_verify
# }
#}
https://support.discord.com:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://supportds.steam302.xyz {
transparent
header_upstream Host supportds.steam302.xyz
insecure_skip_verify
}
}
https://safety.discord.com:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://safetyds.steam302.xyz {
transparent
header_upstream Host supportds.steam302.xyz
insecure_skip_verify
}
}
https://support-dev.discord.com:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://support-devds.steam302.xyz {
transparent
header_upstream Host support-devds.steam302.xyz
insecure_skip_verify
}
}
https://status.discord.com:3092 https://streamkit.discord.com:3092 https://feedback.discord.com:3092 https://click.discord.com:3092 https://pax.discord.com:3092 https://printer.discord.com:3092 https://ptb.discord.com:3092 https://canary.discord.com:3092 https://bugs.discord.com:3092 https://i18n.discord.com:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://162.159.135.232 https://162.159.136.232 https://162.159.137.232 https://162.159.138.232 https://162.159.128.233 {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://url9177.discordapp.com:3092 https://canary-api.discordapp.com:3092 https://cdn-ptb.discordapp.com:3092 https://ptb.discordapp.com:3092 https://status.discordapp.com:3092 https://cdn-canary.discordapp.com:3092 https://cdn.discordapp.com:3092 https://streamkit.discordapp.com:3092 https://i18n.discordapp.com:3092 https://url9624.discordapp.com:3092 https://url7195.discordapp.com:3092 https://merch.discordapp.com:3092 https://printer.discordapp.com:3092 https://canary.discordapp.com:3092 https://apps.discordapp.com:3092 https://pax.discordapp.com:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://162.159.133.233 https://162.159.129.233 https://162.159.130.233 https://162.159.134.233 https://162.159.135.233 {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://twitch.tv:3092 https://www.twitch.tv:3092 https://m.twitch.tv:3092 https://app.twitch.tv:3092 https://clips.twitch.tv:3092 https://gql.twitch.tv:3092 https://dashboard.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://twitch.map.fastly.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://irc-ws.chat.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://5a895ed07aed1b254ee21cd78958ae0b.steam302.xyz {
websocket
transparent
header_upstream Connection Upgrade
header_upstream Upgrade websocket
header_upstream Host irc-ws.chat.twitch.tv
insecure_skip_verify
}
}
https://irc-ws-r.chat.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://065f67277ae87878fffaa60519b3ee5c.steam302.xyz {
websocket
transparent
header_upstream Connection Upgrade
header_upstream Upgrade websocket
header_upstream Host irc-ws-r.chat.twitch.tv
insecure_skip_verify
}
}
https://vod-storyboards.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://dlifex0fg7ru9.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://vod-metro.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://d8t045al7vai0.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://music.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://d12b3e89c9703p.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://player.m7g.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://dnjmu7cm5xw9w.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://badges.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://dbc180c27b3635f9e5b006f3a037b87e.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://blog.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://d1x43om3304ey9.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://inspector.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://inspector-prod.us-west-2.elasticbeanstalk.com {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://stream.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://dhh9xuj2tu7k9.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://dev.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://d205b01qzi0xib.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
#notwork
https://spade.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://6d7b94f6a3142075c6e14f949daff580.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://vod-secure.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://ds0h3roq6wcgc.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
#notwork
https://trowel.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://e320c9db4f90dd219ab379f6a5e50dbd.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://countess.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://a22ea2da0e1c896a46c16a51f3eb16f4.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://extension-files.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://d36mepituis1gg.cloudfront.net {
transparent
header_upstream Host extension-files.twitch.tv
insecure_skip_verify
}
}
https://help.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://apply.cisabroad.com {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://brand.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://d2g064yykcu7rs.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://assets.help.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://ashelpttv.steam302.xyz {
transparent
header_upstream Host ashelpttv.steam302.xyz
insecure_skip_verify
}
}
https://passport.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://c3ad68a16f66bff24e2d82595bd240a1.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://id.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://2973c6ca0e111662ed293b57dbae9fbf.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
#notwork
#https://link.twitch.tv:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://985a89155dd090eacda1b82388e334ed.steam302.xyz {
# transparent
# header_upstream Host {host}
# insecure_skip_verify
# }
#}
https://id-cdn.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://idcdnttv.steam302.xyz {
transparent
header_upstream Host idcdnttv.steam302.xyz
insecure_skip_verify
}
}
https://player.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://1d23669ea58a590fd66d9204d4301563.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://api.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://twitch.map.fastly.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://cvp.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://e9221.i.akamaiedge.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
#notwork
#https://clips-media-assets2.twitch.tv:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://d2xmjdvx03ij56.cloudfront.net {
# transparent
# header_upstream Host {host}
# insecure_skip_verify
# }
#}
https://gds-vhs-drops-campaign-images.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://d21oyt3pkiffdb.cloudfront.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://us-west-2.uploads-regional.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://2f16aa2ed3889461cd1076540300a6b3.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
#notwork
#https://assets.help.twitch.tv:3092 {
#tls steamcommunity.crt steamcommunity.key
# proxy / https://6d859be7aa0440f65c8a940ef5218337.steam302.xyz {
# transparent
# header_upstream Host {host}
# insecure_skip_verify
# }
#}
https://discuss.dev.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://522c432cc10e237a02fa1d6481d7d247.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://safety.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://accessibility.acapqa.net {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://ingest.twitch.tv:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://b3d696173d52b66e1caab6145cb5058b.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://usher.ttvnw.net:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / http://usher.steam302.xyz {
transparent
header_upstream Host {host}
insecure_skip_verify
header_upstream -X-Forwarded-For
header_downstream -X-Forwarded-For
header_upstream -X-Real-IP
header_downstream -X-Real-IP
}
}
https://steamcdn-a.akamaihd.net:3092 https://cdn.akamai.steamstatic.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://steamuserimages-a.akamaihd.net https://steamstore-a.akamaihd.net https://steamcommunity-a.akamaihd.net https://steampipe.akamaized.net https://eaassets-a.akamaihd.net https://humblebundle-a.akamaihd.net https://steamcommunity-a.akamaihd.net {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host steamcdn-a.akamaihd.net
#insecure_skip_verify
}
}
https://origin-a.akamaihd.net:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / http://cctv4-lh.akamaihd.net http://moviesok-i.akamaihd.net http://vluki-a.akamaihd.net http://hgtv-i.akamaihd.net http://toots-a.akamaihd.net {
policy random
fail_timeout 0s
timeout 3s
#transparent
header_upstream Host origin-a.akamaihd.net
header_upstream -X-Forwarded-For
header_downstream -X-Forwarded-For
}
}
https://static3.cdn.ubi.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://static.cdn.ubi.com {
fail_timeout 5s
timeout 30s
transparent
header_upstream Host static3.cdn.ubi.com
insecure_skip_verify
}
}
https://www.google.com:3092/recaptcha {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
redir / https://www.recaptcha.net{uri}
}
https://www.google.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
proxy / https://google.com {
fail_timeout 5s
timeout 30s
transparent
header_upstream Host www.google.com
}
}
https://steam-chat.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://steamuserimages-a.akamaihd.net https://steamstore-a.akamaihd.net https://steamcommunity-a.akamaihd.net https://eaassets-a.akamaihd.net https://humblebundle-a.akamaihd.net https://steamcommunity-a.akamaihd.net {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host steam-chat.com
#insecure_skip_verify
}
}
https://hb.imgix.net:3092 https://fanatical.imgix.net:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://imgix.map.fastly.net {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://mod.io:3092 https://*.mod.io:3092 {
tls steamcommunity.crt steamcommunity.key
rewrite {
to /302{host}{uri}
}
proxy / https://m0di0.steam302.xyz {
transparent
header_upstream Host m0di0.steam302.xyz
insecure_skip_verify
}
}
https://gist.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghgist.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://api.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghapi.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://github.com:3092 https://www.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://gh.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://raw.githubusercontent.com:3092 https://raw.github.com:3092 https://camo.githubusercontent.com:3092 https://cloud.githubusercontent.com:3092 https://avatars.githubusercontent.com:3092 https://avatars0.githubusercontent.com:3092 https://avatars1.githubusercontent.com:3092 https://avatars2.githubusercontent.com:3092 https://avatars3.githubusercontent.com:3092 https://user-images.githubusercontent.com:3092 https://github-releases.githubusercontent.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghraw.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://assets-cdn.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghassets.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://github.githubassets.com:3092 https://help.github.com:3092 https://docs.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://gh154.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://codeload.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghcload.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://*.github.io:3092 https://www.github.io:3092 https://github.io:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghio.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://pages.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghps.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://services.github.com:3092 https://resources.github.com:3092 https://developer.github.com:3092 https://partner.github.com:3092 https://desktop.github.com:3092 https://guides.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghps.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://support.github.com:3092 https://education.github.com:3092 https://enterprise.github.com:3092 https://lab.github.com:3092 https://classroom.github.com:3092 https://central.github.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://gh140.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://desktop.githubusercontent.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://ghdesk.steam302.xyz {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host {host}
insecure_skip_verify
}
}
https://images-eds.xboxlive.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://steamuserimages-a.akamaihd.net https://steamstore-a.akamaihd.net https://steamcommunity-a.akamaihd.net https://eaassets-a.akamaihd.net https://humblebundle-a.akamaihd.net https://steamcommunity-a.akamaihd.net {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host images-eds.xboxlive.com
#insecure_skip_verify
}
}
https://store-images.s-microsoft.com:3092 {
#tls self_signed
tls steamcommunity.crt steamcommunity.key
# default/catchall
proxy / https://store-images.microsoft.com {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host store-images.s-microsoft.com
#insecure_skip_verify
}
}
https://api1.origin.com:3092 {
tls steamcommunity.crt steamcommunity.key
rewrite {
if {uri} not_has "cdnOverride"
if {path} starts_with "/ecommerce2/downloadURL"
to {uri}&cdnOverride=akamai
}
proxy / https://api2.origin.com/ {
transparent
header_upstream Host api1.origin.com
#insecure_skip_verify
}
}
https://onedrive.live.com:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://13.107.42.13 {
transparent
header_upstream Host onedrive.live.com
insecure_skip_verify
}
}
https://skyapi.onedrive.live.com:3092 {
tls steamcommunity.crt steamcommunity.key
proxy / https://131.253.14.227 https://131.253.14.229 https://40.90.136.179 https://13.105.28.48 https://40.90.136.180 https://157.55.109.228 https://40.90.136.163 https://131.253.14.230 https://40.90.128.17 https://40.90.142.226 https://13.105.28.32 https://104.44.88.24 https://40.90.133.97 https://13.104.208.162 https://157.55.109.230 https://13.104.208.160 https://13.105.28.1 https://104.44.88.28 https://157.55.109.232 https://40.90.133.112 https://40.79.207.82 https://40.90.136.20 {
policy random
fail_timeout 5s
timeout 30s
transparent
header_upstream Host skyapi.onedrive.live.com
insecure_skip_verify
}
}