From 9b08fa52ca51a53a5b3d376f65f799e6934b9e96 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Mon, 19 Aug 2024 14:03:03 -0400 Subject: [PATCH] Update public suffix list (#7672) Updates: github.com/weppos/publicsuffix-go from v0.30.3-0.20240510084413-5f1d03393b3d to v0.40.3-0.20240815124645-a8ed110559c9 golang.org/x/crypto from v0.24.0 to v0.26.0 golang.org/x/net from v0.26.0 to v0.28.0 golang.org/x/sync from v0.7.0 to v0.8.0 golang.org/x/term from v0.21.0 to v0.23.0 golang.org/x/text from v0.16.0 to v0.17.0 golang.org/x/sys from v0.21.0 to v0.23.0 --- go.mod | 14 +- go.sum | 40 +- .../publicsuffix/publicsuffix.go | 45 +- .../publicsuffix-go/publicsuffix/rules.go | 1117 +++++++++-------- vendor/golang.org/x/crypto/LICENSE | 4 +- .../x/crypto/cryptobyte/asn1/asn1.go | 2 +- .../golang.org/x/crypto/cryptobyte/string.go | 2 +- vendor/golang.org/x/crypto/ed25519/ed25519.go | 4 +- vendor/golang.org/x/crypto/ocsp/ocsp.go | 2 +- vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go | 2 +- vendor/golang.org/x/net/LICENSE | 4 +- vendor/golang.org/x/net/http2/transport.go | 4 - vendor/golang.org/x/sync/LICENSE | 4 +- vendor/golang.org/x/sys/LICENSE | 4 +- vendor/golang.org/x/sys/unix/mkerrors.sh | 1 + vendor/golang.org/x/sys/unix/mremap.go | 5 + .../golang.org/x/sys/unix/syscall_darwin.go | 24 + vendor/golang.org/x/sys/unix/syscall_linux.go | 1 + .../golang.org/x/sys/unix/syscall_openbsd.go | 1 + vendor/golang.org/x/sys/unix/syscall_unix.go | 9 + .../x/sys/unix/zerrors_darwin_amd64.go | 5 + .../x/sys/unix/zerrors_darwin_arm64.go | 5 + vendor/golang.org/x/sys/unix/zerrors_linux.go | 38 +- .../x/sys/unix/zerrors_linux_386.go | 2 + .../x/sys/unix/zerrors_linux_amd64.go | 2 + .../x/sys/unix/zerrors_linux_arm.go | 2 + .../x/sys/unix/zerrors_linux_arm64.go | 2 + .../x/sys/unix/zerrors_linux_loong64.go | 2 + .../x/sys/unix/zerrors_linux_mips.go | 2 + .../x/sys/unix/zerrors_linux_mips64.go | 2 + .../x/sys/unix/zerrors_linux_mips64le.go | 2 + .../x/sys/unix/zerrors_linux_mipsle.go | 2 + .../x/sys/unix/zerrors_linux_ppc.go | 2 + .../x/sys/unix/zerrors_linux_ppc64.go | 2 + .../x/sys/unix/zerrors_linux_ppc64le.go | 2 + .../x/sys/unix/zerrors_linux_riscv64.go | 2 + .../x/sys/unix/zerrors_linux_s390x.go | 2 + .../x/sys/unix/zerrors_linux_sparc64.go | 2 + .../x/sys/unix/zsyscall_darwin_amd64.go | 81 ++ .../x/sys/unix/zsyscall_darwin_amd64.s | 20 + .../x/sys/unix/zsyscall_darwin_arm64.go | 81 ++ .../x/sys/unix/zsyscall_darwin_arm64.s | 20 + .../golang.org/x/sys/unix/zsyscall_linux.go | 16 + .../x/sys/unix/zsyscall_openbsd_386.go | 24 + .../x/sys/unix/zsyscall_openbsd_386.s | 5 + .../x/sys/unix/zsyscall_openbsd_amd64.go | 24 + .../x/sys/unix/zsyscall_openbsd_amd64.s | 5 + .../x/sys/unix/zsyscall_openbsd_arm.go | 24 + .../x/sys/unix/zsyscall_openbsd_arm.s | 5 + .../x/sys/unix/zsyscall_openbsd_arm64.go | 24 + .../x/sys/unix/zsyscall_openbsd_arm64.s | 5 + .../x/sys/unix/zsyscall_openbsd_mips64.go | 24 + .../x/sys/unix/zsyscall_openbsd_mips64.s | 5 + .../x/sys/unix/zsyscall_openbsd_ppc64.go | 24 + .../x/sys/unix/zsyscall_openbsd_ppc64.s | 6 + .../x/sys/unix/zsyscall_openbsd_riscv64.go | 24 + .../x/sys/unix/zsyscall_openbsd_riscv64.s | 5 + .../x/sys/unix/zsysnum_linux_386.go | 1 + .../x/sys/unix/zsysnum_linux_amd64.go | 1 + .../x/sys/unix/zsysnum_linux_arm.go | 1 + .../x/sys/unix/zsysnum_linux_arm64.go | 1 + .../x/sys/unix/zsysnum_linux_loong64.go | 1 + .../x/sys/unix/zsysnum_linux_mips.go | 1 + .../x/sys/unix/zsysnum_linux_mips64.go | 1 + .../x/sys/unix/zsysnum_linux_mips64le.go | 1 + .../x/sys/unix/zsysnum_linux_mipsle.go | 1 + .../x/sys/unix/zsysnum_linux_ppc.go | 1 + .../x/sys/unix/zsysnum_linux_ppc64.go | 1 + .../x/sys/unix/zsysnum_linux_ppc64le.go | 1 + .../x/sys/unix/zsysnum_linux_riscv64.go | 1 + .../x/sys/unix/zsysnum_linux_s390x.go | 1 + .../x/sys/unix/zsysnum_linux_sparc64.go | 1 + vendor/golang.org/x/sys/unix/ztypes_linux.go | 7 +- .../x/sys/windows/security_windows.go | 24 +- .../x/sys/windows/syscall_windows.go | 12 +- .../golang.org/x/sys/windows/types_windows.go | 27 +- .../x/sys/windows/zsyscall_windows.go | 42 + vendor/golang.org/x/term/LICENSE | 4 +- vendor/golang.org/x/text/LICENSE | 4 +- vendor/modules.txt | 16 +- 80 files changed, 1313 insertions(+), 627 deletions(-) diff --git a/go.mod b/go.mod index 4eb1e56d3c7..d851596acd1 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/redis/go-redis/extra/redisotel/v9 v9.5.3 github.com/redis/go-redis/v9 v9.5.3 github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 - github.com/weppos/publicsuffix-go v0.30.3-0.20240510084413-5f1d03393b3d + github.com/weppos/publicsuffix-go v0.40.3-0.20240815124645-a8ed110559c9 github.com/zmap/zcrypto v0.0.0-20231219022726-a1f61fb1661c github.com/zmap/zlint/v3 v3.6.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 @@ -36,12 +36,12 @@ require ( go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 go.opentelemetry.io/otel/sdk v1.27.0 go.opentelemetry.io/otel/trace v1.27.0 - golang.org/x/crypto v0.24.0 + golang.org/x/crypto v0.26.0 golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 - golang.org/x/net v0.26.0 - golang.org/x/sync v0.7.0 - golang.org/x/term v0.21.0 - golang.org/x/text v0.16.0 + golang.org/x/net v0.28.0 + golang.org/x/sync v0.8.0 + golang.org/x/term v0.23.0 + golang.org/x/text v0.17.0 google.golang.org/grpc v1.64.1 google.golang.org/protobuf v1.34.1 gopkg.in/yaml.v3 v3.0.1 @@ -84,7 +84,7 @@ require ( go.opentelemetry.io/otel/metric v1.27.0 // indirect go.opentelemetry.io/proto/otlp v1.2.0 // indirect golang.org/x/mod v0.18.0 // indirect - golang.org/x/sys v0.21.0 // indirect + golang.org/x/sys v0.23.0 // indirect golang.org/x/tools v0.22.0 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5 // indirect diff --git a/go.sum b/go.sum index a8b73d0c38d..3eaedd613ab 100644 --- a/go.sum +++ b/go.sum @@ -250,8 +250,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1 github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/weppos/publicsuffix-go v0.13.0/go.mod h1:z3LCPQ38eedDQSwmsSRW4Y7t2L8Ln16JPQ02lHAdn5k= github.com/weppos/publicsuffix-go v0.30.2-0.20230730094716-a20f9abcc222/go.mod h1:s41lQh6dIsDWIC1OWh7ChWJXLH0zkJ9KHZVqA7vHyuQ= -github.com/weppos/publicsuffix-go v0.30.3-0.20240510084413-5f1d03393b3d h1:q80YKUcDWRNvvQcziH63e3ammTWARwrhohBCunHaYAg= -github.com/weppos/publicsuffix-go v0.30.3-0.20240510084413-5f1d03393b3d/go.mod h1:vLdXKydr/OJssAXmjY0XBgLXUfivBMrNRIBljgtqCnw= +github.com/weppos/publicsuffix-go v0.40.3-0.20240815124645-a8ed110559c9 h1:4pH9wXOWQdW8kVMJ8P/kxbuxJKR+iNvDeC8zEVLy7eM= +github.com/weppos/publicsuffix-go v0.40.3-0.20240815124645-a8ed110559c9/go.mod h1:o4XOb/pL91sSlesP+I2Xcp38P4/emRvDF6N6xUWvwzg= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -300,11 +300,12 @@ golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9/go.mod h1:jdWPYTVW3xRLrWP golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= +golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc= golang.org/x/crypto v0.17.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4= golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= -golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI= -golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM= +golang.org/x/crypto v0.26.0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw= +golang.org/x/crypto v0.26.0/go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54= golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 h1:hNQpMuAJe5CtcUqCXaWga3FHu+kQvCqcsoVaQgSV60o= golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3/go.mod h1:idGWGoKP1toJGkd5/ig9ZLuPcZBC3ewk7SzmH0uou08= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -312,6 +313,9 @@ golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHl golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= +golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/mod v0.18.0 h1:5+9lSbEzPSdWkH32vYPBwEpX8KwDbM52Ud9xBUvNlb0= golang.org/x/mod v0.18.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -331,10 +335,11 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= +golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ= -golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE= +golang.org/x/net v0.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE= +golang.org/x/net v0.28.0/go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -345,8 +350,11 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= +golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ= +golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -369,11 +377,13 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= -golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM= +golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= @@ -381,11 +391,12 @@ golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.10.0/go.mod h1:lpqdcUyK/oCiQxvxVrppt5ggO2KCZ5QblwqPnfZ6d5o= +golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU= golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0= golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= -golang.org/x/term v0.21.0 h1:WVXCp+/EBEHOj53Rvu+7KiT/iElMrO8ACK16SMZ3jaA= -golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0= +golang.org/x/term v0.23.0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU= +golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= @@ -395,10 +406,11 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= +golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= -golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= -golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= +golang.org/x/text v0.17.0 h1:XtiM5bkSOt+ewxlOE/aE/AKEHibwj/6gvWMl9Rsh0Qc= +golang.org/x/text v0.17.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -408,6 +420,8 @@ golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20200313205530-4303120df7d8/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58= +golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA= golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/vendor/github.com/weppos/publicsuffix-go/publicsuffix/publicsuffix.go b/vendor/github.com/weppos/publicsuffix-go/publicsuffix/publicsuffix.go index 199be688dc6..1df47d70181 100644 --- a/vendor/github.com/weppos/publicsuffix-go/publicsuffix/publicsuffix.go +++ b/vendor/github.com/weppos/publicsuffix-go/publicsuffix/publicsuffix.go @@ -20,7 +20,7 @@ const ( // Version identifies the current library version. // This is a pro forma convention given that Go dependencies // tends to be fetched directly from the repo. - Version = "0.30.2" + Version = "0.40.2" // NormalType represents a normal rule such as "com" NormalType = 1 @@ -270,11 +270,11 @@ func MustNewRule(content string) *Rule { // Match checks if the rule matches the name. // // A domain name is said to match a rule if and only if all of the following conditions are met: -// - When the domain and rule are split into corresponding labels, -// that the domain contains as many or more labels than the rule. -// - Beginning with the right-most labels of both the domain and the rule, -// and continuing for all labels in the rule, one finds that for every pair, -// either they are identical, or that the label from the rule is "*". +// - When the domain and rule are split into corresponding labels, +// that the domain contains as many or more labels than the rule. +// - Beginning with the right-most labels of both the domain and the rule, +// and continuing for all labels in the rule, one finds that for every pair, +// either they are identical, or that the label from the rule is "*". // // See https://publicsuffix.org/list/ func (r *Rule) Match(name string) bool { @@ -356,11 +356,10 @@ type DomainName struct { // // Examples: // -// DomainName{"com", "example"}.String() +// DomainName{"com", "example"}.String() // // example.com -// DomainName{"com", "example", "www"}.String() +// DomainName{"com", "example", "www"}.String() // // www.example.com -// func (d *DomainName) String() string { switch { case d.TLD == "": @@ -379,13 +378,12 @@ func (d *DomainName) String() string { // // Examples: // -// publicsuffix.Domain("example.com") +// publicsuffix.Domain("example.com") // // example.com -// publicsuffix.Domain("www.example.com") +// publicsuffix.Domain("www.example.com") // // example.com -// publicsuffix.Domain("www.example.co.uk") +// publicsuffix.Domain("www.example.co.uk") // // example.co.uk -// func Domain(name string) (string, error) { return DomainFromListWithOptions(DefaultList, name, DefaultFindOptions) } @@ -398,13 +396,12 @@ func Domain(name string) (string, error) { // // list := NewList() // -// publicsuffix.Parse("example.com") +// publicsuffix.Parse("example.com") // // &DomainName{"com", "example"} -// publicsuffix.Parse("www.example.com") +// publicsuffix.Parse("www.example.com") // // &DomainName{"com", "example", "www"} -// publicsuffix.Parse("www.example.co.uk") +// publicsuffix.Parse("www.example.co.uk") // // &DomainName{"co.uk", "example"} -// func Parse(name string) (*DomainName, error) { return ParseFromListWithOptions(DefaultList, name, DefaultFindOptions) } @@ -416,13 +413,12 @@ func Parse(name string) (*DomainName, error) { // // list := NewList() // -// publicsuffix.DomainFromListWithOptions(list, "example.com") +// publicsuffix.DomainFromListWithOptions(list, "example.com") // // example.com -// publicsuffix.DomainFromListWithOptions(list, "www.example.com") +// publicsuffix.DomainFromListWithOptions(list, "www.example.com") // // example.com -// publicsuffix.DomainFromListWithOptions(list, "www.example.co.uk") +// publicsuffix.DomainFromListWithOptions(list, "www.example.co.uk") // // example.co.uk -// func DomainFromListWithOptions(l *List, name string, options *FindOptions) (string, error) { dn, err := ParseFromListWithOptions(l, name, options) if err != nil { @@ -439,13 +435,12 @@ func DomainFromListWithOptions(l *List, name string, options *FindOptions) (stri // // list := NewList() // -// publicsuffix.ParseFromListWithOptions(list, "example.com") +// publicsuffix.ParseFromListWithOptions(list, "example.com") // // &DomainName{"com", "example"} -// publicsuffix.ParseFromListWithOptions(list, "www.example.com") +// publicsuffix.ParseFromListWithOptions(list, "www.example.com") // // &DomainName{"com", "example", "www"} -// publicsuffix.ParseFromListWithOptions(list, "www.example.co.uk") +// publicsuffix.ParseFromListWithOptions(list, "www.example.co.uk") // // &DomainName{"co.uk", "example"} -// func ParseFromListWithOptions(l *List, name string, options *FindOptions) (*DomainName, error) { n, err := normalize(name) if err != nil { diff --git a/vendor/github.com/weppos/publicsuffix-go/publicsuffix/rules.go b/vendor/github.com/weppos/publicsuffix-go/publicsuffix/rules.go index 58212fef344..6df6e932396 100644 --- a/vendor/github.com/weppos/publicsuffix-go/publicsuffix/rules.go +++ b/vendor/github.com/weppos/publicsuffix-go/publicsuffix/rules.go @@ -3,13 +3,13 @@ package publicsuffix -const ListVersion = "PSL version b26411 (Fri May 10 06:20:15 2024)" +const ListVersion = "PSL version 354f0d (Wed Aug 14 01:25:28 2024)" -func DefaultRules() [9749]Rule { +func DefaultRules() [9784]Rule { return r } -var r = [9749]Rule{ +var r = [9784]Rule{ {1, "ac", 1, false}, {1, "com.ac", 2, false}, {1, "edu.ac", 2, false}, @@ -28,20 +28,19 @@ var r = [9749]Rule{ {1, "gov.ae", 2, false}, {1, "mil.ae", 2, false}, {1, "aero", 1, false}, + {1, "airline.aero", 2, false}, + {1, "airport.aero", 2, false}, {1, "accident-investigation.aero", 2, false}, {1, "accident-prevention.aero", 2, false}, {1, "aerobatic.aero", 2, false}, {1, "aeroclub.aero", 2, false}, {1, "aerodrome.aero", 2, false}, {1, "agents.aero", 2, false}, - {1, "aircraft.aero", 2, false}, - {1, "airline.aero", 2, false}, - {1, "airport.aero", 2, false}, {1, "air-surveillance.aero", 2, false}, - {1, "airtraffic.aero", 2, false}, {1, "air-traffic-control.aero", 2, false}, + {1, "aircraft.aero", 2, false}, + {1, "airtraffic.aero", 2, false}, {1, "ambulance.aero", 2, false}, - {1, "amusement.aero", 2, false}, {1, "association.aero", 2, false}, {1, "author.aero", 2, false}, {1, "ballooning.aero", 2, false}, @@ -72,6 +71,7 @@ var r = [9749]Rule{ {1, "express.aero", 2, false}, {1, "federation.aero", 2, false}, {1, "flight.aero", 2, false}, + {1, "freight.aero", 2, false}, {1, "fuel.aero", 2, false}, {1, "gliding.aero", 2, false}, {1, "government.aero", 2, false}, @@ -86,6 +86,7 @@ var r = [9749]Rule{ {1, "logistics.aero", 2, false}, {1, "magazine.aero", 2, false}, {1, "maintenance.aero", 2, false}, + {1, "marketplace.aero", 2, false}, {1, "media.aero", 2, false}, {1, "microlight.aero", 2, false}, {1, "modelling.aero", 2, false}, @@ -108,6 +109,7 @@ var r = [9749]Rule{ {1, "skydiving.aero", 2, false}, {1, "software.aero", 2, false}, {1, "student.aero", 2, false}, + {1, "taxi.aero", 2, false}, {1, "trader.aero", 2, false}, {1, "trading.aero", 2, false}, {1, "trainer.aero", 2, false}, @@ -1653,18 +1655,18 @@ var r = [9749]Rule{ {1, "xn--tor131o.jp", 2, false}, {1, "xn--d5qv7z876c.jp", 2, false}, {2, "kawasaki.jp", 3, false}, - {2, "kitakyushu.jp", 3, false}, - {2, "kobe.jp", 3, false}, - {2, "nagoya.jp", 3, false}, - {2, "sapporo.jp", 3, false}, - {2, "sendai.jp", 3, false}, - {2, "yokohama.jp", 3, false}, {3, "city.kawasaki.jp", 3, false}, + {2, "kitakyushu.jp", 3, false}, {3, "city.kitakyushu.jp", 3, false}, + {2, "kobe.jp", 3, false}, {3, "city.kobe.jp", 3, false}, + {2, "nagoya.jp", 3, false}, {3, "city.nagoya.jp", 3, false}, + {2, "sapporo.jp", 3, false}, {3, "city.sapporo.jp", 3, false}, + {2, "sendai.jp", 3, false}, {3, "city.sendai.jp", 3, false}, + {2, "yokohama.jp", 3, false}, {3, "city.yokohama.jp", 3, false}, {1, "aisai.aichi.jp", 3, false}, {1, "ama.aichi.jp", 3, false}, @@ -4548,20 +4550,22 @@ var r = [9749]Rule{ {1, "mil.ph", 2, false}, {1, "i.ph", 2, false}, {1, "pk", 1, false}, + {1, "ac.pk", 2, false}, + {1, "biz.pk", 2, false}, {1, "com.pk", 2, false}, - {1, "net.pk", 2, false}, {1, "edu.pk", 2, false}, - {1, "org.pk", 2, false}, {1, "fam.pk", 2, false}, - {1, "biz.pk", 2, false}, - {1, "web.pk", 2, false}, - {1, "gov.pk", 2, false}, + {1, "gkp.pk", 2, false}, {1, "gob.pk", 2, false}, + {1, "gog.pk", 2, false}, {1, "gok.pk", 2, false}, {1, "gon.pk", 2, false}, {1, "gop.pk", 2, false}, {1, "gos.pk", 2, false}, - {1, "info.pk", 2, false}, + {1, "gov.pk", 2, false}, + {1, "net.pk", 2, false}, + {1, "org.pk", 2, false}, + {1, "web.pk", 2, false}, {1, "pl", 1, false}, {1, "com.pl", 2, false}, {1, "net.pl", 2, false}, @@ -6390,7 +6394,6 @@ var r = [9749]Rule{ {1, "music", 1, false}, {1, "nab", 1, false}, {1, "nagoya", 1, false}, - {1, "natura", 1, false}, {1, "navy", 1, false}, {1, "nba", 1, false}, {1, "nec", 1, false}, @@ -6584,7 +6587,6 @@ var r = [9749]Rule{ {1, "sfr", 1, false}, {1, "shangrila", 1, false}, {1, "sharp", 1, false}, - {1, "shaw", 1, false}, {1, "shell", 1, false}, {1, "shia", 1, false}, {1, "shiksha", 1, false}, @@ -6878,6 +6880,15 @@ var r = [9749]Rule{ {1, "zip", 1, false}, {1, "zone", 1, false}, {1, "zuerich", 1, false}, + {1, "co.krd", 2, true}, + {1, "edu.krd", 2, true}, + {1, "art.pl", 2, true}, + {1, "gliwice.pl", 2, true}, + {1, "krakow.pl", 2, true}, + {1, "poznan.pl", 2, true}, + {1, "wroc.pl", 2, true}, + {1, "zakopane.pl", 2, true}, + {1, "lib.de.us", 3, true}, {1, "12chars.dev", 2, true}, {1, "12chars.it", 2, true}, {1, "12chars.pro", 2, true}, @@ -6885,11 +6896,9 @@ var r = [9749]Rule{ {1, "inf.ua", 2, true}, {1, "ltd.ua", 2, true}, {1, "611.to", 2, true}, - {1, "aaa.vodka", 2, true}, {1, "a2hosted.com", 2, true}, {1, "cpserver.com", 2, true}, - {1, "graphox.us", 2, true}, - {2, "devcdnaccesso.com", 3, true}, + {1, "aaa.vodka", 2, true}, {2, "on-acorn.io", 3, true}, {1, "activetrail.biz", 2, true}, {1, "adaptable.app", 2, true}, @@ -6903,6 +6912,7 @@ var r = [9749]Rule{ {1, "hlx3.page", 2, true}, {1, "adobeio-static.net", 2, true}, {1, "adobeioruntime.net", 2, true}, + {1, "africa.com", 2, true}, {1, "beep.pl", 2, true}, {1, "airkitapps.com", 2, true}, {1, "airkitapps-au.com", 2, true}, @@ -6965,6 +6975,7 @@ var r = [9749]Rule{ {1, "execute-api.us-west-2.amazonaws.com", 4, true}, {1, "cloudfront.net", 2, true}, {1, "auth.af-south-1.amazoncognito.com", 4, true}, + {1, "auth.ap-east-1.amazoncognito.com", 4, true}, {1, "auth.ap-northeast-1.amazoncognito.com", 4, true}, {1, "auth.ap-northeast-2.amazoncognito.com", 4, true}, {1, "auth.ap-northeast-3.amazoncognito.com", 4, true}, @@ -6975,6 +6986,7 @@ var r = [9749]Rule{ {1, "auth.ap-southeast-3.amazoncognito.com", 4, true}, {1, "auth.ap-southeast-4.amazoncognito.com", 4, true}, {1, "auth.ca-central-1.amazoncognito.com", 4, true}, + {1, "auth.ca-west-1.amazoncognito.com", 4, true}, {1, "auth.eu-central-1.amazoncognito.com", 4, true}, {1, "auth.eu-central-2.amazoncognito.com", 4, true}, {1, "auth.eu-north-1.amazoncognito.com", 4, true}, @@ -6996,9 +7008,9 @@ var r = [9749]Rule{ {1, "auth-fips.us-west-1.amazoncognito.com", 4, true}, {1, "auth.us-west-2.amazoncognito.com", 4, true}, {1, "auth-fips.us-west-2.amazoncognito.com", 4, true}, + {2, "compute.amazonaws.com.cn", 5, true}, {2, "compute.amazonaws.com", 4, true}, {2, "compute-1.amazonaws.com", 4, true}, - {2, "compute.amazonaws.com.cn", 5, true}, {1, "us-east-1.amazonaws.com", 3, true}, {1, "emrappui-prod.cn-north-1.amazonaws.com.cn", 5, true}, {1, "emrnotebooks-prod.cn-north-1.amazonaws.com.cn", 5, true}, @@ -7105,16 +7117,25 @@ var r = [9749]Rule{ {2, "ap-east-1.airflow.amazonaws.com", 5, true}, {2, "ap-northeast-1.airflow.amazonaws.com", 5, true}, {2, "ap-northeast-2.airflow.amazonaws.com", 5, true}, + {2, "ap-northeast-3.airflow.amazonaws.com", 5, true}, {2, "ap-south-1.airflow.amazonaws.com", 5, true}, + {2, "ap-south-2.airflow.amazonaws.com", 5, true}, {2, "ap-southeast-1.airflow.amazonaws.com", 5, true}, {2, "ap-southeast-2.airflow.amazonaws.com", 5, true}, + {2, "ap-southeast-3.airflow.amazonaws.com", 5, true}, + {2, "ap-southeast-4.airflow.amazonaws.com", 5, true}, {2, "ca-central-1.airflow.amazonaws.com", 5, true}, + {2, "ca-west-1.airflow.amazonaws.com", 5, true}, {2, "eu-central-1.airflow.amazonaws.com", 5, true}, + {2, "eu-central-2.airflow.amazonaws.com", 5, true}, {2, "eu-north-1.airflow.amazonaws.com", 5, true}, {2, "eu-south-1.airflow.amazonaws.com", 5, true}, + {2, "eu-south-2.airflow.amazonaws.com", 5, true}, {2, "eu-west-1.airflow.amazonaws.com", 5, true}, {2, "eu-west-2.airflow.amazonaws.com", 5, true}, {2, "eu-west-3.airflow.amazonaws.com", 5, true}, + {2, "il-central-1.airflow.amazonaws.com", 5, true}, + {2, "me-central-1.airflow.amazonaws.com", 5, true}, {2, "me-south-1.airflow.amazonaws.com", 5, true}, {2, "sa-east-1.airflow.amazonaws.com", 5, true}, {2, "us-east-1.airflow.amazonaws.com", 5, true}, @@ -7492,6 +7513,7 @@ var r = [9749]Rule{ {1, "studio.us-west-2.sagemaker.aws", 4, true}, {1, "studio.cn-north-1.sagemaker.com.cn", 5, true}, {1, "studio.cn-northwest-1.sagemaker.com.cn", 5, true}, + {2, "experiments.sagemaker.aws", 4, true}, {1, "analytics-gateway.ap-northeast-1.amazonaws.com", 4, true}, {1, "analytics-gateway.ap-northeast-2.amazonaws.com", 4, true}, {1, "analytics-gateway.ap-south-1.amazonaws.com", 4, true}, @@ -7502,7 +7524,7 @@ var r = [9749]Rule{ {1, "analytics-gateway.us-east-1.amazonaws.com", 4, true}, {1, "analytics-gateway.us-east-2.amazonaws.com", 4, true}, {1, "analytics-gateway.us-west-2.amazonaws.com", 4, true}, - {2, "amplifyapp.com", 3, true}, + {1, "amplifyapp.com", 2, true}, {2, "awsapprunner.com", 3, true}, {1, "webview-assets.aws-cloud9.af-south-1.amazonaws.com", 5, true}, {1, "vfs.cloud9.af-south-1.amazonaws.com", 5, true}, @@ -7604,8 +7626,6 @@ var r = [9749]Rule{ {2, "private.repost.aws", 4, true}, {1, "eero.online", 2, true}, {1, "eero-stage.online", 2, true}, - {1, "t3l3p0rt.net", 2, true}, - {1, "tele.amune.org", 3, true}, {1, "apigee.io", 2, true}, {1, "panel.dev", 2, true}, {1, "siiites.com", 2, true}, @@ -7633,9 +7653,7 @@ var r = [9749]Rule{ {2, "advisor.ws", 3, true}, {1, "ecommerce-shop.pl", 2, true}, {1, "b-data.io", 2, true}, - {1, "backplaneapp.io", 2, true}, {1, "balena-devices.com", 2, true}, - {1, "rs.ba", 2, true}, {2, "banzai.cloud", 3, true}, {1, "app.banzaicloud.io", 3, true}, {2, "backyards.banzaicloud.io", 4, true}, @@ -7653,8 +7671,8 @@ var r = [9749]Rule{ {2, "beget.app", 3, true}, {1, "pages.gay", 2, true}, {1, "betainabox.com", 2, true}, - {1, "bielsko.pl", 2, true}, {1, "bnr.la", 2, true}, + {1, "bip.sh", 2, true}, {1, "bitbucket.io", 2, true}, {1, "blackbaudcdn.net", 2, true}, {1, "of.je", 2, true}, @@ -7672,6 +7690,8 @@ var r = [9749]Rule{ {1, "shop.brendly.hr", 3, true}, {1, "shop.brendly.rs", 3, true}, {1, "browsersafetymark.io", 2, true}, + {1, "radio.am", 2, true}, + {1, "radio.fm", 2, true}, {1, "uk0.bigv.io", 3, true}, {1, "dh.bytemark.co.uk", 4, true}, {1, "vm.bytemark.co.uk", 4, true}, @@ -7686,89 +7706,49 @@ var r = [9749]Rule{ {1, "carrd.co", 2, true}, {1, "crd.co", 2, true}, {1, "ju.mp", 2, true}, - {1, "ae.org", 2, true}, + {1, "api.gov.uk", 3, true}, + {1, "cdn77-storage.com", 2, true}, + {1, "rsc.contentproxy9.cz", 3, true}, + {1, "r.cdn77.net", 3, true}, + {1, "cdn77-ssl.net", 2, true}, + {1, "c.cdn77.org", 3, true}, + {1, "rsc.cdn77.org", 3, true}, + {1, "ssl.origin.cdn77-secure.org", 4, true}, + {1, "za.bz", 2, true}, {1, "br.com", 2, true}, {1, "cn.com", 2, true}, - {1, "com.de", 2, true}, - {1, "com.se", 2, true}, {1, "de.com", 2, true}, {1, "eu.com", 2, true}, - {1, "gb.net", 2, true}, - {1, "hu.net", 2, true}, - {1, "jp.net", 2, true}, {1, "jpn.com", 2, true}, {1, "mex.com", 2, true}, {1, "ru.com", 2, true}, {1, "sa.com", 2, true}, - {1, "se.net", 2, true}, {1, "uk.com", 2, true}, - {1, "uk.net", 2, true}, {1, "us.com", 2, true}, - {1, "za.bz", 2, true}, {1, "za.com", 2, true}, - {1, "ar.com", 2, true}, - {1, "hu.com", 2, true}, - {1, "kr.com", 2, true}, - {1, "no.com", 2, true}, - {1, "qc.com", 2, true}, - {1, "uy.com", 2, true}, - {1, "africa.com", 2, true}, - {1, "gr.com", 2, true}, - {1, "in.net", 2, true}, - {1, "web.in", 2, true}, - {1, "us.org", 2, true}, - {1, "co.com", 2, true}, - {1, "aus.basketball", 2, true}, - {1, "nz.basketball", 2, true}, - {1, "radio.am", 2, true}, - {1, "radio.fm", 2, true}, - {1, "c.la", 2, true}, + {1, "com.de", 2, true}, + {1, "gb.net", 2, true}, + {1, "hu.net", 2, true}, + {1, "jp.net", 2, true}, + {1, "se.net", 2, true}, + {1, "uk.net", 2, true}, + {1, "ae.org", 2, true}, + {1, "com.se", 2, true}, {1, "certmgr.org", 2, true}, {1, "cx.ua", 2, true}, {1, "discourse.group", 2, true}, {1, "discourse.team", 2, true}, - {1, "cleverapps.cc", 2, true}, - {2, "services.clever-cloud.com", 4, true}, - {1, "cleverapps.io", 2, true}, - {1, "cleverapps.tech", 2, true}, {1, "clerk.app", 2, true}, {1, "clerkstage.app", 2, true}, {2, "lcl.dev", 3, true}, {2, "lclstage.dev", 3, true}, {2, "stg.dev", 3, true}, {2, "stgstage.dev", 3, true}, + {1, "cleverapps.cc", 2, true}, + {2, "services.clever-cloud.com", 4, true}, + {1, "cleverapps.io", 2, true}, + {1, "cleverapps.tech", 2, true}, {1, "clickrising.net", 2, true}, - {1, "c66.me", 2, true}, - {1, "cloud66.ws", 2, true}, - {1, "cloud66.zone", 2, true}, - {1, "jdevcloud.com", 2, true}, - {1, "wpdevcloud.com", 2, true}, - {1, "cloudaccess.host", 2, true}, - {1, "freesite.host", 2, true}, - {1, "cloudaccess.net", 2, true}, - {1, "cloudcontrolled.com", 2, true}, - {1, "cloudcontrolapp.com", 2, true}, - {2, "cloudera.site", 3, true}, - {1, "cf-ipfs.com", 2, true}, - {1, "cloudflare-ipfs.com", 2, true}, - {1, "trycloudflare.com", 2, true}, - {1, "pages.dev", 2, true}, - {1, "r2.dev", 2, true}, - {1, "workers.dev", 2, true}, - {1, "cust.cloudscale.ch", 3, true}, - {1, "objects.lpg.cloudscale.ch", 4, true}, - {1, "objects.rma.cloudscale.ch", 4, true}, - {1, "wnext.app", 2, true}, - {1, "co.ca", 2, true}, - {2, "otap.co", 3, true}, - {1, "co.cz", 2, true}, - {1, "cdn77-storage.com", 2, true}, - {1, "rsc.contentproxy9.cz", 3, true}, - {1, "cdn77-ssl.net", 2, true}, - {1, "r.cdn77.net", 3, true}, - {1, "ssl.origin.cdn77-secure.org", 4, true}, - {1, "c.cdn77.org", 3, true}, - {1, "rsc.cdn77.org", 3, true}, {1, "cloudns.asia", 2, true}, {1, "cloudns.be", 2, true}, {1, "cloudns.biz", 2, true}, @@ -7789,7 +7769,34 @@ var r = [9749]Rule{ {1, "cloudns.pro", 2, true}, {1, "cloudns.pw", 2, true}, {1, "cloudns.us", 2, true}, + {1, "c66.me", 2, true}, + {1, "cloud66.ws", 2, true}, + {1, "cloud66.zone", 2, true}, + {1, "jdevcloud.com", 2, true}, + {1, "wpdevcloud.com", 2, true}, + {1, "cloudaccess.host", 2, true}, + {1, "freesite.host", 2, true}, + {1, "cloudaccess.net", 2, true}, + {2, "cloudera.site", 3, true}, + {1, "cf-ipfs.com", 2, true}, + {1, "cloudflare-ipfs.com", 2, true}, + {1, "trycloudflare.com", 2, true}, + {1, "pages.dev", 2, true}, + {1, "r2.dev", 2, true}, + {1, "workers.dev", 2, true}, + {1, "cloudflare.net", 2, true}, + {1, "cdn.cloudflare.net", 3, true}, + {1, "cdn.cloudflareanycast.net", 3, true}, + {1, "cdn.cloudflarecn.net", 3, true}, + {1, "cdn.cloudflareglobal.net", 3, true}, + {1, "cust.cloudscale.ch", 3, true}, + {1, "objects.lpg.cloudscale.ch", 4, true}, + {1, "objects.rma.cloudscale.ch", 4, true}, + {1, "wnext.app", 2, true}, {1, "cnpy.gdn", 2, true}, + {2, "otap.co", 3, true}, + {1, "co.ca", 2, true}, + {1, "co.com", 2, true}, {1, "codeberg.page", 2, true}, {1, "csb.app", 2, true}, {1, "preview.csb.app", 3, true}, @@ -7805,46 +7812,36 @@ var r = [9749]Rule{ {1, "mil.ru", 2, true}, {1, "test.ru", 2, true}, {1, "dyn.cosidns.de", 3, true}, - {1, "dynamisches-dns.de", 2, true}, {1, "dnsupdater.de", 2, true}, + {1, "dynamisches-dns.de", 2, true}, {1, "internet-dns.de", 2, true}, {1, "l-o-g-i-n.de", 2, true}, {1, "dynamic-dns.info", 2, true}, {1, "feste-ip.net", 2, true}, {1, "knx-server.net", 2, true}, {1, "static-access.net", 2, true}, - {2, "cprapid.com", 3, true}, + {1, "craft.me", 2, true}, {1, "realm.cz", 2, true}, {1, "on.crisp.email", 3, true}, {2, "cryptonomic.net", 3, true}, - {1, "cupcake.is", 2, true}, {1, "curv.dev", 2, true}, {2, "customer-oci.com", 3, true}, {2, "oci.customer-oci.com", 4, true}, {2, "ocp.customer-oci.com", 4, true}, {2, "ocs.customer-oci.com", 4, true}, - {1, "cyclic.app", 2, true}, - {1, "cyclic.cloud", 2, true}, - {1, "cyclic-app.com", 2, true}, - {1, "cyclic.co.in", 3, true}, + {1, "cfolks.pl", 2, true}, {1, "cyon.link", 2, true}, {1, "cyon.site", 2, true}, + {1, "platform0.app", 2, true}, {1, "fnwk.site", 2, true}, {1, "folionetwork.site", 2, true}, - {1, "platform0.app", 2, true}, - {1, "daplie.me", 2, true}, - {1, "localhost.daplie.me", 3, true}, - {1, "dattolocal.com", 2, true}, - {1, "dattorelay.com", 2, true}, - {1, "dattoweb.com", 2, true}, - {1, "mydatto.com", 2, true}, - {1, "dattolocal.net", 2, true}, - {1, "mydatto.net", 2, true}, {1, "biz.dk", 2, true}, {1, "co.dk", 2, true}, {1, "firm.dk", 2, true}, {1, "reg.dk", 2, true}, {1, "store.dk", 2, true}, + {1, "daplie.me", 2, true}, + {1, "localhost.daplie.me", 3, true}, {1, "dyndns.dappnode.io", 3, true}, {2, "dapps.earth", 3, true}, {2, "bzz.dapps.earth", 4, true}, @@ -7853,32 +7850,75 @@ var r = [9749]Rule{ {1, "demo.datadetect.com", 3, true}, {1, "instance.datadetect.com", 3, true}, {1, "edgestack.me", 2, true}, + {1, "dattolocal.com", 2, true}, + {1, "dattorelay.com", 2, true}, + {1, "dattoweb.com", 2, true}, + {1, "mydatto.com", 2, true}, + {1, "dattolocal.net", 2, true}, + {1, "mydatto.net", 2, true}, {1, "ddns5.com", 2, true}, + {1, "ddnss.de", 2, true}, + {1, "dyn.ddnss.de", 3, true}, + {1, "dyndns.ddnss.de", 3, true}, + {1, "dyn-ip24.de", 2, true}, + {1, "dyndns1.de", 2, true}, + {1, "home-webserver.de", 2, true}, + {1, "dyn.home-webserver.de", 3, true}, + {1, "myhome-server.de", 2, true}, + {1, "ddnss.org", 2, true}, {1, "debian.net", 2, true}, + {1, "definima.io", 2, true}, + {1, "definima.net", 2, true}, {1, "deno.dev", 2, true}, {1, "deno-staging.dev", 2, true}, {1, "dedyn.io", 2, true}, {1, "deta.app", 2, true}, {1, "deta.dev", 2, true}, + {1, "dfirma.pl", 2, true}, + {1, "dkonto.pl", 2, true}, + {1, "you2.pl", 2, true}, + {1, "ondigitalocean.app", 2, true}, + {2, "digitaloceanspaces.com", 3, true}, + {1, "us.kg", 2, true}, {2, "rss.my.id", 4, true}, {2, "diher.solutions", 3, true}, {1, "discordsays.com", 2, true}, {1, "discordsez.com", 2, true}, {1, "jozi.biz", 2, true}, {1, "dnshome.de", 2, true}, + {1, "bci.dnstrace.pro", 3, true}, {1, "online.th", 2, true}, {1, "shop.th", 2, true}, {1, "drayddns.com", 2, true}, {1, "shoparena.pl", 2, true}, {1, "dreamhosters.com", 2, true}, + {1, "durumis.com", 2, true}, {1, "mydrobo.com", 2, true}, {1, "drud.io", 2, true}, {1, "drud.us", 2, true}, {1, "duckdns.org", 2, true}, - {1, "bip.sh", 2, true}, - {1, "bitbridge.net", 2, true}, {1, "dy.fi", 2, true}, {1, "tunk.org", 2, true}, + {1, "dyndns.biz", 2, true}, + {1, "for-better.biz", 2, true}, + {1, "for-more.biz", 2, true}, + {1, "for-some.biz", 2, true}, + {1, "for-the.biz", 2, true}, + {1, "selfip.biz", 2, true}, + {1, "webhop.biz", 2, true}, + {1, "ftpaccess.cc", 2, true}, + {1, "game-server.cc", 2, true}, + {1, "myphotos.cc", 2, true}, + {1, "scrapping.cc", 2, true}, + {1, "blogdns.com", 2, true}, + {1, "cechire.com", 2, true}, + {1, "dnsalias.com", 2, true}, + {1, "dnsdojo.com", 2, true}, + {1, "doesntexist.com", 2, true}, + {1, "dontexist.com", 2, true}, + {1, "doomdns.com", 2, true}, + {1, "dyn-o-saur.com", 2, true}, + {1, "dynalias.com", 2, true}, {1, "dyndns-at-home.com", 2, true}, {1, "dyndns-at-work.com", 2, true}, {1, "dyndns-blog.com", 2, true}, @@ -7893,64 +7933,14 @@ var r = [9749]Rule{ {1, "dyndns-web.com", 2, true}, {1, "dyndns-wiki.com", 2, true}, {1, "dyndns-work.com", 2, true}, - {1, "dyndns.biz", 2, true}, - {1, "dyndns.info", 2, true}, - {1, "dyndns.org", 2, true}, - {1, "dyndns.tv", 2, true}, - {1, "at-band-camp.net", 2, true}, - {1, "ath.cx", 2, true}, - {1, "barrel-of-knowledge.info", 2, true}, - {1, "barrell-of-knowledge.info", 2, true}, - {1, "better-than.tv", 2, true}, - {1, "blogdns.com", 2, true}, - {1, "blogdns.net", 2, true}, - {1, "blogdns.org", 2, true}, - {1, "blogsite.org", 2, true}, - {1, "boldlygoingnowhere.org", 2, true}, - {1, "broke-it.net", 2, true}, - {1, "buyshouses.net", 2, true}, - {1, "cechire.com", 2, true}, - {1, "dnsalias.com", 2, true}, - {1, "dnsalias.net", 2, true}, - {1, "dnsalias.org", 2, true}, - {1, "dnsdojo.com", 2, true}, - {1, "dnsdojo.net", 2, true}, - {1, "dnsdojo.org", 2, true}, - {1, "does-it.net", 2, true}, - {1, "doesntexist.com", 2, true}, - {1, "doesntexist.org", 2, true}, - {1, "dontexist.com", 2, true}, - {1, "dontexist.net", 2, true}, - {1, "dontexist.org", 2, true}, - {1, "doomdns.com", 2, true}, - {1, "doomdns.org", 2, true}, - {1, "dvrdns.org", 2, true}, - {1, "dyn-o-saur.com", 2, true}, - {1, "dynalias.com", 2, true}, - {1, "dynalias.net", 2, true}, - {1, "dynalias.org", 2, true}, - {1, "dynathome.net", 2, true}, - {1, "dyndns.ws", 2, true}, - {1, "endofinternet.net", 2, true}, - {1, "endofinternet.org", 2, true}, - {1, "endoftheinternet.org", 2, true}, {1, "est-a-la-maison.com", 2, true}, {1, "est-a-la-masion.com", 2, true}, {1, "est-le-patron.com", 2, true}, {1, "est-mon-blogueur.com", 2, true}, - {1, "for-better.biz", 2, true}, - {1, "for-more.biz", 2, true}, - {1, "for-our.info", 2, true}, - {1, "for-some.biz", 2, true}, - {1, "for-the.biz", 2, true}, - {1, "forgot.her.name", 3, true}, - {1, "forgot.his.name", 3, true}, {1, "from-ak.com", 2, true}, {1, "from-al.com", 2, true}, {1, "from-ar.com", 2, true}, - {1, "from-az.net", 2, true}, {1, "from-ca.com", 2, true}, - {1, "from-co.net", 2, true}, {1, "from-ct.com", 2, true}, {1, "from-dc.com", 2, true}, {1, "from-de.com", 2, true}, @@ -7963,10 +7953,8 @@ var r = [9749]Rule{ {1, "from-in.com", 2, true}, {1, "from-ks.com", 2, true}, {1, "from-ky.com", 2, true}, - {1, "from-la.net", 2, true}, {1, "from-ma.com", 2, true}, {1, "from-md.com", 2, true}, - {1, "from-me.org", 2, true}, {1, "from-mi.com", 2, true}, {1, "from-mn.com", 2, true}, {1, "from-mo.com", 2, true}, @@ -7979,7 +7967,6 @@ var r = [9749]Rule{ {1, "from-nj.com", 2, true}, {1, "from-nm.com", 2, true}, {1, "from-nv.com", 2, true}, - {1, "from-ny.net", 2, true}, {1, "from-oh.com", 2, true}, {1, "from-ok.com", 2, true}, {1, "from-or.com", 2, true}, @@ -7997,45 +7984,18 @@ var r = [9749]Rule{ {1, "from-wi.com", 2, true}, {1, "from-wv.com", 2, true}, {1, "from-wy.com", 2, true}, - {1, "ftpaccess.cc", 2, true}, - {1, "fuettertdasnetz.de", 2, true}, - {1, "game-host.org", 2, true}, - {1, "game-server.cc", 2, true}, {1, "getmyip.com", 2, true}, - {1, "gets-it.net", 2, true}, - {1, "go.dyndns.org", 3, true}, {1, "gotdns.com", 2, true}, - {1, "gotdns.org", 2, true}, - {1, "groks-the.info", 2, true}, - {1, "groks-this.info", 2, true}, - {1, "ham-radio-op.net", 2, true}, - {1, "here-for-more.info", 2, true}, {1, "hobby-site.com", 2, true}, - {1, "hobby-site.org", 2, true}, - {1, "home.dyndns.org", 3, true}, - {1, "homedns.org", 2, true}, - {1, "homeftp.net", 2, true}, - {1, "homeftp.org", 2, true}, - {1, "homeip.net", 2, true}, {1, "homelinux.com", 2, true}, - {1, "homelinux.net", 2, true}, - {1, "homelinux.org", 2, true}, {1, "homeunix.com", 2, true}, - {1, "homeunix.net", 2, true}, - {1, "homeunix.org", 2, true}, {1, "iamallama.com", 2, true}, - {1, "in-the-band.net", 2, true}, {1, "is-a-anarchist.com", 2, true}, {1, "is-a-blogger.com", 2, true}, {1, "is-a-bookkeeper.com", 2, true}, - {1, "is-a-bruinsfan.org", 2, true}, {1, "is-a-bulls-fan.com", 2, true}, - {1, "is-a-candidate.org", 2, true}, {1, "is-a-caterer.com", 2, true}, - {1, "is-a-celticsfan.org", 2, true}, {1, "is-a-chef.com", 2, true}, - {1, "is-a-chef.net", 2, true}, - {1, "is-a-chef.org", 2, true}, {1, "is-a-conservative.com", 2, true}, {1, "is-a-cpa.com", 2, true}, {1, "is-a-cubicle-slave.com", 2, true}, @@ -8044,31 +8004,25 @@ var r = [9749]Rule{ {1, "is-a-doctor.com", 2, true}, {1, "is-a-financialadvisor.com", 2, true}, {1, "is-a-geek.com", 2, true}, - {1, "is-a-geek.net", 2, true}, - {1, "is-a-geek.org", 2, true}, {1, "is-a-green.com", 2, true}, {1, "is-a-guru.com", 2, true}, {1, "is-a-hard-worker.com", 2, true}, {1, "is-a-hunter.com", 2, true}, - {1, "is-a-knight.org", 2, true}, {1, "is-a-landscaper.com", 2, true}, {1, "is-a-lawyer.com", 2, true}, {1, "is-a-liberal.com", 2, true}, {1, "is-a-libertarian.com", 2, true}, - {1, "is-a-linux-user.org", 2, true}, {1, "is-a-llama.com", 2, true}, {1, "is-a-musician.com", 2, true}, {1, "is-a-nascarfan.com", 2, true}, {1, "is-a-nurse.com", 2, true}, {1, "is-a-painter.com", 2, true}, - {1, "is-a-patsfan.org", 2, true}, {1, "is-a-personaltrainer.com", 2, true}, {1, "is-a-photographer.com", 2, true}, {1, "is-a-player.com", 2, true}, {1, "is-a-republican.com", 2, true}, {1, "is-a-rockstar.com", 2, true}, {1, "is-a-socialist.com", 2, true}, - {1, "is-a-soxfan.org", 2, true}, {1, "is-a-student.com", 2, true}, {1, "is-a-teacher.com", 2, true}, {1, "is-a-techie.com", 2, true}, @@ -8080,99 +8034,150 @@ var r = [9749]Rule{ {1, "is-an-artist.com", 2, true}, {1, "is-an-engineer.com", 2, true}, {1, "is-an-entertainer.com", 2, true}, - {1, "is-by.us", 2, true}, {1, "is-certified.com", 2, true}, - {1, "is-found.org", 2, true}, {1, "is-gone.com", 2, true}, {1, "is-into-anime.com", 2, true}, {1, "is-into-cars.com", 2, true}, {1, "is-into-cartoons.com", 2, true}, {1, "is-into-games.com", 2, true}, {1, "is-leet.com", 2, true}, - {1, "is-lost.org", 2, true}, {1, "is-not-certified.com", 2, true}, - {1, "is-saved.org", 2, true}, {1, "is-slick.com", 2, true}, {1, "is-uberleet.com", 2, true}, - {1, "is-very-bad.org", 2, true}, - {1, "is-very-evil.org", 2, true}, - {1, "is-very-good.org", 2, true}, - {1, "is-very-nice.org", 2, true}, - {1, "is-very-sweet.org", 2, true}, {1, "is-with-theband.com", 2, true}, {1, "isa-geek.com", 2, true}, - {1, "isa-geek.net", 2, true}, - {1, "isa-geek.org", 2, true}, {1, "isa-hockeynut.com", 2, true}, {1, "issmarterthanyou.com", 2, true}, + {1, "likes-pie.com", 2, true}, + {1, "likescandy.com", 2, true}, + {1, "neat-url.com", 2, true}, + {1, "saves-the-whales.com", 2, true}, + {1, "selfip.com", 2, true}, + {1, "sells-for-less.com", 2, true}, + {1, "sells-for-u.com", 2, true}, + {1, "servebbs.com", 2, true}, + {1, "simple-url.com", 2, true}, + {1, "space-to-rent.com", 2, true}, + {1, "teaches-yoga.com", 2, true}, + {1, "writesthisblog.com", 2, true}, + {1, "ath.cx", 2, true}, + {1, "fuettertdasnetz.de", 2, true}, {1, "isteingeek.de", 2, true}, {1, "istmein.de", 2, true}, - {1, "kicks-ass.net", 2, true}, - {1, "kicks-ass.org", 2, true}, - {1, "knowsitall.info", 2, true}, - {1, "land-4-sale.us", 2, true}, {1, "lebtimnetz.de", 2, true}, {1, "leitungsen.de", 2, true}, - {1, "likes-pie.com", 2, true}, - {1, "likescandy.com", 2, true}, + {1, "traeumtgerade.de", 2, true}, + {1, "barrel-of-knowledge.info", 2, true}, + {1, "barrell-of-knowledge.info", 2, true}, + {1, "dyndns.info", 2, true}, + {1, "for-our.info", 2, true}, + {1, "groks-the.info", 2, true}, + {1, "groks-this.info", 2, true}, + {1, "here-for-more.info", 2, true}, + {1, "knowsitall.info", 2, true}, + {1, "selfip.info", 2, true}, + {1, "webhop.info", 2, true}, + {1, "forgot.her.name", 3, true}, + {1, "forgot.his.name", 3, true}, + {1, "at-band-camp.net", 2, true}, + {1, "blogdns.net", 2, true}, + {1, "broke-it.net", 2, true}, + {1, "buyshouses.net", 2, true}, + {1, "dnsalias.net", 2, true}, + {1, "dnsdojo.net", 2, true}, + {1, "does-it.net", 2, true}, + {1, "dontexist.net", 2, true}, + {1, "dynalias.net", 2, true}, + {1, "dynathome.net", 2, true}, + {1, "endofinternet.net", 2, true}, + {1, "from-az.net", 2, true}, + {1, "from-co.net", 2, true}, + {1, "from-la.net", 2, true}, + {1, "from-ny.net", 2, true}, + {1, "gets-it.net", 2, true}, + {1, "ham-radio-op.net", 2, true}, + {1, "homeftp.net", 2, true}, + {1, "homeip.net", 2, true}, + {1, "homelinux.net", 2, true}, + {1, "homeunix.net", 2, true}, + {1, "in-the-band.net", 2, true}, + {1, "is-a-chef.net", 2, true}, + {1, "is-a-geek.net", 2, true}, + {1, "isa-geek.net", 2, true}, + {1, "kicks-ass.net", 2, true}, + {1, "office-on-the.net", 2, true}, + {1, "podzone.net", 2, true}, + {1, "scrapper-site.net", 2, true}, + {1, "selfip.net", 2, true}, + {1, "sells-it.net", 2, true}, + {1, "servebbs.net", 2, true}, + {1, "serveftp.net", 2, true}, + {1, "thruhere.net", 2, true}, + {1, "webhop.net", 2, true}, {1, "merseine.nu", 2, true}, {1, "mine.nu", 2, true}, + {1, "shacknet.nu", 2, true}, + {1, "blogdns.org", 2, true}, + {1, "blogsite.org", 2, true}, + {1, "boldlygoingnowhere.org", 2, true}, + {1, "dnsalias.org", 2, true}, + {1, "dnsdojo.org", 2, true}, + {1, "doesntexist.org", 2, true}, + {1, "dontexist.org", 2, true}, + {1, "doomdns.org", 2, true}, + {1, "dvrdns.org", 2, true}, + {1, "dynalias.org", 2, true}, + {1, "dyndns.org", 2, true}, + {1, "go.dyndns.org", 3, true}, + {1, "home.dyndns.org", 3, true}, + {1, "endofinternet.org", 2, true}, + {1, "endoftheinternet.org", 2, true}, + {1, "from-me.org", 2, true}, + {1, "game-host.org", 2, true}, + {1, "gotdns.org", 2, true}, + {1, "hobby-site.org", 2, true}, + {1, "homedns.org", 2, true}, + {1, "homeftp.org", 2, true}, + {1, "homelinux.org", 2, true}, + {1, "homeunix.org", 2, true}, + {1, "is-a-bruinsfan.org", 2, true}, + {1, "is-a-candidate.org", 2, true}, + {1, "is-a-celticsfan.org", 2, true}, + {1, "is-a-chef.org", 2, true}, + {1, "is-a-geek.org", 2, true}, + {1, "is-a-knight.org", 2, true}, + {1, "is-a-linux-user.org", 2, true}, + {1, "is-a-patsfan.org", 2, true}, + {1, "is-a-soxfan.org", 2, true}, + {1, "is-found.org", 2, true}, + {1, "is-lost.org", 2, true}, + {1, "is-saved.org", 2, true}, + {1, "is-very-bad.org", 2, true}, + {1, "is-very-evil.org", 2, true}, + {1, "is-very-good.org", 2, true}, + {1, "is-very-nice.org", 2, true}, + {1, "is-very-sweet.org", 2, true}, + {1, "isa-geek.org", 2, true}, + {1, "kicks-ass.org", 2, true}, {1, "misconfused.org", 2, true}, - {1, "mypets.ws", 2, true}, - {1, "myphotos.cc", 2, true}, - {1, "neat-url.com", 2, true}, - {1, "office-on-the.net", 2, true}, - {1, "on-the-web.tv", 2, true}, - {1, "podzone.net", 2, true}, {1, "podzone.org", 2, true}, {1, "readmyblog.org", 2, true}, - {1, "saves-the-whales.com", 2, true}, - {1, "scrapper-site.net", 2, true}, - {1, "scrapping.cc", 2, true}, - {1, "selfip.biz", 2, true}, - {1, "selfip.com", 2, true}, - {1, "selfip.info", 2, true}, - {1, "selfip.net", 2, true}, {1, "selfip.org", 2, true}, - {1, "sells-for-less.com", 2, true}, - {1, "sells-for-u.com", 2, true}, - {1, "sells-it.net", 2, true}, {1, "sellsyourhome.org", 2, true}, - {1, "servebbs.com", 2, true}, - {1, "servebbs.net", 2, true}, {1, "servebbs.org", 2, true}, - {1, "serveftp.net", 2, true}, {1, "serveftp.org", 2, true}, {1, "servegame.org", 2, true}, - {1, "shacknet.nu", 2, true}, - {1, "simple-url.com", 2, true}, - {1, "space-to-rent.com", 2, true}, {1, "stuff-4-sale.org", 2, true}, - {1, "stuff-4-sale.us", 2, true}, - {1, "teaches-yoga.com", 2, true}, - {1, "thruhere.net", 2, true}, - {1, "traeumtgerade.de", 2, true}, - {1, "webhop.biz", 2, true}, - {1, "webhop.info", 2, true}, - {1, "webhop.net", 2, true}, {1, "webhop.org", 2, true}, + {1, "better-than.tv", 2, true}, + {1, "dyndns.tv", 2, true}, + {1, "on-the-web.tv", 2, true}, {1, "worse-than.tv", 2, true}, - {1, "writesthisblog.com", 2, true}, - {1, "ddnss.de", 2, true}, - {1, "dyn.ddnss.de", 3, true}, - {1, "dyndns.ddnss.de", 3, true}, - {1, "dyndns1.de", 2, true}, - {1, "dyn-ip24.de", 2, true}, - {1, "home-webserver.de", 2, true}, - {1, "dyn.home-webserver.de", 3, true}, - {1, "myhome-server.de", 2, true}, - {1, "ddnss.org", 2, true}, - {1, "definima.net", 2, true}, - {1, "definima.io", 2, true}, - {1, "ondigitalocean.app", 2, true}, - {2, "digitaloceanspaces.com", 3, true}, - {1, "us.kg", 2, true}, - {1, "bci.dnstrace.pro", 3, true}, + {1, "is-by.us", 2, true}, + {1, "land-4-sale.us", 2, true}, + {1, "stuff-4-sale.us", 2, true}, + {1, "dyndns.ws", 2, true}, + {1, "mypets.ws", 2, true}, {1, "ddnsfree.com", 2, true}, {1, "ddnsgeek.com", 2, true}, {1, "giize.com", 2, true}, @@ -8195,6 +8200,13 @@ var r = [9749]Rule{ {1, "easypanel.app", 2, true}, {1, "easypanel.host", 2, true}, {2, "ewp.live", 3, true}, + {1, "onred.one", 2, true}, + {1, "staging.onred.one", 3, true}, + {1, "twmail.cc", 2, true}, + {1, "twmail.net", 2, true}, + {1, "twmail.org", 2, true}, + {1, "mymailer.com.tw", 3, true}, + {1, "url.tw", 2, true}, {1, "at.emf.camp", 3, true}, {1, "rt.ht", 2, true}, {1, "elementor.cloud", 2, true}, @@ -8204,8 +8216,6 @@ var r = [9749]Rule{ {1, "tuleap-partners.com", 2, true}, {1, "encr.app", 2, true}, {1, "encoreapi.com", 2, true}, - {1, "onred.one", 2, true}, - {1, "staging.onred.one", 3, true}, {1, "eu.encoway.cloud", 3, true}, {1, "eu.org", 2, true}, {1, "al.eu.org", 3, true}, @@ -8272,11 +8282,10 @@ var r = [9749]Rule{ {1, "us-2.evennode.com", 3, true}, {1, "us-3.evennode.com", 3, true}, {1, "us-4.evennode.com", 3, true}, - {1, "twmail.cc", 2, true}, - {1, "twmail.net", 2, true}, - {1, "twmail.org", 2, true}, - {1, "mymailer.com.tw", 3, true}, - {1, "url.tw", 2, true}, + {1, "relay.evervault.app", 3, true}, + {1, "relay.evervault.dev", 3, true}, + {1, "expo.app", 2, true}, + {1, "staging.expo.app", 3, true}, {1, "onfabrica.com", 2, true}, {1, "ru.net", 2, true}, {1, "adygeya.ru", 2, true}, @@ -8355,8 +8364,6 @@ var r = [9749]Rule{ {1, "edgecompute.app", 2, true}, {1, "fastly-edge.com", 2, true}, {1, "fastly-terrarium.com", 2, true}, - {1, "fastlylb.net", 2, true}, - {1, "map.fastlylb.net", 3, true}, {1, "freetls.fastly.net", 3, true}, {1, "map.fastly.net", 3, true}, {1, "a.prod.fastly.net", 4, true}, @@ -8364,39 +8371,33 @@ var r = [9749]Rule{ {1, "a.ssl.fastly.net", 4, true}, {1, "b.ssl.fastly.net", 4, true}, {1, "global.ssl.fastly.net", 4, true}, + {1, "fastlylb.net", 2, true}, + {1, "map.fastlylb.net", 3, true}, {2, "user.fm", 3, true}, {1, "fastvps-server.com", 2, true}, {1, "fastvps.host", 2, true}, {1, "myfast.host", 2, true}, {1, "fastvps.site", 2, true}, {1, "myfast.space", 2, true}, + {1, "conn.uk", 2, true}, + {1, "copro.uk", 2, true}, + {1, "hosp.uk", 2, true}, {1, "fedorainfracloud.org", 2, true}, {1, "fedorapeople.org", 2, true}, {1, "cloud.fedoraproject.org", 3, true}, {1, "app.os.fedoraproject.org", 4, true}, {1, "app.os.stg.fedoraproject.org", 5, true}, - {1, "conn.uk", 2, true}, - {1, "copro.uk", 2, true}, - {1, "hosp.uk", 2, true}, {1, "mydobiss.com", 2, true}, {1, "fh-muenster.io", 2, true}, {1, "filegear.me", 2, true}, - {1, "filegear-au.me", 2, true}, - {1, "filegear-de.me", 2, true}, - {1, "filegear-gb.me", 2, true}, - {1, "filegear-ie.me", 2, true}, - {1, "filegear-jp.me", 2, true}, - {1, "filegear-sg.me", 2, true}, {1, "firebaseapp.com", 2, true}, {1, "fireweb.app", 2, true}, {1, "flap.id", 2, true}, - {1, "onflashdrive.app", 2, true}, {1, "fldrv.com", 2, true}, {1, "flutterflow.app", 2, true}, {1, "fly.dev", 2, true}, - {1, "edgeapp.net", 2, true}, {1, "shw.io", 2, true}, - {1, "flynnhosting.net", 2, true}, + {1, "edgeapp.net", 2, true}, {1, "forgeblocks.com", 2, true}, {1, "id.forgerock.io", 3, true}, {1, "framer.ai", 2, true}, @@ -8406,8 +8407,6 @@ var r = [9749]Rule{ {1, "framer.photos", 2, true}, {1, "framer.website", 2, true}, {1, "framer.wiki", 2, true}, - {2, "frusky.de", 3, true}, - {1, "ravpage.co.il", 3, true}, {1, "0e.vc", 2, true}, {1, "freebox-os.com", 2, true}, {1, "freeboxos.com", 2, true}, @@ -8417,6 +8416,7 @@ var r = [9749]Rule{ {1, "freeboxos.fr", 2, true}, {1, "freedesktop.org", 2, true}, {1, "freemyip.com", 2, true}, + {2, "frusky.de", 3, true}, {1, "wien.funkfeuer.at", 3, true}, {1, "daemon.asia", 2, true}, {1, "dix.asia", 2, true}, @@ -8442,6 +8442,8 @@ var r = [9749]Rule{ {2, "kunden.ortsinfo.at", 4, true}, {2, "statics.cloud", 3, true}, {1, "aliases121.com", 2, true}, + {1, "campaign.gov.uk", 3, true}, + {1, "service.gov.uk", 3, true}, {1, "independent-commission.uk", 2, true}, {1, "independent-inquest.uk", 2, true}, {1, "independent-inquiry.uk", 2, true}, @@ -8449,9 +8451,6 @@ var r = [9749]Rule{ {1, "independent-review.uk", 2, true}, {1, "public-inquiry.uk", 2, true}, {1, "royal-commission.uk", 2, true}, - {1, "campaign.gov.uk", 3, true}, - {1, "service.gov.uk", 3, true}, - {1, "api.gov.uk", 3, true}, {1, "gehirn.ne.jp", 3, true}, {1, "usercontent.jp", 2, true}, {1, "gentapps.com", 2, true}, @@ -8580,75 +8579,64 @@ var r = [9749]Rule{ {1, "zombie.jp", 2, true}, {1, "heteml.net", 2, true}, {1, "graphic.design", 2, true}, - {1, "cloudapps.digital", 2, true}, - {1, "london.cloudapps.digital", 3, true}, - {1, "pymnt.uk", 2, true}, - {1, "ro.im", 2, true}, {1, "goip.de", 2, true}, - {2, "run.app", 3, true}, - {1, "web.app", 2, true}, - {2, "0emm.com", 3, true}, - {1, "appspot.com", 2, true}, - {2, "r.appspot.com", 4, true}, - {1, "codespot.com", 2, true}, - {1, "googleapis.com", 2, true}, - {1, "googlecode.com", 2, true}, - {1, "pagespeedmobilizer.com", 2, true}, - {1, "publishproxy.com", 2, true}, - {1, "withgoogle.com", 2, true}, - {1, "withyoutube.com", 2, true}, - {2, "gateway.dev", 3, true}, - {1, "cloud.goog", 2, true}, - {1, "translate.goog", 2, true}, - {2, "usercontent.goog", 3, true}, - {1, "cloudfunctions.net", 2, true}, {1, "blogspot.ae", 2, true}, {1, "blogspot.al", 2, true}, {1, "blogspot.am", 2, true}, + {2, "hosted.app", 3, true}, + {2, "run.app", 3, true}, + {1, "web.app", 2, true}, + {1, "blogspot.com.ar", 3, true}, + {1, "blogspot.co.at", 3, true}, + {1, "blogspot.com.au", 3, true}, {1, "blogspot.ba", 2, true}, {1, "blogspot.be", 2, true}, {1, "blogspot.bg", 2, true}, {1, "blogspot.bj", 2, true}, + {1, "blogspot.com.br", 3, true}, + {1, "blogspot.com.by", 3, true}, {1, "blogspot.ca", 2, true}, {1, "blogspot.cf", 2, true}, {1, "blogspot.ch", 2, true}, {1, "blogspot.cl", 2, true}, - {1, "blogspot.co.at", 3, true}, - {1, "blogspot.co.id", 3, true}, - {1, "blogspot.co.il", 3, true}, - {1, "blogspot.co.ke", 3, true}, - {1, "blogspot.co.nz", 3, true}, - {1, "blogspot.co.uk", 3, true}, - {1, "blogspot.co.za", 3, true}, - {1, "blogspot.com", 2, true}, - {1, "blogspot.com.ar", 3, true}, - {1, "blogspot.com.au", 3, true}, - {1, "blogspot.com.br", 3, true}, - {1, "blogspot.com.by", 3, true}, {1, "blogspot.com.co", 3, true}, - {1, "blogspot.com.cy", 3, true}, - {1, "blogspot.com.ee", 3, true}, - {1, "blogspot.com.eg", 3, true}, - {1, "blogspot.com.es", 3, true}, - {1, "blogspot.com.mt", 3, true}, - {1, "blogspot.com.ng", 3, true}, - {1, "blogspot.com.tr", 3, true}, - {1, "blogspot.com.uy", 3, true}, + {2, "0emm.com", 3, true}, + {1, "appspot.com", 2, true}, + {2, "r.appspot.com", 4, true}, + {1, "blogspot.com", 2, true}, + {1, "codespot.com", 2, true}, + {1, "googleapis.com", 2, true}, + {1, "googlecode.com", 2, true}, + {1, "pagespeedmobilizer.com", 2, true}, + {1, "publishproxy.com", 2, true}, + {1, "withgoogle.com", 2, true}, + {1, "withyoutube.com", 2, true}, {1, "blogspot.cv", 2, true}, + {1, "blogspot.com.cy", 3, true}, {1, "blogspot.cz", 2, true}, {1, "blogspot.de", 2, true}, + {2, "gateway.dev", 3, true}, {1, "blogspot.dk", 2, true}, + {1, "blogspot.com.ee", 3, true}, + {1, "blogspot.com.eg", 3, true}, + {1, "blogspot.com.es", 3, true}, {1, "blogspot.fi", 2, true}, {1, "blogspot.fr", 2, true}, + {1, "cloud.goog", 2, true}, + {1, "translate.goog", 2, true}, + {2, "usercontent.goog", 3, true}, {1, "blogspot.gr", 2, true}, {1, "blogspot.hk", 2, true}, {1, "blogspot.hr", 2, true}, {1, "blogspot.hu", 2, true}, + {1, "blogspot.co.id", 3, true}, {1, "blogspot.ie", 2, true}, + {1, "blogspot.co.il", 3, true}, {1, "blogspot.in", 2, true}, {1, "blogspot.is", 2, true}, {1, "blogspot.it", 2, true}, {1, "blogspot.jp", 2, true}, + {1, "blogspot.co.ke", 3, true}, {1, "blogspot.kr", 2, true}, {1, "blogspot.li", 2, true}, {1, "blogspot.lt", 2, true}, @@ -8656,10 +8644,14 @@ var r = [9749]Rule{ {1, "blogspot.md", 2, true}, {1, "blogspot.mk", 2, true}, {1, "blogspot.mr", 2, true}, + {1, "blogspot.com.mt", 3, true}, {1, "blogspot.mx", 2, true}, {1, "blogspot.my", 2, true}, + {1, "cloudfunctions.net", 2, true}, + {1, "blogspot.com.ng", 3, true}, {1, "blogspot.nl", 2, true}, {1, "blogspot.no", 2, true}, + {1, "blogspot.co.nz", 3, true}, {1, "blogspot.pe", 2, true}, {1, "blogspot.pt", 2, true}, {1, "blogspot.qa", 2, true}, @@ -8673,13 +8665,19 @@ var r = [9749]Rule{ {1, "blogspot.sk", 2, true}, {1, "blogspot.sn", 2, true}, {1, "blogspot.td", 2, true}, + {1, "blogspot.com.tr", 3, true}, {1, "blogspot.tw", 2, true}, {1, "blogspot.ug", 2, true}, + {1, "blogspot.co.uk", 3, true}, + {1, "blogspot.com.uy", 3, true}, {1, "blogspot.vn", 2, true}, + {1, "blogspot.co.za", 3, true}, {1, "goupile.fr", 2, true}, + {1, "pymnt.uk", 2, true}, + {1, "cloudapps.digital", 2, true}, + {1, "london.cloudapps.digital", 3, true}, {1, "gov.nl", 2, true}, {1, "grayjayleagues.com", 2, true}, - {1, "awsmppl.com", 2, true}, {1, "xn--gnstigbestellen-zvb.de", 2, true}, {1, "xn--gnstigliefern-wob.de", 2, true}, {1, "fin.ci", 2, true}, @@ -8687,12 +8685,20 @@ var r = [9749]Rule{ {1, "caa.li", 2, true}, {1, "ua.rs", 2, true}, {1, "conf.se", 2, true}, - {1, "hs.zone", 2, true}, + {1, "xn--hkkinen-5wa.fi", 2, true}, {1, "hs.run", 2, true}, + {1, "hs.zone", 2, true}, {1, "hashbang.sh", 2, true}, {1, "hasura.app", 2, true}, {1, "hasura-app.io", 2, true}, + {1, "hatenablog.com", 2, true}, + {1, "hatenadiary.com", 2, true}, + {1, "hateblo.jp", 2, true}, + {1, "hatenablog.jp", 2, true}, + {1, "hatenadiary.jp", 2, true}, + {1, "hatenadiary.org", 2, true}, {1, "pages.it.hs-heilbronn.de", 4, true}, + {1, "heiyu.space", 2, true}, {1, "helioho.st", 2, true}, {1, "heliohost.us", 2, true}, {1, "hepforge.org", 2, true}, @@ -8719,14 +8725,15 @@ var r = [9749]Rule{ {1, "sch.so", 2, true}, {1, "ie.ua", 2, true}, {1, "hostyhosting.io", 2, true}, - {1, "xn--hkkinen-5wa.fi", 2, true}, + {1, "hypernode.io", 2, true}, + {1, "iobb.net", 2, true}, + {1, "co.cz", 2, true}, {2, "moonscale.io", 3, true}, {1, "moonscale.net", 2, true}, + {1, "gr.com", 2, true}, {1, "iki.fi", 2, true}, {1, "ibxos.it", 2, true}, {1, "iliadboxos.it", 2, true}, - {1, "impertrixcdn.com", 2, true}, - {1, "impertrix.com", 2, true}, {1, "smushcdn.com", 2, true}, {1, "wphostedmail.com", 2, true}, {1, "wpmucdn.com", 2, true}, @@ -8737,10 +8744,10 @@ var r = [9749]Rule{ {1, "in-brb.de", 2, true}, {1, "in-butter.de", 2, true}, {1, "in-dsl.de", 2, true}, - {1, "in-dsl.net", 2, true}, - {1, "in-dsl.org", 2, true}, {1, "in-vpn.de", 2, true}, + {1, "in-dsl.net", 2, true}, {1, "in-vpn.net", 2, true}, + {1, "in-dsl.org", 2, true}, {1, "in-vpn.org", 2, true}, {1, "biz.at", 2, true}, {1, "info.at", 2, true}, @@ -8774,17 +8781,22 @@ var r = [9749]Rule{ {1, "to.leg.br", 3, true}, {1, "pixolino.com", 2, true}, {1, "na4u.ru", 2, true}, + {1, "apps-1and1.com", 2, true}, + {1, "live-website.com", 2, true}, + {1, "apps-1and1.net", 2, true}, + {1, "websitebuilder.online", 2, true}, + {1, "app-ionos.space", 2, true}, {1, "iopsys.se", 2, true}, {1, "ipifony.net", 2, true}, - {1, "is-a.dev", 2, true}, {1, "ir.md", 2, true}, + {1, "is-a.dev", 2, true}, + {1, "is-a-good.dev", 2, true}, {1, "iservschule.de", 2, true}, {1, "mein-iserv.de", 2, true}, {1, "schulplattform.de", 2, true}, {1, "schulserver.de", 2, true}, {1, "test-iserv.de", 2, true}, {1, "iserv.dev", 2, true}, - {1, "iobb.net", 2, true}, {1, "mel.cloudlets.com.au", 4, true}, {1, "cloud.interhostsolutions.be", 3, true}, {1, "mycloud.by", 2, true}, @@ -8871,27 +8883,25 @@ var r = [9749]Rule{ {2, "spectrum.myjino.ru", 4, true}, {2, "vps.myjino.ru", 4, true}, {1, "jotelulu.cloud", 2, true}, - {1, "jouwweb.site", 2, true}, {1, "webadorsite.com", 2, true}, - {2, "triton.zone", 3, true}, + {1, "jouwweb.site", 2, true}, {2, "cns.joyent.com", 4, true}, + {2, "triton.zone", 3, true}, {1, "js.org", 2, true}, {1, "kaas.gg", 2, true}, {1, "khplay.nl", 2, true}, {1, "ktistory.com", 2, true}, {1, "kapsi.fi", 2, true}, + {1, "ezproxy.kuleuven.be", 3, true}, + {1, "kuleuven.cloud", 2, true}, {1, "keymachine.de", 2, true}, {1, "kinghost.net", 2, true}, {1, "uni5.net", 2, true}, {1, "knightpoint.systems", 2, true}, {1, "koobin.events", 2, true}, - {1, "oya.to", 2, true}, - {1, "kuleuven.cloud", 2, true}, - {1, "ezproxy.kuleuven.be", 3, true}, - {1, "co.krd", 2, true}, - {1, "edu.krd", 2, true}, - {1, "krellian.net", 2, true}, {1, "webthings.io", 2, true}, + {1, "krellian.net", 2, true}, + {1, "oya.to", 2, true}, {1, "git-repos.de", 2, true}, {1, "lcube-server.de", 2, true}, {1, "svn-repos.de", 2, true}, @@ -8899,6 +8909,7 @@ var r = [9749]Rule{ {1, "lpages.co", 2, true}, {1, "lpusercontent.com", 2, true}, {1, "lelux.site", 2, true}, + {1, "libp2p.direct", 2, true}, {1, "runcontainers.dev", 2, true}, {1, "co.business", 2, true}, {1, "co.education", 2, true}, @@ -8907,22 +8918,23 @@ var r = [9749]Rule{ {1, "co.network", 2, true}, {1, "co.place", 2, true}, {1, "co.technology", 2, true}, - {1, "linkyard.cloud", 2, true}, {1, "linkyard-cloud.ch", 2, true}, + {1, "linkyard.cloud", 2, true}, {1, "members.linode.com", 3, true}, {2, "nodebalancer.linode.com", 4, true}, {2, "linodeobjects.com", 3, true}, {1, "ip.linodeusercontent.com", 3, true}, {1, "we.bs", 2, true}, + {1, "filegear-sg.me", 2, true}, + {1, "ggff.net", 2, true}, {2, "user.localcert.dev", 4, true}, - {1, "localzone.xyz", 2, true}, {1, "loginline.app", 2, true}, {1, "loginline.dev", 2, true}, {1, "loginline.io", 2, true}, {1, "loginline.services", 2, true}, {1, "loginline.site", 2, true}, - {1, "servers.run", 2, true}, {1, "lohmus.me", 2, true}, + {1, "servers.run", 2, true}, {1, "krasnik.pl", 2, true}, {1, "leczna.pl", 2, true}, {1, "lubartow.pl", 2, true}, @@ -8933,18 +8945,19 @@ var r = [9749]Rule{ {1, "lug.org.uk", 3, true}, {1, "lugs.org.uk", 3, true}, {1, "barsy.bg", 2, true}, - {1, "barsy.co.uk", 3, true}, - {1, "barsyonline.co.uk", 3, true}, + {1, "barsy.club", 2, true}, {1, "barsycenter.com", 2, true}, {1, "barsyonline.com", 2, true}, - {1, "barsy.club", 2, true}, {1, "barsy.de", 2, true}, + {1, "barsy.dev", 2, true}, {1, "barsy.eu", 2, true}, + {1, "barsy.gr", 2, true}, {1, "barsy.in", 2, true}, {1, "barsy.info", 2, true}, {1, "barsy.io", 2, true}, {1, "barsy.me", 2, true}, {1, "barsy.menu", 2, true}, + {1, "barsyonline.menu", 2, true}, {1, "barsy.mobi", 2, true}, {1, "barsy.net", 2, true}, {1, "barsy.online", 2, true}, @@ -8952,21 +8965,25 @@ var r = [9749]Rule{ {1, "barsy.pro", 2, true}, {1, "barsy.pub", 2, true}, {1, "barsy.ro", 2, true}, + {1, "barsy.rs", 2, true}, {1, "barsy.shop", 2, true}, + {1, "barsyonline.shop", 2, true}, {1, "barsy.site", 2, true}, + {1, "barsy.store", 2, true}, {1, "barsy.support", 2, true}, {1, "barsy.uk", 2, true}, + {1, "barsy.co.uk", 3, true}, + {1, "barsyonline.co.uk", 3, true}, {2, "magentosite.cloud", 3, true}, + {1, "hb.cldmail.ru", 3, true}, {1, "mayfirst.info", 2, true}, {1, "mayfirst.org", 2, true}, - {1, "hb.cldmail.ru", 3, true}, - {1, "cn.vu", 2, true}, {1, "mazeplay.com", 2, true}, - {1, "mcpe.me", 2, true}, {1, "mcdir.me", 2, true}, {1, "mcdir.ru", 2, true}, - {1, "mcpre.ru", 2, true}, {1, "vps.mcdir.ru", 3, true}, + {1, "mcpre.ru", 2, true}, + {1, "mcpe.me", 2, true}, {1, "mediatech.by", 2, true}, {1, "mediatech.dev", 2, true}, {1, "hra.health", 2, true}, @@ -8984,10 +9001,9 @@ var r = [9749]Rule{ {1, "co.pl", 2, true}, {2, "azurecontainer.io", 3, true}, {1, "azure-api.net", 2, true}, + {1, "azure-mobile.net", 2, true}, {1, "azureedge.net", 2, true}, {1, "azurefd.net", 2, true}, - {1, "azurewebsites.net", 2, true}, - {1, "azure-mobile.net", 2, true}, {1, "azurestaticapps.net", 2, true}, {1, "1.azurestaticapps.net", 3, true}, {1, "2.azurestaticapps.net", 3, true}, @@ -9001,22 +9017,22 @@ var r = [9749]Rule{ {1, "eastus2.azurestaticapps.net", 3, true}, {1, "westeurope.azurestaticapps.net", 3, true}, {1, "westus2.azurestaticapps.net", 3, true}, + {1, "azurewebsites.net", 2, true}, {1, "cloudapp.net", 2, true}, {1, "trafficmanager.net", 2, true}, {1, "blob.core.windows.net", 4, true}, {1, "servicebus.windows.net", 3, true}, + {1, "sn.mynetname.net", 3, true}, {1, "csx.cc", 2, true}, - {1, "mintere.site", 2, true}, {1, "forte.id", 2, true}, {1, "modx.dev", 2, true}, - {1, "mozilla-iot.org", 2, true}, {1, "bmoattachments.org", 2, true}, {1, "net.ru", 2, true}, {1, "org.ru", 2, true}, {1, "pp.ru", 2, true}, {1, "hostedpi.com", 2, true}, - {1, "customer.mythic-beasts.com", 3, true}, {1, "caracal.mythic-beasts.com", 3, true}, + {1, "customer.mythic-beasts.com", 3, true}, {1, "fentiger.mythic-beasts.com", 3, true}, {1, "lynx.mythic-beasts.com", 3, true}, {1, "ocelot.mythic-beasts.com", 3, true}, @@ -9029,8 +9045,11 @@ var r = [9749]Rule{ {1, "cust.retrosnub.co.uk", 4, true}, {1, "ui.nabu.casa", 3, true}, {1, "cloud.nospamproxy.com", 3, true}, + {1, "netfy.app", 2, true}, {1, "netlify.app", 2, true}, {1, "4u.com", 2, true}, + {1, "nfshost.com", 2, true}, + {1, "ipfs.nftstorage.link", 3, true}, {1, "ngo.us", 2, true}, {1, "ngrok.app", 2, true}, {1, "ngrok-free.app", 2, true}, @@ -9049,8 +9068,98 @@ var r = [9749]Rule{ {1, "torun.pl", 2, true}, {1, "nh-serv.co.uk", 3, true}, {1, "nimsite.uk", 2, true}, - {1, "nfshost.com", 2, true}, - {1, "ipfs.nftstorage.link", 3, true}, + {1, "ar.com", 2, true}, + {1, "hu.com", 2, true}, + {1, "kr.com", 2, true}, + {1, "no.com", 2, true}, + {1, "qc.com", 2, true}, + {1, "uy.com", 2, true}, + {1, "mmafan.biz", 2, true}, + {1, "myftp.biz", 2, true}, + {1, "no-ip.biz", 2, true}, + {1, "no-ip.ca", 2, true}, + {1, "fantasyleague.cc", 2, true}, + {1, "gotdns.ch", 2, true}, + {1, "3utilities.com", 2, true}, + {1, "blogsyte.com", 2, true}, + {1, "ciscofreak.com", 2, true}, + {1, "damnserver.com", 2, true}, + {1, "ddnsking.com", 2, true}, + {1, "ditchyourip.com", 2, true}, + {1, "dnsiskinky.com", 2, true}, + {1, "dynns.com", 2, true}, + {1, "geekgalaxy.com", 2, true}, + {1, "health-carereform.com", 2, true}, + {1, "homesecuritymac.com", 2, true}, + {1, "homesecuritypc.com", 2, true}, + {1, "myactivedirectory.com", 2, true}, + {1, "mysecuritycamera.com", 2, true}, + {1, "myvnc.com", 2, true}, + {1, "net-freaks.com", 2, true}, + {1, "onthewifi.com", 2, true}, + {1, "point2this.com", 2, true}, + {1, "quicksytes.com", 2, true}, + {1, "securitytactics.com", 2, true}, + {1, "servebeer.com", 2, true}, + {1, "servecounterstrike.com", 2, true}, + {1, "serveexchange.com", 2, true}, + {1, "serveftp.com", 2, true}, + {1, "servegame.com", 2, true}, + {1, "servehalflife.com", 2, true}, + {1, "servehttp.com", 2, true}, + {1, "servehumour.com", 2, true}, + {1, "serveirc.com", 2, true}, + {1, "servemp3.com", 2, true}, + {1, "servep2p.com", 2, true}, + {1, "servepics.com", 2, true}, + {1, "servequake.com", 2, true}, + {1, "servesarcasm.com", 2, true}, + {1, "stufftoread.com", 2, true}, + {1, "unusualperson.com", 2, true}, + {1, "workisboring.com", 2, true}, + {1, "dvrcam.info", 2, true}, + {1, "ilovecollege.info", 2, true}, + {1, "no-ip.info", 2, true}, + {1, "brasilia.me", 2, true}, + {1, "ddns.me", 2, true}, + {1, "dnsfor.me", 2, true}, + {1, "hopto.me", 2, true}, + {1, "loginto.me", 2, true}, + {1, "noip.me", 2, true}, + {1, "webhop.me", 2, true}, + {1, "bounceme.net", 2, true}, + {1, "ddns.net", 2, true}, + {1, "eating-organic.net", 2, true}, + {1, "mydissent.net", 2, true}, + {1, "myeffect.net", 2, true}, + {1, "mymediapc.net", 2, true}, + {1, "mypsx.net", 2, true}, + {1, "mysecuritycamera.net", 2, true}, + {1, "nhlfan.net", 2, true}, + {1, "no-ip.net", 2, true}, + {1, "pgafan.net", 2, true}, + {1, "privatizehealthinsurance.net", 2, true}, + {1, "redirectme.net", 2, true}, + {1, "serveblog.net", 2, true}, + {1, "serveminecraft.net", 2, true}, + {1, "sytes.net", 2, true}, + {1, "cable-modem.org", 2, true}, + {1, "collegefan.org", 2, true}, + {1, "couchpotatofries.org", 2, true}, + {1, "hopto.org", 2, true}, + {1, "mlbfan.org", 2, true}, + {1, "myftp.org", 2, true}, + {1, "mysecuritycamera.org", 2, true}, + {1, "nflfan.org", 2, true}, + {1, "no-ip.org", 2, true}, + {1, "read-books.org", 2, true}, + {1, "ufcfan.org", 2, true}, + {1, "zapto.org", 2, true}, + {1, "no-ip.co.uk", 3, true}, + {1, "golffan.us", 2, true}, + {1, "noip.us", 2, true}, + {1, "pointto.us", 2, true}, + {1, "stage.nodeart.io", 3, true}, {2, "developer.app", 3, true}, {1, "noop.app", 2, true}, {2, "northflank.app", 3, true}, @@ -9087,121 +9196,34 @@ var r = [9749]Rule{ {1, "zapto.xyz", 2, true}, {1, "nsupdate.info", 2, true}, {1, "nerdpol.ovh", 2, true}, - {1, "blogsyte.com", 2, true}, - {1, "brasilia.me", 2, true}, - {1, "cable-modem.org", 2, true}, - {1, "ciscofreak.com", 2, true}, - {1, "collegefan.org", 2, true}, - {1, "couchpotatofries.org", 2, true}, - {1, "damnserver.com", 2, true}, - {1, "ddns.me", 2, true}, - {1, "ditchyourip.com", 2, true}, - {1, "dnsfor.me", 2, true}, - {1, "dnsiskinky.com", 2, true}, - {1, "dvrcam.info", 2, true}, - {1, "dynns.com", 2, true}, - {1, "eating-organic.net", 2, true}, - {1, "fantasyleague.cc", 2, true}, - {1, "geekgalaxy.com", 2, true}, - {1, "golffan.us", 2, true}, - {1, "health-carereform.com", 2, true}, - {1, "homesecuritymac.com", 2, true}, - {1, "homesecuritypc.com", 2, true}, - {1, "hopto.me", 2, true}, - {1, "ilovecollege.info", 2, true}, - {1, "loginto.me", 2, true}, - {1, "mlbfan.org", 2, true}, - {1, "mmafan.biz", 2, true}, - {1, "myactivedirectory.com", 2, true}, - {1, "mydissent.net", 2, true}, - {1, "myeffect.net", 2, true}, - {1, "mymediapc.net", 2, true}, - {1, "mypsx.net", 2, true}, - {1, "mysecuritycamera.com", 2, true}, - {1, "mysecuritycamera.net", 2, true}, - {1, "mysecuritycamera.org", 2, true}, - {1, "net-freaks.com", 2, true}, - {1, "nflfan.org", 2, true}, - {1, "nhlfan.net", 2, true}, - {1, "no-ip.ca", 2, true}, - {1, "no-ip.co.uk", 3, true}, - {1, "no-ip.net", 2, true}, - {1, "noip.us", 2, true}, - {1, "onthewifi.com", 2, true}, - {1, "pgafan.net", 2, true}, - {1, "point2this.com", 2, true}, - {1, "pointto.us", 2, true}, - {1, "privatizehealthinsurance.net", 2, true}, - {1, "quicksytes.com", 2, true}, - {1, "read-books.org", 2, true}, - {1, "securitytactics.com", 2, true}, - {1, "serveexchange.com", 2, true}, - {1, "servehumour.com", 2, true}, - {1, "servep2p.com", 2, true}, - {1, "servesarcasm.com", 2, true}, - {1, "stufftoread.com", 2, true}, - {1, "ufcfan.org", 2, true}, - {1, "unusualperson.com", 2, true}, - {1, "workisboring.com", 2, true}, - {1, "3utilities.com", 2, true}, - {1, "bounceme.net", 2, true}, - {1, "ddns.net", 2, true}, - {1, "ddnsking.com", 2, true}, - {1, "gotdns.ch", 2, true}, - {1, "hopto.org", 2, true}, - {1, "myftp.biz", 2, true}, - {1, "myftp.org", 2, true}, - {1, "myvnc.com", 2, true}, - {1, "no-ip.biz", 2, true}, - {1, "no-ip.info", 2, true}, - {1, "no-ip.org", 2, true}, - {1, "noip.me", 2, true}, - {1, "redirectme.net", 2, true}, - {1, "servebeer.com", 2, true}, - {1, "serveblog.net", 2, true}, - {1, "servecounterstrike.com", 2, true}, - {1, "serveftp.com", 2, true}, - {1, "servegame.com", 2, true}, - {1, "servehalflife.com", 2, true}, - {1, "servehttp.com", 2, true}, - {1, "serveirc.com", 2, true}, - {1, "serveminecraft.net", 2, true}, - {1, "servemp3.com", 2, true}, - {1, "servepics.com", 2, true}, - {1, "servequake.com", 2, true}, - {1, "sytes.net", 2, true}, - {1, "webhop.me", 2, true}, - {1, "zapto.org", 2, true}, - {1, "stage.nodeart.io", 3, true}, - {1, "pcloud.host", 2, true}, {1, "nyc.mn", 2, true}, {1, "prvcy.page", 2, true}, + {1, "obl.ong", 2, true}, {1, "observablehq.cloud", 2, true}, {1, "static.observableusercontent.com", 3, true}, - {1, "cya.gg", 2, true}, {1, "omg.lol", 2, true}, {1, "cloudycluster.net", 2, true}, {1, "omniwe.site", 2, true}, - {1, "123hjemmeside.dk", 2, true}, - {1, "123hjemmeside.no", 2, true}, - {1, "123homepage.it", 2, true}, - {1, "123kotisivu.fi", 2, true}, - {1, "123minsida.se", 2, true}, - {1, "123miweb.es", 2, true}, - {1, "123paginaweb.pt", 2, true}, - {1, "123siteweb.fr", 2, true}, {1, "123webseite.at", 2, true}, - {1, "123webseite.de", 2, true}, {1, "123website.be", 2, true}, + {1, "simplesite.com.br", 3, true}, {1, "123website.ch", 2, true}, + {1, "simplesite.com", 2, true}, + {1, "123webseite.de", 2, true}, + {1, "123hjemmeside.dk", 2, true}, + {1, "123miweb.es", 2, true}, + {1, "123kotisivu.fi", 2, true}, + {1, "123siteweb.fr", 2, true}, + {1, "simplesite.gr", 2, true}, + {1, "123homepage.it", 2, true}, {1, "123website.lu", 2, true}, {1, "123website.nl", 2, true}, + {1, "123hjemmeside.no", 2, true}, {1, "service.one", 2, true}, - {1, "simplesite.com", 2, true}, - {1, "simplesite.com.br", 3, true}, - {1, "simplesite.gr", 2, true}, {1, "simplesite.pl", 2, true}, - {1, "nid.io", 2, true}, + {1, "123paginaweb.pt", 2, true}, + {1, "123minsida.se", 2, true}, + {1, "is-a-fullstack.dev", 2, true}, {1, "is-cool.dev", 2, true}, {1, "is-not-a.dev", 2, true}, {1, "localplayer.dev", 2, true}, @@ -9216,33 +9238,27 @@ var r = [9749]Rule{ {1, "authgearapps.com", 2, true}, {1, "skygearapp.com", 2, true}, {1, "outsystemscloud.com", 2, true}, - {2, "webpaas.ovh.net", 4, true}, {2, "hosting.ovh.net", 4, true}, + {2, "webpaas.ovh.net", 4, true}, {1, "ownprovider.com", 2, true}, {1, "own.pm", 2, true}, {2, "owo.codes", 3, true}, {1, "ox.rs", 2, true}, {1, "oy.lc", 2, true}, {1, "pgfog.com", 2, true}, - {1, "pagefrontapp.com", 2, true}, {1, "pagexl.com", 2, true}, + {1, "gotpantheon.com", 2, true}, + {1, "pantheonsite.io", 2, true}, {2, "paywhirl.com", 3, true}, {2, "xmit.co", 3, true}, {1, "xmit.dev", 2, true}, + {1, "madethis.site", 2, true}, {1, "srv.us", 2, true}, {1, "gh.srv.us", 3, true}, {1, "gl.srv.us", 3, true}, - {1, "art.pl", 2, true}, - {1, "gliwice.pl", 2, true}, - {1, "krakow.pl", 2, true}, - {1, "poznan.pl", 2, true}, - {1, "wroc.pl", 2, true}, - {1, "zakopane.pl", 2, true}, - {1, "pantheonsite.io", 2, true}, - {1, "gotpantheon.com", 2, true}, + {1, "lk3.ru", 2, true}, {1, "mypep.link", 2, true}, {1, "perspecta.cloud", 2, true}, - {1, "lk3.ru", 2, true}, {1, "on-web.fr", 2, true}, {2, "upsun.app", 3, true}, {1, "upsunapp.com", 2, true}, @@ -9254,9 +9270,6 @@ var r = [9749]Rule{ {1, "platter-app.com", 2, true}, {1, "platter-app.dev", 2, true}, {1, "platterp.us", 2, true}, - {1, "pdns.page", 2, true}, - {1, "plesk.page", 2, true}, - {1, "pleskns.com", 2, true}, {1, "pley.games", 2, true}, {1, "dyn53.io", 2, true}, {1, "onporter.run", 2, true}, @@ -9275,16 +9288,6 @@ var r = [9749]Rule{ {1, "pubtls.org", 2, true}, {1, "pythonanywhere.com", 2, true}, {1, "eu.pythonanywhere.com", 3, true}, - {1, "qoto.io", 2, true}, - {1, "qualifioapp.com", 2, true}, - {1, "ladesk.com", 2, true}, - {1, "qbuser.com", 2, true}, - {1, "cloudsite.builders", 2, true}, - {1, "myradweb.net", 2, true}, - {1, "servername.us", 2, true}, - {1, "instances.spawn.cc", 3, true}, - {1, "instantcloud.cn", 2, true}, - {1, "ras.ru", 2, true}, {1, "qa2.com", 2, true}, {1, "qcx.io", 2, true}, {2, "sys.qcx.io", 4, true}, @@ -9294,19 +9297,31 @@ var r = [9749]Rule{ {1, "mycloudnas.com", 2, true}, {1, "mynascloud.com", 2, true}, {1, "myqnapcloud.com", 2, true}, + {1, "qoto.io", 2, true}, + {1, "qualifioapp.com", 2, true}, + {1, "ladesk.com", 2, true}, + {1, "qbuser.com", 2, true}, {2, "quipelements.com", 3, true}, {1, "vapor.cloud", 2, true}, {1, "vaporcloud.io", 2, true}, {1, "rackmaze.com", 2, true}, {1, "rackmaze.net", 2, true}, - {1, "g.vbrplsbx.io", 3, true}, - {2, "on-k3s.io", 3, true}, + {1, "cloudsite.builders", 2, true}, + {1, "myradweb.net", 2, true}, + {1, "servername.us", 2, true}, + {1, "web.in", 2, true}, + {1, "in.net", 2, true}, + {1, "myrdbx.io", 2, true}, + {1, "site.rb-hosting.io", 3, true}, {2, "on-rancher.cloud", 3, true}, + {2, "on-k3s.io", 3, true}, {2, "on-rio.io", 3, true}, + {1, "ravpage.co.il", 3, true}, {1, "readthedocs.io", 2, true}, {1, "rhcloud.com", 2, true}, - {1, "app.render.com", 3, true}, + {1, "instances.spawn.cc", 3, true}, {1, "onrender.com", 2, true}, + {1, "app.render.com", 3, true}, {1, "replit.app", 2, true}, {1, "id.replit.app", 3, true}, {1, "firewalledreplit.co", 2, true}, @@ -9348,6 +9363,8 @@ var r = [9749]Rule{ {1, "wellbeingzone.co.uk", 3, true}, {1, "adimo.co.uk", 3, true}, {1, "itcouldbewor.se", 2, true}, + {1, "aus.basketball", 2, true}, + {1, "nz.basketball", 2, true}, {1, "git-pages.rit.edu", 3, true}, {1, "rocky.page", 2, true}, {1, "xn--90amc.xn--p1acf", 2, true}, @@ -9360,6 +9377,7 @@ var r = [9749]Rule{ {1, "xn--h1aliz.xn--p1acf", 2, true}, {1, "xn--90a1af.xn--p1acf", 2, true}, {1, "xn--41a.xn--p1acf", 2, true}, + {1, "ras.ru", 2, true}, {1, "180r.com", 2, true}, {1, "dojin.com", 2, true}, {1, "sakuratan.com", 2, true}, @@ -9411,9 +9429,17 @@ var r = [9749]Rule{ {2, "dev-builder.code.com", 4, true}, {2, "stg-builder.code.com", 4, true}, {2, "001.test.code-builder-stg.platform.salesforce.com", 7, true}, + {2, "d.crm.dev", 4, true}, + {2, "w.crm.dev", 4, true}, + {2, "wa.crm.dev", 4, true}, + {2, "wb.crm.dev", 4, true}, + {2, "wc.crm.dev", 4, true}, + {2, "wd.crm.dev", 4, true}, + {2, "we.crm.dev", 4, true}, + {2, "wf.crm.dev", 4, true}, {1, "sandcats.io", 2, true}, - {1, "logoip.de", 2, true}, {1, "logoip.com", 2, true}, + {1, "logoip.de", 2, true}, {1, "fr-par-1.baremetal.scw.cloud", 4, true}, {1, "fr-par-2.baremetal.scw.cloud", 4, true}, {1, "nl-ams-1.baremetal.scw.cloud", 4, true}, @@ -9459,15 +9485,15 @@ var r = [9749]Rule{ {1, "spdns.org", 2, true}, {1, "seidat.net", 2, true}, {1, "sellfy.store", 2, true}, - {1, "senseering.net", 2, true}, {1, "minisite.ms", 2, true}, + {1, "senseering.net", 2, true}, + {1, "servebolt.cloud", 2, true}, {1, "magnet.page", 2, true}, {1, "biz.ua", 2, true}, {1, "co.ua", 2, true}, {1, "pp.ua", 2, true}, + {1, "as.sh.cn", 3, true}, {1, "sheezy.games", 2, true}, - {1, "shiftcrypto.dev", 2, true}, - {1, "shiftcrypto.io", 2, true}, {1, "shiftedit.io", 2, true}, {1, "myshopblocks.com", 2, true}, {1, "myshopify.com", 2, true}, @@ -9483,6 +9509,7 @@ var r = [9749]Rule{ {1, "bounty-full.com", 2, true}, {1, "alpha.bounty-full.com", 3, true}, {1, "beta.bounty-full.com", 3, true}, + {1, "small-web.org", 2, true}, {1, "aeroport.fr", 2, true}, {1, "avocat.fr", 2, true}, {1, "chambagri.fr", 2, true}, @@ -9493,37 +9520,19 @@ var r = [9749]Rule{ {1, "pharmacien.fr", 2, true}, {1, "port.fr", 2, true}, {1, "veterinaire.fr", 2, true}, - {1, "small-web.org", 2, true}, {1, "vp4.me", 2, true}, {2, "snowflake.app", 3, true}, {2, "privatelink.snowflake.app", 4, true}, {1, "streamlit.app", 2, true}, {1, "streamlitapp.com", 2, true}, {1, "try-snowplow.com", 2, true}, - {1, "srht.site", 2, true}, - {1, "w-corp-staticblitz.com", 2, true}, - {1, "w-credentialless-staticblitz.com", 2, true}, - {1, "w-staticblitz.com", 2, true}, - {1, "stackhero-network.com", 2, true}, - {1, "runs.onstackit.cloud", 3, true}, - {1, "stackit.gg", 2, true}, - {1, "stackit.rocks", 2, true}, - {1, "stackit.run", 2, true}, - {1, "stackit.zone", 2, true}, - {1, "musician.io", 2, true}, - {1, "novecore.site", 2, true}, - {1, "static.land", 2, true}, - {1, "dev.static.land", 3, true}, - {1, "sites.static.land", 3, true}, - {1, "storebase.store", 2, true}, - {1, "vps-host.net", 2, true}, - {1, "atl.jelastic.vps-host.net", 4, true}, - {1, "njs.jelastic.vps-host.net", 4, true}, - {1, "ric.jelastic.vps-host.net", 4, true}, + {1, "mafelo.net", 2, true}, {1, "playstation-cloud.com", 2, true}, + {1, "srht.site", 2, true}, {1, "apps.lair.io", 3, true}, {2, "stolos.io", 3, true}, {1, "spacekit.io", 2, true}, + {1, "ind.mom", 2, true}, {1, "customer.speedpartner.de", 3, true}, {1, "myspreadshop.at", 2, true}, {1, "myspreadshop.com.au", 3, true}, @@ -9544,6 +9553,17 @@ var r = [9749]Rule{ {1, "myspreadshop.pl", 2, true}, {1, "myspreadshop.se", 2, true}, {1, "myspreadshop.co.uk", 3, true}, + {1, "w-corp-staticblitz.com", 2, true}, + {1, "w-credentialless-staticblitz.com", 2, true}, + {1, "w-staticblitz.com", 2, true}, + {1, "stackhero-network.com", 2, true}, + {1, "runs.onstackit.cloud", 3, true}, + {1, "stackit.gg", 2, true}, + {1, "stackit.rocks", 2, true}, + {1, "stackit.run", 2, true}, + {1, "stackit.zone", 2, true}, + {1, "musician.io", 2, true}, + {1, "novecore.site", 2, true}, {1, "api.stdlib.com", 3, true}, {1, "feedback.ac", 2, true}, {1, "forms.ac", 2, true}, @@ -9555,21 +9575,27 @@ var r = [9749]Rule{ {1, "researched.cx", 2, true}, {1, "tests.cx", 2, true}, {1, "surveys.so", 2, true}, + {1, "storebase.store", 2, true}, {1, "storipress.app", 2, true}, {1, "storj.farm", 2, true}, + {1, "strapiapp.com", 2, true}, + {1, "media.strapiapp.com", 3, true}, + {1, "vps-host.net", 2, true}, + {1, "atl.jelastic.vps-host.net", 4, true}, + {1, "njs.jelastic.vps-host.net", 4, true}, + {1, "ric.jelastic.vps-host.net", 4, true}, {1, "streak-link.com", 2, true}, {1, "streaklinks.com", 2, true}, {1, "streakusercontent.com", 2, true}, - {1, "utwente.io", 2, true}, {1, "soc.srcf.net", 3, true}, {1, "user.srcf.net", 3, true}, + {1, "utwente.io", 2, true}, {1, "temp-dns.com", 2, true}, {1, "supabase.co", 2, true}, {1, "supabase.in", 2, true}, {1, "supabase.net", 2, true}, - {1, "su.paba.se", 3, true}, - {2, "s5y.io", 3, true}, {2, "sensiosite.cloud", 3, true}, + {2, "s5y.io", 3, true}, {1, "syncloud.it", 2, true}, {1, "dscloud.biz", 2, true}, {1, "direct.quickconnect.cn", 3, true}, @@ -9585,11 +9611,11 @@ var r = [9749]Rule{ {1, "familyds.net", 2, true}, {1, "dsmynas.org", 2, true}, {1, "familyds.org", 2, true}, - {1, "vpnplus.to", 2, true}, {1, "direct.quickconnect.to", 3, true}, - {1, "tabitorder.co.il", 3, true}, - {1, "mytabit.co.il", 3, true}, + {1, "vpnplus.to", 2, true}, {1, "mytabit.com", 2, true}, + {1, "mytabit.co.il", 3, true}, + {1, "tabitorder.co.il", 3, true}, {1, "taifun-dns.de", 2, true}, {1, "beta.tailscale.net", 3, true}, {1, "ts.net", 2, true}, @@ -9599,6 +9625,8 @@ var r = [9749]Rule{ {1, "gdynia.pl", 2, true}, {1, "med.pl", 2, true}, {1, "sopot.pl", 2, true}, + {1, "p.tawk.email", 3, true}, + {1, "p.tawkto.email", 3, true}, {1, "site.tb-hosting.com", 3, true}, {1, "edugit.io", 2, true}, {1, "s3.teckids.org", 3, true}, @@ -9610,11 +9638,11 @@ var r = [9749]Rule{ {1, "reservd.com", 2, true}, {1, "thingdustdata.com", 2, true}, {1, "cust.dev.thingdust.io", 4, true}, + {1, "reservd.dev.thingdust.io", 4, true}, {1, "cust.disrec.thingdust.io", 4, true}, + {1, "reservd.disrec.thingdust.io", 4, true}, {1, "cust.prod.thingdust.io", 4, true}, {1, "cust.testing.thingdust.io", 4, true}, - {1, "reservd.dev.thingdust.io", 4, true}, - {1, "reservd.disrec.thingdust.io", 4, true}, {1, "reservd.testing.thingdust.io", 4, true}, {1, "tickets.io", 2, true}, {1, "arvo.network", 2, true}, @@ -9649,8 +9677,6 @@ var r = [9749]Rule{ {1, "site.transip.me", 3, true}, {1, "tuxfamily.org", 2, true}, {1, "dd-dns.de", 2, true}, - {1, "diskstation.eu", 2, true}, - {1, "diskstation.org", 2, true}, {1, "dray-dns.de", 2, true}, {1, "draydns.de", 2, true}, {1, "dyn-vpn.de", 2, true}, @@ -9661,58 +9687,71 @@ var r = [9749]Rule{ {1, "syno-ds.de", 2, true}, {1, "synology-diskstation.de", 2, true}, {1, "synology-ds.de", 2, true}, + {1, "diskstation.eu", 2, true}, + {1, "diskstation.org", 2, true}, {1, "typedream.app", 2, true}, {1, "pro.typeform.com", 3, true}, - {1, "uber.space", 2, true}, {2, "uberspace.de", 3, true}, + {1, "uber.space", 2, true}, {1, "hk.com", 2, true}, - {1, "hk.org", 2, true}, - {1, "ltd.hk", 2, true}, {1, "inc.hk", 2, true}, + {1, "ltd.hk", 2, true}, + {1, "hk.org", 2, true}, {1, "it.com", 2, true}, {1, "unison-services.cloud", 2, true}, + {1, "virtual-user.de", 2, true}, + {1, "virtualuser.de", 2, true}, {1, "name.pm", 2, true}, {1, "sch.tf", 2, true}, {1, "biz.wf", 2, true}, {1, "sch.wf", 2, true}, {1, "org.yt", 2, true}, - {1, "virtualuser.de", 2, true}, - {1, "virtual-user.de", 2, true}, + {1, "rs.ba", 2, true}, + {1, "bielsko.pl", 2, true}, {1, "upli.io", 2, true}, {1, "urown.cloud", 2, true}, {1, "dnsupdate.info", 2, true}, - {1, "lib.de.us", 3, true}, + {1, "us.org", 2, true}, + {1, "v.ua", 2, true}, {1, "express.val.run", 3, true}, {1, "web.val.run", 3, true}, - {1, "2038.io", 2, true}, {1, "vercel.app", 2, true}, {1, "vercel.dev", 2, true}, {1, "now.sh", 2, true}, + {1, "2038.io", 2, true}, {1, "router.management", 2, true}, {1, "v-info.info", 2, true}, {1, "voorloper.cloud", 2, true}, - {1, "v.ua", 2, true}, {2, "vultrobjects.com", 3, true}, {1, "wafflecell.com", 2, true}, {1, "webflow.io", 2, true}, {1, "webflowtest.io", 2, true}, {2, "webhare.dev", 3, true}, - {1, "reserve-online.net", 2, true}, - {1, "reserve-online.com", 2, true}, {1, "bookonline.app", 2, true}, {1, "hotelwithflight.com", 2, true}, + {1, "reserve-online.com", 2, true}, + {1, "reserve-online.net", 2, true}, + {1, "cprapid.com", 2, true}, + {1, "pleskns.com", 2, true}, + {1, "wp2.host", 2, true}, + {1, "pdns.page", 2, true}, + {1, "plesk.page", 2, true}, + {1, "wpsquared.site", 2, true}, {2, "wadl.top", 3, true}, - {1, "wedeploy.io", 2, true}, - {1, "wedeploy.me", 2, true}, - {1, "wedeploy.sh", 2, true}, {1, "remotewd.com", 2, true}, {1, "box.ca", 2, true}, {1, "pages.wiardweb.com", 3, true}, - {1, "wmflabs.org", 2, true}, {1, "toolforge.org", 2, true}, {1, "wmcloud.org", 2, true}, + {1, "wmflabs.org", 2, true}, + {2, "wdh.app", 3, true}, {1, "panel.gg", 2, true}, {1, "daemon.panel.gg", 3, true}, + {1, "wixsite.com", 2, true}, + {1, "wixstudio.com", 2, true}, + {1, "editorx.io", 2, true}, + {1, "wixstudio.io", 2, true}, + {1, "wix.run", 2, true}, {1, "messwithdns.com", 2, true}, {1, "woltlab-demo.com", 2, true}, {1, "myforum.community", 2, true}, @@ -9725,10 +9764,6 @@ var r = [9749]Rule{ {1, "weeklylottery.org.uk", 3, true}, {1, "wpenginepowered.com", 2, true}, {1, "js.wpenginepowered.com", 3, true}, - {1, "wixsite.com", 2, true}, - {1, "editorx.io", 2, true}, - {1, "wixstudio.io", 2, true}, - {1, "wix.run", 2, true}, {1, "half.host", 2, true}, {1, "xnbay.com", 2, true}, {1, "u2.xnbay.com", 3, true}, diff --git a/vendor/golang.org/x/crypto/LICENSE b/vendor/golang.org/x/crypto/LICENSE index 6a66aea5eaf..2a7cf70da6e 100644 --- a/vendor/golang.org/x/crypto/LICENSE +++ b/vendor/golang.org/x/crypto/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go b/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go index cda8e3edfd5..90ef6a241de 100644 --- a/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go +++ b/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go @@ -4,7 +4,7 @@ // Package asn1 contains supporting types for parsing and building ASN.1 // messages with the cryptobyte package. -package asn1 // import "golang.org/x/crypto/cryptobyte/asn1" +package asn1 // Tag represents an ASN.1 identifier octet, consisting of a tag number // (indicating a type) and class (such as context-specific or constructed). diff --git a/vendor/golang.org/x/crypto/cryptobyte/string.go b/vendor/golang.org/x/crypto/cryptobyte/string.go index 10692a8a315..4b0f8097f9e 100644 --- a/vendor/golang.org/x/crypto/cryptobyte/string.go +++ b/vendor/golang.org/x/crypto/cryptobyte/string.go @@ -15,7 +15,7 @@ // // See the documentation and examples for the Builder and String types to get // started. -package cryptobyte // import "golang.org/x/crypto/cryptobyte" +package cryptobyte // String represents a string of bytes. It provides methods for parsing // fixed-length and length-prefixed values from it. diff --git a/vendor/golang.org/x/crypto/ed25519/ed25519.go b/vendor/golang.org/x/crypto/ed25519/ed25519.go index a7828345fcc..59b3a95a7d2 100644 --- a/vendor/golang.org/x/crypto/ed25519/ed25519.go +++ b/vendor/golang.org/x/crypto/ed25519/ed25519.go @@ -11,9 +11,7 @@ // operations with the same key more efficient. This package refers to the RFC // 8032 private key as the “seed”. // -// Beginning with Go 1.13, the functionality of this package was moved to the -// standard library as crypto/ed25519. This package only acts as a compatibility -// wrapper. +// This package is a wrapper around the standard library crypto/ed25519 package. package ed25519 import ( diff --git a/vendor/golang.org/x/crypto/ocsp/ocsp.go b/vendor/golang.org/x/crypto/ocsp/ocsp.go index bf2259537d2..e6c645e7ceb 100644 --- a/vendor/golang.org/x/crypto/ocsp/ocsp.go +++ b/vendor/golang.org/x/crypto/ocsp/ocsp.go @@ -5,7 +5,7 @@ // Package ocsp parses OCSP responses as specified in RFC 2560. OCSP responses // are signed messages attesting to the validity of a certificate for a small // period of time. This is used to manage revocation for X.509 certificates. -package ocsp // import "golang.org/x/crypto/ocsp" +package ocsp import ( "crypto" diff --git a/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go b/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go index 904b57e01d7..28cd99c7f3f 100644 --- a/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go +++ b/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go @@ -16,7 +16,7 @@ Hash Functions SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 for HMAC. To choose, you can pass the `New` functions from the different SHA packages to pbkdf2.Key. */ -package pbkdf2 // import "golang.org/x/crypto/pbkdf2" +package pbkdf2 import ( "crypto/hmac" diff --git a/vendor/golang.org/x/net/LICENSE b/vendor/golang.org/x/net/LICENSE index 6a66aea5eaf..2a7cf70da6e 100644 --- a/vendor/golang.org/x/net/LICENSE +++ b/vendor/golang.org/x/net/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/vendor/golang.org/x/net/http2/transport.go b/vendor/golang.org/x/net/http2/transport.go index 98a49c6b6ee..61f511f97aa 100644 --- a/vendor/golang.org/x/net/http2/transport.go +++ b/vendor/golang.org/x/net/http2/transport.go @@ -827,10 +827,6 @@ func (t *Transport) newClientConn(c net.Conn, singleUse bool) (*ClientConn, erro cc.henc.SetMaxDynamicTableSizeLimit(t.maxEncoderHeaderTableSize()) cc.peerMaxHeaderTableSize = initialHeaderTableSize - if t.AllowHTTP { - cc.nextStreamID = 3 - } - if cs, ok := c.(connectionStater); ok { state := cs.ConnectionState() cc.tlsState = &state diff --git a/vendor/golang.org/x/sync/LICENSE b/vendor/golang.org/x/sync/LICENSE index 6a66aea5eaf..2a7cf70da6e 100644 --- a/vendor/golang.org/x/sync/LICENSE +++ b/vendor/golang.org/x/sync/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/vendor/golang.org/x/sys/LICENSE b/vendor/golang.org/x/sys/LICENSE index 6a66aea5eaf..2a7cf70da6e 100644 --- a/vendor/golang.org/x/sys/LICENSE +++ b/vendor/golang.org/x/sys/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh index 4ed2e488b61..d07dd09eb50 100644 --- a/vendor/golang.org/x/sys/unix/mkerrors.sh +++ b/vendor/golang.org/x/sys/unix/mkerrors.sh @@ -58,6 +58,7 @@ includes_Darwin=' #define _DARWIN_USE_64_BIT_INODE #define __APPLE_USE_RFC_3542 #include +#include #include #include #include diff --git a/vendor/golang.org/x/sys/unix/mremap.go b/vendor/golang.org/x/sys/unix/mremap.go index fd45fe529da..3a5e776f895 100644 --- a/vendor/golang.org/x/sys/unix/mremap.go +++ b/vendor/golang.org/x/sys/unix/mremap.go @@ -50,3 +50,8 @@ func (m *mremapMmapper) Mremap(oldData []byte, newLength int, flags int) (data [ func Mremap(oldData []byte, newLength int, flags int) (data []byte, err error) { return mapper.Mremap(oldData, newLength, flags) } + +func MremapPtr(oldAddr unsafe.Pointer, oldSize uintptr, newAddr unsafe.Pointer, newSize uintptr, flags int) (ret unsafe.Pointer, err error) { + xaddr, err := mapper.mremap(uintptr(oldAddr), oldSize, newSize, flags, uintptr(newAddr)) + return unsafe.Pointer(xaddr), err +} diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin.go b/vendor/golang.org/x/sys/unix/syscall_darwin.go index 59542a897d2..2d15200adb4 100644 --- a/vendor/golang.org/x/sys/unix/syscall_darwin.go +++ b/vendor/golang.org/x/sys/unix/syscall_darwin.go @@ -402,6 +402,18 @@ func IoctlSetIfreqMTU(fd int, ifreq *IfreqMTU) error { return ioctlPtr(fd, SIOCSIFMTU, unsafe.Pointer(ifreq)) } +//sys renamexNp(from string, to string, flag uint32) (err error) + +func RenamexNp(from string, to string, flag uint32) (err error) { + return renamexNp(from, to, flag) +} + +//sys renameatxNp(fromfd int, from string, tofd int, to string, flag uint32) (err error) + +func RenameatxNp(fromfd int, from string, tofd int, to string, flag uint32) (err error) { + return renameatxNp(fromfd, from, tofd, to, flag) +} + //sys sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) = SYS_SYSCTL func Uname(uname *Utsname) error { @@ -542,6 +554,18 @@ func SysctlKinfoProcSlice(name string, args ...int) ([]KinfoProc, error) { } } +//sys pthread_chdir_np(path string) (err error) + +func PthreadChdir(path string) (err error) { + return pthread_chdir_np(path) +} + +//sys pthread_fchdir_np(fd int) (err error) + +func PthreadFchdir(fd int) (err error) { + return pthread_fchdir_np(fd) +} + //sys sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) //sys shmat(id int, addr uintptr, flag int) (ret uintptr, err error) diff --git a/vendor/golang.org/x/sys/unix/syscall_linux.go b/vendor/golang.org/x/sys/unix/syscall_linux.go index 5682e2628ad..3f1d3d4cb25 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux.go @@ -2592,3 +2592,4 @@ func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) { } //sys Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat_t, flags uint) (err error) +//sys Mseal(b []byte, flags uint) (err error) diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd.go b/vendor/golang.org/x/sys/unix/syscall_openbsd.go index b25343c71a4..b86ded549c6 100644 --- a/vendor/golang.org/x/sys/unix/syscall_openbsd.go +++ b/vendor/golang.org/x/sys/unix/syscall_openbsd.go @@ -293,6 +293,7 @@ func Uname(uname *Utsname) error { //sys Mkfifoat(dirfd int, path string, mode uint32) (err error) //sys Mknod(path string, mode uint32, dev int) (err error) //sys Mknodat(dirfd int, path string, mode uint32, dev int) (err error) +//sys Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) //sys Nanosleep(time *Timespec, leftover *Timespec) (err error) //sys Open(path string, mode int, perm uint32) (fd int, err error) //sys Openat(dirfd int, path string, mode int, perm uint32) (fd int, err error) diff --git a/vendor/golang.org/x/sys/unix/syscall_unix.go b/vendor/golang.org/x/sys/unix/syscall_unix.go index 77081de8c7d..4e92e5aa406 100644 --- a/vendor/golang.org/x/sys/unix/syscall_unix.go +++ b/vendor/golang.org/x/sys/unix/syscall_unix.go @@ -154,6 +154,15 @@ func Munmap(b []byte) (err error) { return mapper.Munmap(b) } +func MmapPtr(fd int, offset int64, addr unsafe.Pointer, length uintptr, prot int, flags int) (ret unsafe.Pointer, err error) { + xaddr, err := mapper.mmap(uintptr(addr), length, prot, flags, fd, offset) + return unsafe.Pointer(xaddr), err +} + +func MunmapPtr(addr unsafe.Pointer, length uintptr) (err error) { + return mapper.munmap(uintptr(addr), length) +} + func Read(fd int, p []byte) (n int, err error) { n, err = read(fd, p) if raceenabled { diff --git a/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go index e40fa85245f..4308ac1772b 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go @@ -1169,6 +1169,11 @@ const ( PT_WRITE_D = 0x5 PT_WRITE_I = 0x4 PT_WRITE_U = 0x6 + RENAME_EXCL = 0x4 + RENAME_NOFOLLOW_ANY = 0x10 + RENAME_RESERVED1 = 0x8 + RENAME_SECLUDE = 0x1 + RENAME_SWAP = 0x2 RLIMIT_AS = 0x5 RLIMIT_CORE = 0x4 RLIMIT_CPU = 0x0 diff --git a/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go index bb02aa6c056..c8068a7a169 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go @@ -1169,6 +1169,11 @@ const ( PT_WRITE_D = 0x5 PT_WRITE_I = 0x4 PT_WRITE_U = 0x6 + RENAME_EXCL = 0x4 + RENAME_NOFOLLOW_ANY = 0x10 + RENAME_RESERVED1 = 0x8 + RENAME_SECLUDE = 0x1 + RENAME_SWAP = 0x2 RLIMIT_AS = 0x5 RLIMIT_CORE = 0x4 RLIMIT_CPU = 0x0 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux.go b/vendor/golang.org/x/sys/unix/zerrors_linux.go index 877a62b479a..01a70b24638 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux.go @@ -457,6 +457,7 @@ const ( B600 = 0x8 B75 = 0x2 B9600 = 0xd + BCACHEFS_SUPER_MAGIC = 0xca451a4e BDEVFS_MAGIC = 0x62646576 BINDERFS_SUPER_MAGIC = 0x6c6f6f70 BINFMTFS_MAGIC = 0x42494e4d @@ -928,6 +929,7 @@ const ( EPOLL_CTL_ADD = 0x1 EPOLL_CTL_DEL = 0x2 EPOLL_CTL_MOD = 0x3 + EPOLL_IOC_TYPE = 0x8a EROFS_SUPER_MAGIC_V1 = 0xe0f5e1e2 ESP_V4_FLOW = 0xa ESP_V6_FLOW = 0xc @@ -941,9 +943,6 @@ const ( ETHTOOL_FEC_OFF = 0x4 ETHTOOL_FEC_RS = 0x8 ETHTOOL_FLAG_ALL = 0x7 - ETHTOOL_FLAG_COMPACT_BITSETS = 0x1 - ETHTOOL_FLAG_OMIT_REPLY = 0x2 - ETHTOOL_FLAG_STATS = 0x4 ETHTOOL_FLASHDEV = 0x33 ETHTOOL_FLASH_MAX_FILENAME = 0x80 ETHTOOL_FWVERS_LEN = 0x20 @@ -1705,6 +1704,7 @@ const ( KEXEC_ARCH_S390 = 0x160000 KEXEC_ARCH_SH = 0x2a0000 KEXEC_ARCH_X86_64 = 0x3e0000 + KEXEC_CRASH_HOTPLUG_SUPPORT = 0x8 KEXEC_FILE_DEBUG = 0x8 KEXEC_FILE_NO_INITRAMFS = 0x4 KEXEC_FILE_ON_CRASH = 0x2 @@ -1780,6 +1780,7 @@ const ( KEY_SPEC_USER_KEYRING = -0x4 KEY_SPEC_USER_SESSION_KEYRING = -0x5 LANDLOCK_ACCESS_FS_EXECUTE = 0x1 + LANDLOCK_ACCESS_FS_IOCTL_DEV = 0x8000 LANDLOCK_ACCESS_FS_MAKE_BLOCK = 0x800 LANDLOCK_ACCESS_FS_MAKE_CHAR = 0x40 LANDLOCK_ACCESS_FS_MAKE_DIR = 0x80 @@ -1861,6 +1862,19 @@ const ( MAP_FILE = 0x0 MAP_FIXED = 0x10 MAP_FIXED_NOREPLACE = 0x100000 + MAP_HUGE_16GB = 0x88000000 + MAP_HUGE_16KB = 0x38000000 + MAP_HUGE_16MB = 0x60000000 + MAP_HUGE_1GB = 0x78000000 + MAP_HUGE_1MB = 0x50000000 + MAP_HUGE_256MB = 0x70000000 + MAP_HUGE_2GB = 0x7c000000 + MAP_HUGE_2MB = 0x54000000 + MAP_HUGE_32MB = 0x64000000 + MAP_HUGE_512KB = 0x4c000000 + MAP_HUGE_512MB = 0x74000000 + MAP_HUGE_64KB = 0x40000000 + MAP_HUGE_8MB = 0x5c000000 MAP_HUGE_MASK = 0x3f MAP_HUGE_SHIFT = 0x1a MAP_PRIVATE = 0x2 @@ -2498,6 +2512,23 @@ const ( PR_PAC_GET_ENABLED_KEYS = 0x3d PR_PAC_RESET_KEYS = 0x36 PR_PAC_SET_ENABLED_KEYS = 0x3c + PR_PPC_DEXCR_CTRL_CLEAR = 0x4 + PR_PPC_DEXCR_CTRL_CLEAR_ONEXEC = 0x10 + PR_PPC_DEXCR_CTRL_EDITABLE = 0x1 + PR_PPC_DEXCR_CTRL_MASK = 0x1f + PR_PPC_DEXCR_CTRL_SET = 0x2 + PR_PPC_DEXCR_CTRL_SET_ONEXEC = 0x8 + PR_PPC_DEXCR_IBRTPD = 0x1 + PR_PPC_DEXCR_NPHIE = 0x3 + PR_PPC_DEXCR_SBHE = 0x0 + PR_PPC_DEXCR_SRAPD = 0x2 + PR_PPC_GET_DEXCR = 0x48 + PR_PPC_SET_DEXCR = 0x49 + PR_RISCV_CTX_SW_FENCEI_OFF = 0x1 + PR_RISCV_CTX_SW_FENCEI_ON = 0x0 + PR_RISCV_SCOPE_PER_PROCESS = 0x0 + PR_RISCV_SCOPE_PER_THREAD = 0x1 + PR_RISCV_SET_ICACHE_FLUSH_CTX = 0x47 PR_RISCV_V_GET_CONTROL = 0x46 PR_RISCV_V_SET_CONTROL = 0x45 PR_RISCV_V_VSTATE_CTRL_CUR_MASK = 0x3 @@ -3192,6 +3223,7 @@ const ( STATX_MTIME = 0x40 STATX_NLINK = 0x4 STATX_SIZE = 0x200 + STATX_SUBVOL = 0x8000 STATX_TYPE = 0x1 STATX_UID = 0x8 STATX__RESERVED = 0x80000000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_386.go b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go index e4bc0bd57c7..684a5168dac 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_386.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x80088a02 + EPIOCSPARAMS = 0x40088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go index 689317afdbf..61d74b592d6 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x80088a02 + EPIOCSPARAMS = 0x40088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go index 5cca668ac30..a28c9e3e893 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x80088a02 + EPIOCSPARAMS = 0x40088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go index 14270508b04..ab5d1fe8ead 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x80088a02 + EPIOCSPARAMS = 0x40088a01 EPOLL_CLOEXEC = 0x80000 ESR_MAGIC = 0x45535201 EXTPROC = 0x10000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go index 28e39afdcb4..c523090e7c1 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x80088a02 + EPIOCSPARAMS = 0x40088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go index cd66e92cb42..01e6ea7804b 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x80 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go index c1595eba78e..7aa610b1e71 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x80 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go index ee9456b0da7..92af771b44a 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x80 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go index 8cfca81e1b5..b27ef5e6f11 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x80 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go index 60b0deb3af7..237a2cefb3e 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x20 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000000 FF1 = 0x4000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go index f90aa7281bf..4a5c555a36e 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x20 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000000 FF1 = 0x4000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go index ba9e0150338..a02fb49a5f8 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x20 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000000 FF1 = 0x4000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go index 07cdfd6e9fd..e26a7c61b2b 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x80088a02 + EPIOCSPARAMS = 0x40088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go b/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go index 2f1dd214a74..c48f7c2103b 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go @@ -78,6 +78,8 @@ const ( ECHOPRT = 0x400 EFD_CLOEXEC = 0x80000 EFD_NONBLOCK = 0x800 + EPIOCGPARAMS = 0x80088a02 + EPIOCSPARAMS = 0x40088a01 EPOLL_CLOEXEC = 0x80000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go index f40519d9018..ad4b9aace7b 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go @@ -82,6 +82,8 @@ const ( EFD_CLOEXEC = 0x400000 EFD_NONBLOCK = 0x4000 EMT_TAGOVF = 0x1 + EPIOCGPARAMS = 0x40088a02 + EPIOCSPARAMS = 0x80088a01 EPOLL_CLOEXEC = 0x400000 EXTPROC = 0x10000 FF1 = 0x8000 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go index ccb02f240a4..b622533ef2c 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go @@ -740,6 +740,54 @@ func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func renamexNp(from string, to string, flag uint32) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(from) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(to) + if err != nil { + return + } + _, _, e1 := syscall_syscall(libc_renamex_np_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flag)) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_renamex_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_renamex_np renamex_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func renameatxNp(fromfd int, from string, tofd int, to string, flag uint32) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(from) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(to) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_renameatx_np_trampoline_addr, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), uintptr(unsafe.Pointer(_p1)), uintptr(flag), 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_renameatx_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_renameatx_np renameatx_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { var _p0 unsafe.Pointer if len(mib) > 0 { @@ -760,6 +808,39 @@ var libc_sysctl_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func pthread_chdir_np(path string) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(path) + if err != nil { + return + } + _, _, e1 := syscall_syscall(libc_pthread_chdir_np_trampoline_addr, uintptr(unsafe.Pointer(_p0)), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_pthread_chdir_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_pthread_chdir_np pthread_chdir_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func pthread_fchdir_np(fd int) (err error) { + _, _, e1 := syscall_syscall(libc_pthread_fchdir_np_trampoline_addr, uintptr(fd), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_pthread_fchdir_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_pthread_fchdir_np pthread_fchdir_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) { _, _, e1 := syscall_syscall6(libc_sendfile_trampoline_addr, uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags)) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s index 8b8bb284028..cfe6646baf2 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s @@ -223,11 +223,31 @@ TEXT libc_ioctl_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_ioctl_trampoline_addr(SB), RODATA, $8 DATA ·libc_ioctl_trampoline_addr(SB)/8, $libc_ioctl_trampoline<>(SB) +TEXT libc_renamex_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_renamex_np(SB) +GLOBL ·libc_renamex_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_renamex_np_trampoline_addr(SB)/8, $libc_renamex_np_trampoline<>(SB) + +TEXT libc_renameatx_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_renameatx_np(SB) +GLOBL ·libc_renameatx_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_renameatx_np_trampoline_addr(SB)/8, $libc_renameatx_np_trampoline<>(SB) + TEXT libc_sysctl_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_sysctl(SB) GLOBL ·libc_sysctl_trampoline_addr(SB), RODATA, $8 DATA ·libc_sysctl_trampoline_addr(SB)/8, $libc_sysctl_trampoline<>(SB) +TEXT libc_pthread_chdir_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_pthread_chdir_np(SB) +GLOBL ·libc_pthread_chdir_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_pthread_chdir_np_trampoline_addr(SB)/8, $libc_pthread_chdir_np_trampoline<>(SB) + +TEXT libc_pthread_fchdir_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_pthread_fchdir_np(SB) +GLOBL ·libc_pthread_fchdir_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_pthread_fchdir_np_trampoline_addr(SB)/8, $libc_pthread_fchdir_np_trampoline<>(SB) + TEXT libc_sendfile_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_sendfile(SB) GLOBL ·libc_sendfile_trampoline_addr(SB), RODATA, $8 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go index 1b40b997b52..13f624f69f1 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go @@ -740,6 +740,54 @@ func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func renamexNp(from string, to string, flag uint32) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(from) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(to) + if err != nil { + return + } + _, _, e1 := syscall_syscall(libc_renamex_np_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flag)) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_renamex_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_renamex_np renamex_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func renameatxNp(fromfd int, from string, tofd int, to string, flag uint32) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(from) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(to) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_renameatx_np_trampoline_addr, uintptr(fromfd), uintptr(unsafe.Pointer(_p0)), uintptr(tofd), uintptr(unsafe.Pointer(_p1)), uintptr(flag), 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_renameatx_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_renameatx_np renameatx_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func sysctl(mib []_C_int, old *byte, oldlen *uintptr, new *byte, newlen uintptr) (err error) { var _p0 unsafe.Pointer if len(mib) > 0 { @@ -760,6 +808,39 @@ var libc_sysctl_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func pthread_chdir_np(path string) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(path) + if err != nil { + return + } + _, _, e1 := syscall_syscall(libc_pthread_chdir_np_trampoline_addr, uintptr(unsafe.Pointer(_p0)), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_pthread_chdir_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_pthread_chdir_np pthread_chdir_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func pthread_fchdir_np(fd int) (err error) { + _, _, e1 := syscall_syscall(libc_pthread_fchdir_np_trampoline_addr, uintptr(fd), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_pthread_fchdir_np_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_pthread_fchdir_np pthread_fchdir_np "/usr/lib/libSystem.B.dylib" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func sendfile(infd int, outfd int, offset int64, len *int64, hdtr unsafe.Pointer, flags int) (err error) { _, _, e1 := syscall_syscall6(libc_sendfile_trampoline_addr, uintptr(infd), uintptr(outfd), uintptr(offset), uintptr(unsafe.Pointer(len)), uintptr(hdtr), uintptr(flags)) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s index 08362c1ab74..fe222b75df0 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s @@ -223,11 +223,31 @@ TEXT libc_ioctl_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_ioctl_trampoline_addr(SB), RODATA, $8 DATA ·libc_ioctl_trampoline_addr(SB)/8, $libc_ioctl_trampoline<>(SB) +TEXT libc_renamex_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_renamex_np(SB) +GLOBL ·libc_renamex_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_renamex_np_trampoline_addr(SB)/8, $libc_renamex_np_trampoline<>(SB) + +TEXT libc_renameatx_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_renameatx_np(SB) +GLOBL ·libc_renameatx_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_renameatx_np_trampoline_addr(SB)/8, $libc_renameatx_np_trampoline<>(SB) + TEXT libc_sysctl_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_sysctl(SB) GLOBL ·libc_sysctl_trampoline_addr(SB), RODATA, $8 DATA ·libc_sysctl_trampoline_addr(SB)/8, $libc_sysctl_trampoline<>(SB) +TEXT libc_pthread_chdir_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_pthread_chdir_np(SB) +GLOBL ·libc_pthread_chdir_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_pthread_chdir_np_trampoline_addr(SB)/8, $libc_pthread_chdir_np_trampoline<>(SB) + +TEXT libc_pthread_fchdir_np_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_pthread_fchdir_np(SB) +GLOBL ·libc_pthread_fchdir_np_trampoline_addr(SB), RODATA, $8 +DATA ·libc_pthread_fchdir_np_trampoline_addr(SB)/8, $libc_pthread_fchdir_np_trampoline<>(SB) + TEXT libc_sendfile_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_sendfile(SB) GLOBL ·libc_sendfile_trampoline_addr(SB), RODATA, $8 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux.go b/vendor/golang.org/x/sys/unix/zsyscall_linux.go index 87d8612a1dc..1bc1a5adb25 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux.go @@ -2229,3 +2229,19 @@ func Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat_t, flags uint) } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Mseal(b []byte, flags uint) (err error) { + var _p0 unsafe.Pointer + if len(b) > 0 { + _p0 = unsafe.Pointer(&b[0]) + } else { + _p0 = unsafe.Pointer(&_zero) + } + _, _, e1 := Syscall(SYS_MSEAL, uintptr(_p0), uintptr(len(b)), uintptr(flags)) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go index 9dc42410b78..1851df14e87 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go @@ -1493,6 +1493,30 @@ var libc_mknodat_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fsType) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(dir) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_mount_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flags), uintptr(data), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_mount_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_mount mount "libc.so" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := syscall_syscall(libc_nanosleep_trampoline_addr, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s index 41b5617316c..0b43c693656 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s @@ -463,6 +463,11 @@ TEXT libc_mknodat_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_mknodat_trampoline_addr(SB), RODATA, $4 DATA ·libc_mknodat_trampoline_addr(SB)/4, $libc_mknodat_trampoline<>(SB) +TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_mount(SB) +GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $4 +DATA ·libc_mount_trampoline_addr(SB)/4, $libc_mount_trampoline<>(SB) + TEXT libc_nanosleep_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_nanosleep(SB) GLOBL ·libc_nanosleep_trampoline_addr(SB), RODATA, $4 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go index 0d3a0751cd4..e1ec0dbe4ec 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go @@ -1493,6 +1493,30 @@ var libc_mknodat_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fsType) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(dir) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_mount_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flags), uintptr(data), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_mount_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_mount mount "libc.so" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := syscall_syscall(libc_nanosleep_trampoline_addr, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s index 4019a656f6d..880c6d6e316 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s @@ -463,6 +463,11 @@ TEXT libc_mknodat_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_mknodat_trampoline_addr(SB), RODATA, $8 DATA ·libc_mknodat_trampoline_addr(SB)/8, $libc_mknodat_trampoline<>(SB) +TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_mount(SB) +GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $8 +DATA ·libc_mount_trampoline_addr(SB)/8, $libc_mount_trampoline<>(SB) + TEXT libc_nanosleep_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_nanosleep(SB) GLOBL ·libc_nanosleep_trampoline_addr(SB), RODATA, $8 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go index c39f7776db3..7c8452a63e9 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go @@ -1493,6 +1493,30 @@ var libc_mknodat_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fsType) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(dir) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_mount_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flags), uintptr(data), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_mount_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_mount mount "libc.so" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := syscall_syscall(libc_nanosleep_trampoline_addr, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s index ac4af24f908..b8ef95b0fa1 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s @@ -463,6 +463,11 @@ TEXT libc_mknodat_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_mknodat_trampoline_addr(SB), RODATA, $4 DATA ·libc_mknodat_trampoline_addr(SB)/4, $libc_mknodat_trampoline<>(SB) +TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_mount(SB) +GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $4 +DATA ·libc_mount_trampoline_addr(SB)/4, $libc_mount_trampoline<>(SB) + TEXT libc_nanosleep_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_nanosleep(SB) GLOBL ·libc_nanosleep_trampoline_addr(SB), RODATA, $4 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go index 57571d072fe..2ffdf861f75 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go @@ -1493,6 +1493,30 @@ var libc_mknodat_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fsType) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(dir) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_mount_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flags), uintptr(data), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_mount_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_mount mount "libc.so" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := syscall_syscall(libc_nanosleep_trampoline_addr, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s index f77d532121b..2af3b5c762f 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s @@ -463,6 +463,11 @@ TEXT libc_mknodat_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_mknodat_trampoline_addr(SB), RODATA, $8 DATA ·libc_mknodat_trampoline_addr(SB)/8, $libc_mknodat_trampoline<>(SB) +TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_mount(SB) +GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $8 +DATA ·libc_mount_trampoline_addr(SB)/8, $libc_mount_trampoline<>(SB) + TEXT libc_nanosleep_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_nanosleep(SB) GLOBL ·libc_nanosleep_trampoline_addr(SB), RODATA, $8 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go index e62963e67e2..1da08d52675 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go @@ -1493,6 +1493,30 @@ var libc_mknodat_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fsType) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(dir) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_mount_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flags), uintptr(data), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_mount_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_mount mount "libc.so" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := syscall_syscall(libc_nanosleep_trampoline_addr, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s index fae140b62c9..b7a251353b0 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s @@ -463,6 +463,11 @@ TEXT libc_mknodat_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_mknodat_trampoline_addr(SB), RODATA, $8 DATA ·libc_mknodat_trampoline_addr(SB)/8, $libc_mknodat_trampoline<>(SB) +TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_mount(SB) +GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $8 +DATA ·libc_mount_trampoline_addr(SB)/8, $libc_mount_trampoline<>(SB) + TEXT libc_nanosleep_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_nanosleep(SB) GLOBL ·libc_nanosleep_trampoline_addr(SB), RODATA, $8 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go index 00831354c82..6e85b0aac95 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go @@ -1493,6 +1493,30 @@ var libc_mknodat_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fsType) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(dir) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_mount_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flags), uintptr(data), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_mount_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_mount mount "libc.so" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := syscall_syscall(libc_nanosleep_trampoline_addr, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s index 9d1e0ff06d0..f15dadf0552 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s @@ -555,6 +555,12 @@ TEXT libc_mknodat_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_mknodat_trampoline_addr(SB), RODATA, $8 DATA ·libc_mknodat_trampoline_addr(SB)/8, $libc_mknodat_trampoline<>(SB) +TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0 + CALL libc_mount(SB) + RET +GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $8 +DATA ·libc_mount_trampoline_addr(SB)/8, $libc_mount_trampoline<>(SB) + TEXT libc_nanosleep_trampoline<>(SB),NOSPLIT,$0-0 CALL libc_nanosleep(SB) RET diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go index 79029ed5848..28b487df251 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go @@ -1493,6 +1493,30 @@ var libc_mknodat_trampoline_addr uintptr // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Mount(fsType string, dir string, flags int, data unsafe.Pointer) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fsType) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(dir) + if err != nil { + return + } + _, _, e1 := syscall_syscall6(libc_mount_trampoline_addr, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(flags), uintptr(data), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +var libc_mount_trampoline_addr uintptr + +//go:cgo_import_dynamic libc_mount mount "libc.so" + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := syscall_syscall(libc_nanosleep_trampoline_addr, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s index da115f9a4b6..1e7f321e436 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s +++ b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s @@ -463,6 +463,11 @@ TEXT libc_mknodat_trampoline<>(SB),NOSPLIT,$0-0 GLOBL ·libc_mknodat_trampoline_addr(SB), RODATA, $8 DATA ·libc_mknodat_trampoline_addr(SB)/8, $libc_mknodat_trampoline<>(SB) +TEXT libc_mount_trampoline<>(SB),NOSPLIT,$0-0 + JMP libc_mount(SB) +GLOBL ·libc_mount_trampoline_addr(SB), RODATA, $8 +DATA ·libc_mount_trampoline_addr(SB)/8, $libc_mount_trampoline<>(SB) + TEXT libc_nanosleep_trampoline<>(SB),NOSPLIT,$0-0 JMP libc_nanosleep(SB) GLOBL ·libc_nanosleep_trampoline_addr(SB), RODATA, $8 diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go index 53aef5dc58d..524b0820cbc 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go @@ -457,4 +457,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go index 71d524763d3..d3e38f681ab 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go @@ -379,4 +379,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go index c747706131c..70b35bf3b09 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go @@ -421,4 +421,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go index f96e214f6d4..6c778c23278 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go @@ -324,4 +324,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go index 28425346cf1..37281cf51a8 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go @@ -318,4 +318,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go index d0953018dae..7e567f1efff 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go @@ -441,4 +441,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 4459 SYS_LSM_SET_SELF_ATTR = 4460 SYS_LSM_LIST_MODULES = 4461 + SYS_MSEAL = 4462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go index 295c7f4b818..38ae55e5ef8 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go @@ -371,4 +371,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 5459 SYS_LSM_SET_SELF_ATTR = 5460 SYS_LSM_LIST_MODULES = 5461 + SYS_MSEAL = 5462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go index d1a9eaca7a4..55e92e60a82 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go @@ -371,4 +371,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 5459 SYS_LSM_SET_SELF_ATTR = 5460 SYS_LSM_LIST_MODULES = 5461 + SYS_MSEAL = 5462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go index bec157c39fd..60658d6a021 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go @@ -441,4 +441,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 4459 SYS_LSM_SET_SELF_ATTR = 4460 SYS_LSM_LIST_MODULES = 4461 + SYS_MSEAL = 4462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go index 7ee7bdc435c..e203e8a7ed4 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go @@ -448,4 +448,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go index fad1f25b449..5944b97d546 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go @@ -420,4 +420,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go index 7d3e16357d6..c66d416dad1 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go @@ -420,4 +420,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go index 0ed53ad9f7e..9889f6a5591 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go @@ -325,4 +325,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go index 2fba04ad500..01d86825bb9 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go @@ -386,4 +386,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go index 621d00d741b..7b703e77cda 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go @@ -399,4 +399,5 @@ const ( SYS_LSM_GET_SELF_ATTR = 459 SYS_LSM_SET_SELF_ATTR = 460 SYS_LSM_LIST_MODULES = 461 + SYS_MSEAL = 462 ) diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux.go b/vendor/golang.org/x/sys/unix/ztypes_linux.go index 4740b834854..b102b95a0a1 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_linux.go +++ b/vendor/golang.org/x/sys/unix/ztypes_linux.go @@ -110,7 +110,8 @@ type Statx_t struct { Mnt_id uint64 Dio_mem_align uint32 Dio_offset_align uint32 - _ [12]uint64 + Subvol uint64 + _ [11]uint64 } type Fsid struct { @@ -3473,7 +3474,7 @@ const ( DEVLINK_PORT_FN_ATTR_STATE = 0x2 DEVLINK_PORT_FN_ATTR_OPSTATE = 0x3 DEVLINK_PORT_FN_ATTR_CAPS = 0x4 - DEVLINK_PORT_FUNCTION_ATTR_MAX = 0x5 + DEVLINK_PORT_FUNCTION_ATTR_MAX = 0x6 ) type FsverityDigest struct { @@ -3975,7 +3976,7 @@ const ( ETHTOOL_A_TSINFO_TX_TYPES = 0x3 ETHTOOL_A_TSINFO_RX_FILTERS = 0x4 ETHTOOL_A_TSINFO_PHC_INDEX = 0x5 - ETHTOOL_A_TSINFO_MAX = 0x5 + ETHTOOL_A_TSINFO_MAX = 0x6 ETHTOOL_A_CABLE_TEST_UNSPEC = 0x0 ETHTOOL_A_CABLE_TEST_HEADER = 0x1 ETHTOOL_A_CABLE_TEST_MAX = 0x1 diff --git a/vendor/golang.org/x/sys/windows/security_windows.go b/vendor/golang.org/x/sys/windows/security_windows.go index 6f7d2ac70a9..b6e1ab76f82 100644 --- a/vendor/golang.org/x/sys/windows/security_windows.go +++ b/vendor/golang.org/x/sys/windows/security_windows.go @@ -894,7 +894,7 @@ type ACL struct { aclRevision byte sbz1 byte aclSize uint16 - aceCount uint16 + AceCount uint16 sbz2 uint16 } @@ -1087,6 +1087,27 @@ type EXPLICIT_ACCESS struct { Trustee TRUSTEE } +// https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-ace_header +type ACE_HEADER struct { + AceType uint8 + AceFlags uint8 + AceSize uint16 +} + +// https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-access_allowed_ace +type ACCESS_ALLOWED_ACE struct { + Header ACE_HEADER + Mask ACCESS_MASK + SidStart uint32 +} + +const ( + // Constants for AceType + // https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-ace_header + ACCESS_ALLOWED_ACE_TYPE = 0 + ACCESS_DENIED_ACE_TYPE = 1 +) + // This type is the union inside of TRUSTEE and must be created using one of the TrusteeValueFrom* functions. type TrusteeValue uintptr @@ -1158,6 +1179,7 @@ type OBJECTS_AND_NAME struct { //sys makeSelfRelativeSD(absoluteSD *SECURITY_DESCRIPTOR, selfRelativeSD *SECURITY_DESCRIPTOR, selfRelativeSDSize *uint32) (err error) = advapi32.MakeSelfRelativeSD //sys setEntriesInAcl(countExplicitEntries uint32, explicitEntries *EXPLICIT_ACCESS, oldACL *ACL, newACL **ACL) (ret error) = advapi32.SetEntriesInAclW +//sys GetAce(acl *ACL, aceIndex uint32, pAce **ACCESS_ALLOWED_ACE) (err error) = advapi32.GetAce // Control returns the security descriptor control bits. func (sd *SECURITY_DESCRIPTOR) Control() (control SECURITY_DESCRIPTOR_CONTROL, revision uint32, err error) { diff --git a/vendor/golang.org/x/sys/windows/syscall_windows.go b/vendor/golang.org/x/sys/windows/syscall_windows.go index 6525c62f3c2..1fa34fd17c5 100644 --- a/vendor/golang.org/x/sys/windows/syscall_windows.go +++ b/vendor/golang.org/x/sys/windows/syscall_windows.go @@ -17,8 +17,10 @@ import ( "unsafe" ) -type Handle uintptr -type HWND uintptr +type ( + Handle uintptr + HWND uintptr +) const ( InvalidHandle = ^Handle(0) @@ -211,6 +213,10 @@ func NewCallbackCDecl(fn interface{}) uintptr { //sys OpenProcess(desiredAccess uint32, inheritHandle bool, processId uint32) (handle Handle, err error) //sys ShellExecute(hwnd Handle, verb *uint16, file *uint16, args *uint16, cwd *uint16, showCmd int32) (err error) [failretval<=32] = shell32.ShellExecuteW //sys GetWindowThreadProcessId(hwnd HWND, pid *uint32) (tid uint32, err error) = user32.GetWindowThreadProcessId +//sys LoadKeyboardLayout(name *uint16, flags uint32) (hkl Handle, err error) [failretval==0] = user32.LoadKeyboardLayoutW +//sys UnloadKeyboardLayout(hkl Handle) (err error) = user32.UnloadKeyboardLayout +//sys GetKeyboardLayout(tid uint32) (hkl Handle) = user32.GetKeyboardLayout +//sys ToUnicodeEx(vkey uint32, scancode uint32, keystate *byte, pwszBuff *uint16, cchBuff int32, flags uint32, hkl Handle) (ret int32) = user32.ToUnicodeEx //sys GetShellWindow() (shellWindow HWND) = user32.GetShellWindow //sys MessageBox(hwnd HWND, text *uint16, caption *uint16, boxtype uint32) (ret int32, err error) [failretval==0] = user32.MessageBoxW //sys ExitWindowsEx(flags uint32, reason uint32) (err error) = user32.ExitWindowsEx @@ -1368,9 +1374,11 @@ func SetsockoptLinger(fd Handle, level, opt int, l *Linger) (err error) { func SetsockoptInet4Addr(fd Handle, level, opt int, value [4]byte) (err error) { return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(&value[0])), 4) } + func SetsockoptIPMreq(fd Handle, level, opt int, mreq *IPMreq) (err error) { return Setsockopt(fd, int32(level), int32(opt), (*byte)(unsafe.Pointer(mreq)), int32(unsafe.Sizeof(*mreq))) } + func SetsockoptIPv6Mreq(fd Handle, level, opt int, mreq *IPv6Mreq) (err error) { return syscall.EWINDOWS } diff --git a/vendor/golang.org/x/sys/windows/types_windows.go b/vendor/golang.org/x/sys/windows/types_windows.go index d8cb71db0a6..4d0c15745f8 100644 --- a/vendor/golang.org/x/sys/windows/types_windows.go +++ b/vendor/golang.org/x/sys/windows/types_windows.go @@ -2003,7 +2003,21 @@ const ( MOVEFILE_FAIL_IF_NOT_TRACKABLE = 0x20 ) -const GAA_FLAG_INCLUDE_PREFIX = 0x00000010 +// Flags for GetAdaptersAddresses, see +// https://learn.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-getadaptersaddresses. +const ( + GAA_FLAG_SKIP_UNICAST = 0x1 + GAA_FLAG_SKIP_ANYCAST = 0x2 + GAA_FLAG_SKIP_MULTICAST = 0x4 + GAA_FLAG_SKIP_DNS_SERVER = 0x8 + GAA_FLAG_INCLUDE_PREFIX = 0x10 + GAA_FLAG_SKIP_FRIENDLY_NAME = 0x20 + GAA_FLAG_INCLUDE_WINS_INFO = 0x40 + GAA_FLAG_INCLUDE_GATEWAYS = 0x80 + GAA_FLAG_INCLUDE_ALL_INTERFACES = 0x100 + GAA_FLAG_INCLUDE_ALL_COMPARTMENTS = 0x200 + GAA_FLAG_INCLUDE_TUNNEL_BINDINGORDER = 0x400 +) const ( IF_TYPE_OTHER = 1 @@ -3404,3 +3418,14 @@ type DCB struct { EvtChar byte wReserved1 uint16 } + +// Keyboard Layout Flags. +// See https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-loadkeyboardlayoutw +const ( + KLF_ACTIVATE = 0x00000001 + KLF_SUBSTITUTE_OK = 0x00000002 + KLF_REORDER = 0x00000008 + KLF_REPLACELANG = 0x00000010 + KLF_NOTELLSHELL = 0x00000080 + KLF_SETFORPROCESS = 0x00000100 +) diff --git a/vendor/golang.org/x/sys/windows/zsyscall_windows.go b/vendor/golang.org/x/sys/windows/zsyscall_windows.go index 9f73df75b5f..9bb979a3e47 100644 --- a/vendor/golang.org/x/sys/windows/zsyscall_windows.go +++ b/vendor/golang.org/x/sys/windows/zsyscall_windows.go @@ -91,6 +91,7 @@ var ( procEnumServicesStatusExW = modadvapi32.NewProc("EnumServicesStatusExW") procEqualSid = modadvapi32.NewProc("EqualSid") procFreeSid = modadvapi32.NewProc("FreeSid") + procGetAce = modadvapi32.NewProc("GetAce") procGetLengthSid = modadvapi32.NewProc("GetLengthSid") procGetNamedSecurityInfoW = modadvapi32.NewProc("GetNamedSecurityInfoW") procGetSecurityDescriptorControl = modadvapi32.NewProc("GetSecurityDescriptorControl") @@ -477,12 +478,16 @@ var ( procGetDesktopWindow = moduser32.NewProc("GetDesktopWindow") procGetForegroundWindow = moduser32.NewProc("GetForegroundWindow") procGetGUIThreadInfo = moduser32.NewProc("GetGUIThreadInfo") + procGetKeyboardLayout = moduser32.NewProc("GetKeyboardLayout") procGetShellWindow = moduser32.NewProc("GetShellWindow") procGetWindowThreadProcessId = moduser32.NewProc("GetWindowThreadProcessId") procIsWindow = moduser32.NewProc("IsWindow") procIsWindowUnicode = moduser32.NewProc("IsWindowUnicode") procIsWindowVisible = moduser32.NewProc("IsWindowVisible") + procLoadKeyboardLayoutW = moduser32.NewProc("LoadKeyboardLayoutW") procMessageBoxW = moduser32.NewProc("MessageBoxW") + procToUnicodeEx = moduser32.NewProc("ToUnicodeEx") + procUnloadKeyboardLayout = moduser32.NewProc("UnloadKeyboardLayout") procCreateEnvironmentBlock = moduserenv.NewProc("CreateEnvironmentBlock") procDestroyEnvironmentBlock = moduserenv.NewProc("DestroyEnvironmentBlock") procGetUserProfileDirectoryW = moduserenv.NewProc("GetUserProfileDirectoryW") @@ -788,6 +793,14 @@ func FreeSid(sid *SID) (err error) { return } +func GetAce(acl *ACL, aceIndex uint32, pAce **ACCESS_ALLOWED_ACE) (err error) { + r1, _, e1 := syscall.Syscall(procGetAce.Addr(), 3, uintptr(unsafe.Pointer(acl)), uintptr(aceIndex), uintptr(unsafe.Pointer(pAce))) + if r1 == 0 { + err = errnoErr(e1) + } + return +} + func GetLengthSid(sid *SID) (len uint32) { r0, _, _ := syscall.Syscall(procGetLengthSid.Addr(), 1, uintptr(unsafe.Pointer(sid)), 0, 0) len = uint32(r0) @@ -4073,6 +4086,12 @@ func GetGUIThreadInfo(thread uint32, info *GUIThreadInfo) (err error) { return } +func GetKeyboardLayout(tid uint32) (hkl Handle) { + r0, _, _ := syscall.Syscall(procGetKeyboardLayout.Addr(), 1, uintptr(tid), 0, 0) + hkl = Handle(r0) + return +} + func GetShellWindow() (shellWindow HWND) { r0, _, _ := syscall.Syscall(procGetShellWindow.Addr(), 0, 0, 0, 0) shellWindow = HWND(r0) @@ -4106,6 +4125,15 @@ func IsWindowVisible(hwnd HWND) (isVisible bool) { return } +func LoadKeyboardLayout(name *uint16, flags uint32) (hkl Handle, err error) { + r0, _, e1 := syscall.Syscall(procLoadKeyboardLayoutW.Addr(), 2, uintptr(unsafe.Pointer(name)), uintptr(flags), 0) + hkl = Handle(r0) + if hkl == 0 { + err = errnoErr(e1) + } + return +} + func MessageBox(hwnd HWND, text *uint16, caption *uint16, boxtype uint32) (ret int32, err error) { r0, _, e1 := syscall.Syscall6(procMessageBoxW.Addr(), 4, uintptr(hwnd), uintptr(unsafe.Pointer(text)), uintptr(unsafe.Pointer(caption)), uintptr(boxtype), 0, 0) ret = int32(r0) @@ -4115,6 +4143,20 @@ func MessageBox(hwnd HWND, text *uint16, caption *uint16, boxtype uint32) (ret i return } +func ToUnicodeEx(vkey uint32, scancode uint32, keystate *byte, pwszBuff *uint16, cchBuff int32, flags uint32, hkl Handle) (ret int32) { + r0, _, _ := syscall.Syscall9(procToUnicodeEx.Addr(), 7, uintptr(vkey), uintptr(scancode), uintptr(unsafe.Pointer(keystate)), uintptr(unsafe.Pointer(pwszBuff)), uintptr(cchBuff), uintptr(flags), uintptr(hkl), 0, 0) + ret = int32(r0) + return +} + +func UnloadKeyboardLayout(hkl Handle) (err error) { + r1, _, e1 := syscall.Syscall(procUnloadKeyboardLayout.Addr(), 1, uintptr(hkl), 0, 0) + if r1 == 0 { + err = errnoErr(e1) + } + return +} + func CreateEnvironmentBlock(block **uint16, token Token, inheritExisting bool) (err error) { var _p0 uint32 if inheritExisting { diff --git a/vendor/golang.org/x/term/LICENSE b/vendor/golang.org/x/term/LICENSE index 6a66aea5eaf..2a7cf70da6e 100644 --- a/vendor/golang.org/x/term/LICENSE +++ b/vendor/golang.org/x/term/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/vendor/golang.org/x/text/LICENSE b/vendor/golang.org/x/text/LICENSE index 6a66aea5eaf..2a7cf70da6e 100644 --- a/vendor/golang.org/x/text/LICENSE +++ b/vendor/golang.org/x/text/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. +Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/vendor/modules.txt b/vendor/modules.txt index 3fdc8a8a16d..a3ddd656e7f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -268,7 +268,7 @@ github.com/redis/go-redis/v9/internal/util # github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 ## explicit github.com/titanous/rocacheck -# github.com/weppos/publicsuffix-go v0.30.3-0.20240510084413-5f1d03393b3d +# github.com/weppos/publicsuffix-go v0.40.3-0.20240815124645-a8ed110559c9 ## explicit; go 1.16 github.com/weppos/publicsuffix-go/publicsuffix # github.com/zmap/zcrypto v0.0.0-20231219022726-a1f61fb1661c @@ -356,8 +356,8 @@ go.opentelemetry.io/proto/otlp/collector/trace/v1 go.opentelemetry.io/proto/otlp/common/v1 go.opentelemetry.io/proto/otlp/resource/v1 go.opentelemetry.io/proto/otlp/trace/v1 -# golang.org/x/crypto v0.24.0 -## explicit; go 1.18 +# golang.org/x/crypto v0.26.0 +## explicit; go 1.20 golang.org/x/crypto/cryptobyte golang.org/x/crypto/cryptobyte/asn1 golang.org/x/crypto/ed25519 @@ -369,7 +369,7 @@ golang.org/x/exp/maps # golang.org/x/mod v0.18.0 ## explicit; go 1.18 golang.org/x/mod/semver -# golang.org/x/net v0.26.0 +# golang.org/x/net v0.28.0 ## explicit; go 1.18 golang.org/x/net/bpf golang.org/x/net/context/ctxhttp @@ -383,20 +383,20 @@ golang.org/x/net/internal/timeseries golang.org/x/net/ipv4 golang.org/x/net/ipv6 golang.org/x/net/trace -# golang.org/x/sync v0.7.0 +# golang.org/x/sync v0.8.0 ## explicit; go 1.18 golang.org/x/sync/errgroup golang.org/x/sync/semaphore -# golang.org/x/sys v0.21.0 +# golang.org/x/sys v0.23.0 ## explicit; go 1.18 golang.org/x/sys/plan9 golang.org/x/sys/unix golang.org/x/sys/windows golang.org/x/sys/windows/registry -# golang.org/x/term v0.21.0 +# golang.org/x/term v0.23.0 ## explicit; go 1.18 golang.org/x/term -# golang.org/x/text v0.16.0 +# golang.org/x/text v0.17.0 ## explicit; go 1.18 golang.org/x/text/secure/bidirule golang.org/x/text/transform