Skip to content

Commit a59acf7

Browse files
[bot] updates psl from upstream (#36)
Co-authored-by: ju1ius <ju1ius@users.noreply.github.com>
1 parent 1e8545a commit a59acf7

File tree

2 files changed

+78
-6
lines changed

2 files changed

+78
-6
lines changed

src/Resources/psl.dafsa

189 Bytes
Binary file not shown.

src/Resources/psl.php

+78-6
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@
257257
'vercel' => 9,
258258
'web' => 9,
259259
'wnext' => 9,
260+
'zeabur' => 9,
260261
]),
261262
'apple' => 1,
262263
'aq' => 1,
@@ -406,10 +407,12 @@
406407
'studio' => 9,
407408
]),
408409
'ap-northeast-1' => new Node(0, [
410+
'labeling' => 9,
409411
'notebook' => 9,
410412
'studio' => 9,
411413
]),
412414
'ap-northeast-2' => new Node(0, [
415+
'labeling' => 9,
413416
'notebook' => 9,
414417
'studio' => 9,
415418
]),
@@ -418,17 +421,20 @@
418421
'studio' => 9,
419422
]),
420423
'ap-south-1' => new Node(0, [
424+
'labeling' => 9,
421425
'notebook' => 9,
422426
'studio' => 9,
423427
]),
424428
'ap-south-2' => new Node(0, [
425429
'notebook' => 9,
426430
]),
427431
'ap-southeast-1' => new Node(0, [
432+
'labeling' => 9,
428433
'notebook' => 9,
429434
'studio' => 9,
430435
]),
431436
'ap-southeast-2' => new Node(0, [
437+
'labeling' => 9,
432438
'notebook' => 9,
433439
'studio' => 9,
434440
]),
@@ -440,6 +446,7 @@
440446
'notebook' => 9,
441447
]),
442448
'ca-central-1' => new Node(0, [
449+
'labeling' => 9,
443450
'notebook' => 9,
444451
'notebook-fips' => 9,
445452
'studio' => 9,
@@ -449,6 +456,7 @@
449456
'notebook-fips' => 9,
450457
]),
451458
'eu-central-1' => new Node(0, [
459+
'labeling' => 9,
452460
'notebook' => 9,
453461
'studio' => 9,
454462
]),
@@ -465,12 +473,15 @@
465473
]),
466474
'eu-south-2' => new Node(0, [
467475
'notebook' => 9,
476+
'studio' => 9,
468477
]),
469478
'eu-west-1' => new Node(0, [
479+
'labeling' => 9,
470480
'notebook' => 9,
471481
'studio' => 9,
472482
]),
473483
'eu-west-2' => new Node(0, [
484+
'labeling' => 9,
474485
'notebook' => 9,
475486
'studio' => 9,
476487
]),
@@ -495,11 +506,13 @@
495506
'studio' => 9,
496507
]),
497508
'us-east-1' => new Node(0, [
509+
'labeling' => 9,
498510
'notebook' => 9,
499511
'notebook-fips' => 9,
500512
'studio' => 9,
501513
]),
502514
'us-east-2' => new Node(0, [
515+
'labeling' => 9,
503516
'notebook' => 9,
504517
'notebook-fips' => 9,
505518
'studio' => 9,
@@ -518,9 +531,11 @@
518531
]),
519532
'us-west-1' => new Node(0, [
520533
'notebook' => 9,
534+
'notebook-fips' => 9,
521535
'studio' => 9,
522536
]),
523537
'us-west-2' => new Node(0, [
538+
'labeling' => 9,
524539
'notebook' => 9,
525540
'notebook-fips' => 9,
526541
'studio' => 9,
@@ -1062,6 +1077,7 @@
10621077
'barsy' => 9,
10631078
'bc' => 1,
10641079
'blogspot' => 9,
1080+
'box' => 9,
10651081
'co' => 9,
10661082
'gc' => 1,
10671083
'mb' => 1,
@@ -1117,6 +1133,7 @@
11171133
'cbn' => 1,
11181134
'cbre' => 1,
11191135
'cc' => new Node(1, [
1136+
'cleverapps' => 9,
11201137
'cloudns' => 9,
11211138
'csx' => 9,
11221139
'fantasyleague' => 9,
@@ -1255,6 +1272,7 @@
12551272
'kuleuven' => 9,
12561273
'linkyard' => 9,
12571274
'magentosite' => 10,
1275+
'observablehq' => 9,
12581276
'on-rancher' => 10,
12591277
'onstackit' => new Node(0, [
12601278
'runs' => 9,
@@ -1529,6 +1547,8 @@
15291547
's3-website' => 9,
15301548
]),
15311549
'airflow' => new Node(0, [
1550+
'af-south-1' => 10,
1551+
'ap-east-1' => 10,
15321552
'ap-northeast-1' => 10,
15331553
'ap-northeast-2' => 10,
15341554
'ap-south-1' => 10,
@@ -1537,12 +1557,15 @@
15371557
'ca-central-1' => 10,
15381558
'eu-central-1' => 10,
15391559
'eu-north-1' => 10,
1560+
'eu-south-1' => 10,
15401561
'eu-west-1' => 10,
15411562
'eu-west-2' => 10,
15421563
'eu-west-3' => 10,
1564+
'me-south-1' => 10,
15431565
'sa-east-1' => 10,
15441566
'us-east-1' => 10,
15451567
'us-east-2' => 10,
1568+
'us-west-1' => 10,
15461569
'us-west-2' => 10,
15471570
]),
15481571
'ap-east-1' => new Node(0, [
@@ -1662,6 +1685,9 @@
16621685
's3' => 9,
16631686
's3-accesspoint' => 9,
16641687
]),
1688+
'emrappui-prod' => 9,
1689+
'emrnotebooks-prod' => 9,
1690+
'emrstudio-prod' => 9,
16651691
'execute-api' => 9,
16661692
's3' => 9,
16671693
's3-accesspoint' => 9,
@@ -1733,6 +1759,9 @@
17331759
's3' => 9,
17341760
's3-accesspoint' => 9,
17351761
]),
1762+
'emrappui-prod' => 9,
1763+
'emrnotebooks-prod' => 9,
1764+
'emrstudio-prod' => 9,
17361765
'execute-api' => 9,
17371766
's3' => 9,
17381767
's3-accesspoint' => 9,
@@ -1773,6 +1802,9 @@
17731802
's3-fips' => 9,
17741803
's3-website' => 9,
17751804
]),
1805+
'emrappui-prod' => 9,
1806+
'emrnotebooks-prod' => 9,
1807+
'emrstudio-prod' => 9,
17761808
'execute-api' => 9,
17771809
's3' => 9,
17781810
's3-accesspoint' => 9,
@@ -1811,6 +1843,9 @@
18111843
's3' => 9,
18121844
's3-accesspoint' => 9,
18131845
]),
1846+
'emrappui-prod' => 9,
1847+
'emrnotebooks-prod' => 9,
1848+
'emrstudio-prod' => 9,
18141849
'execute-api' => 9,
18151850
's3' => 9,
18161851
's3-accesspoint' => 9,
@@ -1865,6 +1900,9 @@
18651900
's3' => 9,
18661901
's3-accesspoint' => 9,
18671902
]),
1903+
'emrappui-prod' => 9,
1904+
'emrnotebooks-prod' => 9,
1905+
'emrstudio-prod' => 9,
18681906
'execute-api' => 9,
18691907
's3' => 9,
18701908
's3-accesspoint' => 9,
@@ -1949,6 +1987,9 @@
19491987
's3' => 9,
19501988
's3-accesspoint' => 9,
19511989
]),
1990+
'emrappui-prod' => 9,
1991+
'emrnotebooks-prod' => 9,
1992+
'emrstudio-prod' => 9,
19521993
'execute-api' => 9,
19531994
's3' => 9,
19541995
's3-accesspoint' => 9,
@@ -2213,6 +2254,9 @@
22132254
'ap-south-1' => new Node(0, [
22142255
'auth' => 9,
22152256
]),
2257+
'ap-south-2' => new Node(0, [
2258+
'auth' => 9,
2259+
]),
22162260
'ap-southeast-1' => new Node(0, [
22172261
'auth' => 9,
22182262
]),
@@ -2222,18 +2266,27 @@
22222266
'ap-southeast-3' => new Node(0, [
22232267
'auth' => 9,
22242268
]),
2269+
'ap-southeast-4' => new Node(0, [
2270+
'auth' => 9,
2271+
]),
22252272
'ca-central-1' => new Node(0, [
22262273
'auth' => 9,
22272274
]),
22282275
'eu-central-1' => new Node(0, [
22292276
'auth' => 9,
22302277
]),
2278+
'eu-central-2' => new Node(0, [
2279+
'auth' => 9,
2280+
]),
22312281
'eu-north-1' => new Node(0, [
22322282
'auth' => 9,
22332283
]),
22342284
'eu-south-1' => new Node(0, [
22352285
'auth' => 9,
22362286
]),
2287+
'eu-south-2' => new Node(0, [
2288+
'auth' => 9,
2289+
]),
22372290
'eu-west-1' => new Node(0, [
22382291
'auth' => 9,
22392292
]),
@@ -2246,6 +2299,9 @@
22462299
'il-central-1' => new Node(0, [
22472300
'auth' => 9,
22482301
]),
2302+
'me-central-1' => new Node(0, [
2303+
'auth' => 9,
2304+
]),
22492305
'me-south-1' => new Node(0, [
22502306
'auth' => 9,
22512307
]),
@@ -2286,6 +2342,7 @@
22862342
'authgear-staging' => 9,
22872343
'authgearapps' => 9,
22882344
'awsapprunner' => 10,
2345+
'awsapps' => 9,
22892346
'awsglobalaccelerator' => 9,
22902347
'awsmppl' => 9,
22912348
'balena-devices' => 9,
@@ -2310,6 +2367,9 @@
23102367
'cechire' => 9,
23112368
'cf-ipfs' => 9,
23122369
'ciscofreak' => 9,
2370+
'clever-cloud' => new Node(0, [
2371+
'services' => 10,
2372+
]),
23132373
'cloudcontrolapp' => 9,
23142374
'cloudcontrolled' => 9,
23152375
'cloudflare-ipfs' => 9,
@@ -2605,9 +2665,6 @@
26052665
'linodeusercontent' => new Node(0, [
26062666
'ip' => 9,
26072667
]),
2608-
'lmpm' => new Node(0, [
2609-
'app' => 9,
2610-
]),
26112668
'logoip' => 9,
26122669
'loseyourip' => 9,
26132670
'lpusercontent' => 9,
@@ -3102,6 +3159,7 @@
31023159
'vercel' => 9,
31033160
'webhare' => 10,
31043161
'workers' => 9,
3162+
'xmit' => 9,
31053163
]),
31063164
'dhl' => 1,
31073165
'diamonds' => 1,
@@ -3444,6 +3502,7 @@
34443502
'game' => 1,
34453503
'games' => new Node(1, [
34463504
'pley' => 9,
3505+
'sheezy' => 9,
34473506
]),
34483507
'gap' => 1,
34493508
'garden' => 1,
@@ -3694,6 +3753,9 @@
36943753
'how' => 1,
36953754
'hr' => new Node(1, [
36963755
'blogspot' => 9,
3756+
'brendly' => new Node(0, [
3757+
'shop' => 9,
3758+
]),
36973759
'com' => 1,
36983760
'free' => 9,
36993761
'from' => 1,
@@ -3954,7 +4016,6 @@
39544016
'forgerock' => new Node(0, [
39554017
'id' => 9,
39564018
]),
3957-
'ghost' => 9,
39584019
'github' => 9,
39594020
'gitlab' => 9,
39604021
'hasura-app' => 9,
@@ -8738,6 +8799,7 @@
87388799
'bialowieza' => 1,
87398800
'bialystok' => 1,
87408801
'bielawa' => 1,
8802+
'bielsko' => 9,
87418803
'bieszczady' => 1,
87428804
'biz' => 1,
87438805
'boleslawiec' => 1,
@@ -9245,6 +9307,10 @@
92459307
'repl' => 9,
92469308
'servers' => 9,
92479309
'stackit' => 9,
9310+
'val' => new Node(0, [
9311+
'express' => 9,
9312+
'web' => 9,
9313+
]),
92489314
'wix' => 9,
92499315
]),
92509316
'rw' => new Node(1, [
@@ -9459,6 +9525,7 @@
94599525
'lelux' => 9,
94609526
'loginline' => 9,
94619527
'mintere' => 9,
9528+
'notion' => 9,
94629529
'novecore' => 9,
94639530
'omniwe' => 9,
94649531
'opensocial' => 9,
@@ -9684,7 +9751,9 @@
96849751
'discourse' => 9,
96859752
'jelastic' => 9,
96869753
]),
9687-
'tech' => 1,
9754+
'tech' => new Node(1, [
9755+
'cleverapps' => 9,
9756+
]),
96889757
'technology' => new Node(1, [
96899758
'co' => 9,
96909759
]),
@@ -10253,6 +10322,7 @@
1025310322
'k12' => 1,
1025410323
'lib' => 1,
1025510324
]),
10325+
'ngo' => 9,
1025610326
'nh' => new Node(1, [
1025710327
'cc' => 1,
1025810328
'k12' => 1,
@@ -10539,7 +10609,9 @@
1053910609
'vinhphuc' => 1,
1054010610
'yenbai' => 1,
1054110611
]),
10542-
'vodka' => 1,
10612+
'vodka' => new Node(1, [
10613+
'aaa' => 9,
10614+
]),
1054310615
'volvo' => 1,
1054410616
'vote' => 1,
1054510617
'voting' => 1,

0 commit comments

Comments
 (0)