cloudsmith-api 2.0.11 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/README.md +23 -5
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +7 -0
- data/docs/CargoPackageUpload.md +7 -0
- data/docs/CocoapodsPackageUpload.md +7 -0
- data/docs/ComposerPackageUpload.md +7 -0
- data/docs/ConanPackageUpload.md +7 -0
- data/docs/CondaPackageUpload.md +7 -0
- data/docs/CranPackageUpload.md +7 -0
- data/docs/DartPackageUpload.md +7 -0
- data/docs/DebPackageUpload.md +7 -0
- data/docs/DockerPackageUpload.md +7 -0
- data/docs/GoPackageUpload.md +7 -0
- data/docs/HelmPackageUpload.md +7 -0
- data/docs/HexPackageUpload.md +7 -0
- data/docs/LuarocksPackageUpload.md +7 -0
- data/docs/MavenPackageUpload.md +7 -0
- data/docs/NpmPackageUpload.md +7 -0
- data/docs/NugetPackageUpload.md +7 -0
- data/docs/OrganizationMembership.md +1 -1
- data/docs/OrgsApi.md +358 -0
- data/docs/P2PackageUpload.md +7 -0
- data/docs/Package.md +7 -0
- data/docs/PackageCopy.md +7 -0
- data/docs/PackageMove.md +7 -0
- data/docs/PackageQuarantine.md +7 -0
- data/docs/PackageResync.md +7 -0
- data/docs/PackageStatus.md +7 -0
- data/docs/PackageTag.md +7 -0
- data/docs/PackagesApi.md +4 -4
- data/docs/ProviderSettings.md +14 -0
- data/docs/ProviderSettingsRequest.md +12 -0
- data/docs/ProviderSettingsRequestPatch.md +12 -0
- data/docs/PythonPackageUpload.md +7 -0
- data/docs/RawPackageUpload.md +7 -0
- data/docs/ReposApi.md +377 -0
- data/docs/RpmPackageUpload.md +7 -0
- data/docs/RubyPackageUpload.md +7 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/SwiftPackageUpload.md +8 -1
- data/docs/SwiftPackageUploadRequest.md +1 -0
- data/docs/SwiftUpstream.md +23 -0
- data/docs/SwiftUpstreamRequest.md +20 -0
- data/docs/SwiftUpstreamRequestPatch.md +20 -0
- data/docs/TerraformPackageUpload.md +7 -0
- data/docs/VagrantPackageUpload.md +7 -0
- data/lib/cloudsmith-api/api/orgs_api.rb +358 -0
- data/lib/cloudsmith-api/api/packages_api.rb +4 -4
- data/lib/cloudsmith-api/api/repos_api.rb +395 -0
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/conan_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/cran_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/dart_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/deb_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/docker_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/go_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/helm_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/hex_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/organization_membership.rb +1 -1
- data/lib/cloudsmith-api/models/p2_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/package.rb +64 -1
- data/lib/cloudsmith-api/models/package_copy.rb +64 -1
- data/lib/cloudsmith-api/models/package_move.rb +64 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +64 -1
- data/lib/cloudsmith-api/models/package_resync.rb +64 -1
- data/lib/cloudsmith-api/models/package_status.rb +64 -1
- data/lib/cloudsmith-api/models/package_tag.rb +64 -1
- data/lib/cloudsmith-api/models/provider_settings.rb +272 -0
- data/lib/cloudsmith-api/models/provider_settings_request.rb +252 -0
- data/lib/cloudsmith-api/models/provider_settings_request_patch.rb +227 -0
- data/lib/cloudsmith-api/models/python_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +69 -1
- data/lib/cloudsmith-api/models/swift_package_upload_request.rb +16 -1
- data/lib/cloudsmith-api/models/swift_upstream.rb +393 -0
- data/lib/cloudsmith-api/models/swift_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/swift_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +64 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +64 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +6 -0
- data/spec/api/orgs_api_spec.rb +81 -0
- data/spec/api/packages_api_spec.rb +2 -2
- data/spec/api/repos_api_spec.rb +87 -0
- data/spec/models/alpine_package_upload_spec.rb +42 -0
- data/spec/models/cargo_package_upload_spec.rb +42 -0
- data/spec/models/cocoapods_package_upload_spec.rb +42 -0
- data/spec/models/composer_package_upload_spec.rb +42 -0
- data/spec/models/conan_package_upload_spec.rb +42 -0
- data/spec/models/conda_package_upload_spec.rb +42 -0
- data/spec/models/cran_package_upload_spec.rb +42 -0
- data/spec/models/dart_package_upload_spec.rb +42 -0
- data/spec/models/deb_package_upload_spec.rb +42 -0
- data/spec/models/docker_package_upload_spec.rb +42 -0
- data/spec/models/go_package_upload_spec.rb +42 -0
- data/spec/models/helm_package_upload_spec.rb +42 -0
- data/spec/models/hex_package_upload_spec.rb +42 -0
- data/spec/models/luarocks_package_upload_spec.rb +42 -0
- data/spec/models/maven_package_upload_spec.rb +42 -0
- data/spec/models/npm_package_upload_spec.rb +42 -0
- data/spec/models/nuget_package_upload_spec.rb +42 -0
- data/spec/models/p2_package_upload_spec.rb +42 -0
- data/spec/models/package_copy_spec.rb +42 -0
- data/spec/models/package_move_spec.rb +42 -0
- data/spec/models/package_quarantine_spec.rb +42 -0
- data/spec/models/package_resync_spec.rb +42 -0
- data/spec/models/package_spec.rb +42 -0
- data/spec/models/package_status_spec.rb +42 -0
- data/spec/models/package_tag_spec.rb +42 -0
- data/spec/models/provider_settings_request_patch_spec.rb +65 -0
- data/spec/models/provider_settings_request_spec.rb +65 -0
- data/spec/models/provider_settings_spec.rb +77 -0
- data/spec/models/python_package_upload_spec.rb +42 -0
- data/spec/models/raw_package_upload_spec.rb +42 -0
- data/spec/models/rpm_package_upload_spec.rb +42 -0
- data/spec/models/ruby_package_upload_spec.rb +42 -0
- data/spec/models/swift_package_upload_request_spec.rb +6 -0
- data/spec/models/swift_package_upload_spec.rb +42 -0
- data/spec/models/swift_upstream_request_patch_spec.rb +121 -0
- data/spec/models/swift_upstream_request_spec.rb +121 -0
- data/spec/models/swift_upstream_spec.rb +139 -0
- data/spec/models/terraform_package_upload_spec.rb +42 -0
- data/spec/models/vagrant_package_upload_spec.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.7.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/{gems/bigdecimal-3.1.6/ext/bigdecimal → extensions/x86_64-linux/2.6.0/bigdecimal-3.1.7}/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/gem_make.out +6 -6
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/mkmf.log +10 -10
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.7.1 → json-2.7.2}/gem_make.out +5 -5
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.7.1 → json-2.7.2}/mkmf.log +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bigdecimal.c +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6/lib → bigdecimal-3.1.7/ext/bigdecimal}/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/{extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6 → gems/bigdecimal-3.1.7/lib}/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/README.md +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/generator.c +36 -6
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/ostruct.rb +5 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/common.rb +2 -1
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/generic_object.rb +6 -2
- data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/CHANGELOG.md +7 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/LICENSE.txt +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/README.md +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/data/list.txt +239 -80
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/domain.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/errors.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/list.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/rule.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix/version.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/lib/public_suffix.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.1.6.gemspec → bigdecimal-3.1.7.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/{json-2.7.1.gemspec → json-2.7.2.gemspec} +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{public_suffix-5.0.4.gemspec → public_suffix-5.0.5.gemspec} +4 -4
- metadata +129 -105
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/json-2.7.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/parser.so +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.7.1 → json-2.7.2}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bigdecimal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/bits.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/missing.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/jacobian.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/ludcmp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/math.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/newton.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/lib/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.6 → bigdecimal-3.1.7}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/CHANGES.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/fbuffer/fbuffer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/depend +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/generator/generator.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/depend +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/ext/parser/parser.rl +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/ext/json/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/json.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/complex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/core.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/date.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/date_time.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/exception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/range.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/rational.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/regexp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/struct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/symbol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/add/time.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/ext.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/pure/generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/pure/parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json/pure.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{json-2.7.1 → json-2.7.2}/lib/json.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/2.0-Upgrade.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/SECURITY.md +0 -0
data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.4 → public_suffix-5.0.5}/data/list.txt
RENAMED
|
@@ -6710,7 +6710,7 @@ org.zw
|
|
|
6710
6710
|
|
|
6711
6711
|
// newGTLDs
|
|
6712
6712
|
|
|
6713
|
-
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on
|
|
6713
|
+
// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-03-28T15:13:37Z
|
|
6714
6714
|
// This list is auto-generated, don't edit it manually.
|
|
6715
6715
|
// aaa : American Automobile Association, Inc.
|
|
6716
6716
|
// https://www.iana.org/domains/root/db/aaa.html
|
|
@@ -6988,10 +6988,6 @@ auto
|
|
|
6988
6988
|
// https://www.iana.org/domains/root/db/autos.html
|
|
6989
6989
|
autos
|
|
6990
6990
|
|
|
6991
|
-
// avianca : Avianca Inc.
|
|
6992
|
-
// https://www.iana.org/domains/root/db/avianca.html
|
|
6993
|
-
avianca
|
|
6994
|
-
|
|
6995
6991
|
// aws : AWS Registry LLC
|
|
6996
6992
|
// https://www.iana.org/domains/root/db/aws.html
|
|
6997
6993
|
aws
|
|
@@ -7016,10 +7012,6 @@ baidu
|
|
|
7016
7012
|
// https://www.iana.org/domains/root/db/banamex.html
|
|
7017
7013
|
banamex
|
|
7018
7014
|
|
|
7019
|
-
// bananarepublic : The Gap, Inc.
|
|
7020
|
-
// https://www.iana.org/domains/root/db/bananarepublic.html
|
|
7021
|
-
bananarepublic
|
|
7022
|
-
|
|
7023
7015
|
// band : Dog Beach, LLC
|
|
7024
7016
|
// https://www.iana.org/domains/root/db/band.html
|
|
7025
7017
|
band
|
|
@@ -7544,10 +7536,6 @@ college
|
|
|
7544
7536
|
// https://www.iana.org/domains/root/db/cologne.html
|
|
7545
7537
|
cologne
|
|
7546
7538
|
|
|
7547
|
-
// comcast : Comcast IP Holdings I, LLC
|
|
7548
|
-
// https://www.iana.org/domains/root/db/comcast.html
|
|
7549
|
-
comcast
|
|
7550
|
-
|
|
7551
7539
|
// commbank : COMMONWEALTH BANK OF AUSTRALIA
|
|
7552
7540
|
// https://www.iana.org/domains/root/db/commbank.html
|
|
7553
7541
|
commbank
|
|
@@ -7752,6 +7740,10 @@ dental
|
|
|
7752
7740
|
// https://www.iana.org/domains/root/db/dentist.html
|
|
7753
7741
|
dentist
|
|
7754
7742
|
|
|
7743
|
+
// desi
|
|
7744
|
+
// https://www.iana.org/domains/root/db/desi.html
|
|
7745
|
+
desi
|
|
7746
|
+
|
|
7755
7747
|
// design : Registry Services, LLC
|
|
7756
7748
|
// https://www.iana.org/domains/root/db/design.html
|
|
7757
7749
|
design
|
|
@@ -7796,7 +7788,7 @@ discover
|
|
|
7796
7788
|
// https://www.iana.org/domains/root/db/dish.html
|
|
7797
7789
|
dish
|
|
7798
7790
|
|
|
7799
|
-
// diy :
|
|
7791
|
+
// diy : Internet Naming Company LLC
|
|
7800
7792
|
// https://www.iana.org/domains/root/db/diy.html
|
|
7801
7793
|
diy
|
|
7802
7794
|
|
|
@@ -7928,10 +7920,6 @@ esq
|
|
|
7928
7920
|
// https://www.iana.org/domains/root/db/estate.html
|
|
7929
7921
|
estate
|
|
7930
7922
|
|
|
7931
|
-
// etisalat : Emirates Telecommunications Corporation (trading as Etisalat)
|
|
7932
|
-
// https://www.iana.org/domains/root/db/etisalat.html
|
|
7933
|
-
etisalat
|
|
7934
|
-
|
|
7935
7923
|
// eurovision : European Broadcasting Union (EBU)
|
|
7936
7924
|
// https://www.iana.org/domains/root/db/eurovision.html
|
|
7937
7925
|
eurovision
|
|
@@ -8104,7 +8092,7 @@ fly
|
|
|
8104
8092
|
// https://www.iana.org/domains/root/db/foo.html
|
|
8105
8093
|
foo
|
|
8106
8094
|
|
|
8107
|
-
// food :
|
|
8095
|
+
// food : Internet Naming Company LLC
|
|
8108
8096
|
// https://www.iana.org/domains/root/db/food.html
|
|
8109
8097
|
food
|
|
8110
8098
|
|
|
@@ -8164,7 +8152,7 @@ ftr
|
|
|
8164
8152
|
// https://www.iana.org/domains/root/db/fujitsu.html
|
|
8165
8153
|
fujitsu
|
|
8166
8154
|
|
|
8167
|
-
// fun : Radix
|
|
8155
|
+
// fun : Radix Technologies Inc.
|
|
8168
8156
|
// https://www.iana.org/domains/root/db/fun.html
|
|
8169
8157
|
fun
|
|
8170
8158
|
|
|
@@ -8312,7 +8300,7 @@ goldpoint
|
|
|
8312
8300
|
// https://www.iana.org/domains/root/db/golf.html
|
|
8313
8301
|
golf
|
|
8314
8302
|
|
|
8315
|
-
// goo : NTT
|
|
8303
|
+
// goo : NTT DOCOMO, INC.
|
|
8316
8304
|
// https://www.iana.org/domains/root/db/goo.html
|
|
8317
8305
|
goo
|
|
8318
8306
|
|
|
@@ -8364,10 +8352,6 @@ grocery
|
|
|
8364
8352
|
// https://www.iana.org/domains/root/db/group.html
|
|
8365
8353
|
group
|
|
8366
8354
|
|
|
8367
|
-
// guardian : The Guardian Life Insurance Company of America
|
|
8368
|
-
// https://www.iana.org/domains/root/db/guardian.html
|
|
8369
|
-
guardian
|
|
8370
|
-
|
|
8371
8355
|
// gucci : Guccio Gucci S.p.a.
|
|
8372
8356
|
// https://www.iana.org/domains/root/db/gucci.html
|
|
8373
8357
|
gucci
|
|
@@ -8500,7 +8484,7 @@ horse
|
|
|
8500
8484
|
// https://www.iana.org/domains/root/db/hospital.html
|
|
8501
8485
|
hospital
|
|
8502
8486
|
|
|
8503
|
-
// host : Radix
|
|
8487
|
+
// host : Radix Technologies Inc.
|
|
8504
8488
|
// https://www.iana.org/domains/root/db/host.html
|
|
8505
8489
|
host
|
|
8506
8490
|
|
|
@@ -8720,7 +8704,7 @@ jpmorgan
|
|
|
8720
8704
|
// https://www.iana.org/domains/root/db/jprs.html
|
|
8721
8705
|
jprs
|
|
8722
8706
|
|
|
8723
|
-
// juegos :
|
|
8707
|
+
// juegos : Dog Beach, LLC
|
|
8724
8708
|
// https://www.iana.org/domains/root/db/juegos.html
|
|
8725
8709
|
juegos
|
|
8726
8710
|
|
|
@@ -8908,7 +8892,7 @@ life
|
|
|
8908
8892
|
// https://www.iana.org/domains/root/db/lifeinsurance.html
|
|
8909
8893
|
lifeinsurance
|
|
8910
8894
|
|
|
8911
|
-
// lifestyle :
|
|
8895
|
+
// lifestyle : Internet Naming Company LLC
|
|
8912
8896
|
// https://www.iana.org/domains/root/db/lifestyle.html
|
|
8913
8897
|
lifestyle
|
|
8914
8898
|
|
|
@@ -8948,7 +8932,7 @@ lipsy
|
|
|
8948
8932
|
// https://www.iana.org/domains/root/db/live.html
|
|
8949
8933
|
live
|
|
8950
8934
|
|
|
8951
|
-
// living :
|
|
8935
|
+
// living : Internet Naming Company LLC
|
|
8952
8936
|
// https://www.iana.org/domains/root/db/living.html
|
|
8953
8937
|
living
|
|
8954
8938
|
|
|
@@ -9392,10 +9376,6 @@ olayan
|
|
|
9392
9376
|
// https://www.iana.org/domains/root/db/olayangroup.html
|
|
9393
9377
|
olayangroup
|
|
9394
9378
|
|
|
9395
|
-
// oldnavy : The Gap, Inc.
|
|
9396
|
-
// https://www.iana.org/domains/root/db/oldnavy.html
|
|
9397
|
-
oldnavy
|
|
9398
|
-
|
|
9399
9379
|
// ollo : Dish DBS Corporation
|
|
9400
9380
|
// https://www.iana.org/domains/root/db/ollo.html
|
|
9401
9381
|
ollo
|
|
@@ -9416,7 +9396,7 @@ ong
|
|
|
9416
9396
|
// https://www.iana.org/domains/root/db/onl.html
|
|
9417
9397
|
onl
|
|
9418
9398
|
|
|
9419
|
-
// online : Radix
|
|
9399
|
+
// online : Radix Technologies Inc.
|
|
9420
9400
|
// https://www.iana.org/domains/root/db/online.html
|
|
9421
9401
|
online
|
|
9422
9402
|
|
|
@@ -9620,7 +9600,7 @@ pramerica
|
|
|
9620
9600
|
// https://www.iana.org/domains/root/db/praxi.html
|
|
9621
9601
|
praxi
|
|
9622
9602
|
|
|
9623
|
-
// press : Radix
|
|
9603
|
+
// press : Radix Technologies Inc.
|
|
9624
9604
|
// https://www.iana.org/domains/root/db/press.html
|
|
9625
9605
|
press
|
|
9626
9606
|
|
|
@@ -9928,10 +9908,6 @@ sbi
|
|
|
9928
9908
|
// https://www.iana.org/domains/root/db/sbs.html
|
|
9929
9909
|
sbs
|
|
9930
9910
|
|
|
9931
|
-
// sca : SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)
|
|
9932
|
-
// https://www.iana.org/domains/root/db/sca.html
|
|
9933
|
-
sca
|
|
9934
|
-
|
|
9935
9911
|
// scb : The Siam Commercial Bank Public Company Limited ("SCB")
|
|
9936
9912
|
// https://www.iana.org/domains/root/db/scb.html
|
|
9937
9913
|
scb
|
|
@@ -10076,7 +10052,7 @@ sina
|
|
|
10076
10052
|
// https://www.iana.org/domains/root/db/singles.html
|
|
10077
10053
|
singles
|
|
10078
10054
|
|
|
10079
|
-
// site : Radix
|
|
10055
|
+
// site : Radix Technologies Inc.
|
|
10080
10056
|
// https://www.iana.org/domains/root/db/site.html
|
|
10081
10057
|
site
|
|
10082
10058
|
|
|
@@ -10156,7 +10132,7 @@ soy
|
|
|
10156
10132
|
// https://www.iana.org/domains/root/db/spa.html
|
|
10157
10133
|
spa
|
|
10158
10134
|
|
|
10159
|
-
// space : Radix
|
|
10135
|
+
// space : Radix Technologies Inc.
|
|
10160
10136
|
// https://www.iana.org/domains/root/db/space.html
|
|
10161
10137
|
space
|
|
10162
10138
|
|
|
@@ -10208,7 +10184,7 @@ stockholm
|
|
|
10208
10184
|
// https://www.iana.org/domains/root/db/storage.html
|
|
10209
10185
|
storage
|
|
10210
10186
|
|
|
10211
|
-
// store : Radix
|
|
10187
|
+
// store : Radix Technologies Inc.
|
|
10212
10188
|
// https://www.iana.org/domains/root/db/store.html
|
|
10213
10189
|
store
|
|
10214
10190
|
|
|
@@ -10324,7 +10300,7 @@ tdk
|
|
|
10324
10300
|
// https://www.iana.org/domains/root/db/team.html
|
|
10325
10301
|
team
|
|
10326
10302
|
|
|
10327
|
-
// tech : Radix
|
|
10303
|
+
// tech : Radix Technologies Inc.
|
|
10328
10304
|
// https://www.iana.org/domains/root/db/tech.html
|
|
10329
10305
|
tech
|
|
10330
10306
|
|
|
@@ -10508,7 +10484,7 @@ unicom
|
|
|
10508
10484
|
// https://www.iana.org/domains/root/db/university.html
|
|
10509
10485
|
university
|
|
10510
10486
|
|
|
10511
|
-
// uno : Radix
|
|
10487
|
+
// uno : Radix Technologies Inc.
|
|
10512
10488
|
// https://www.iana.org/domains/root/db/uno.html
|
|
10513
10489
|
uno
|
|
10514
10490
|
|
|
@@ -10524,7 +10500,7 @@ ups
|
|
|
10524
10500
|
// https://www.iana.org/domains/root/db/vacations.html
|
|
10525
10501
|
vacations
|
|
10526
10502
|
|
|
10527
|
-
// vana :
|
|
10503
|
+
// vana : Internet Naming Company LLC
|
|
10528
10504
|
// https://www.iana.org/domains/root/db/vana.html
|
|
10529
10505
|
vana
|
|
10530
10506
|
|
|
@@ -10608,10 +10584,6 @@ vlaanderen
|
|
|
10608
10584
|
// https://www.iana.org/domains/root/db/vodka.html
|
|
10609
10585
|
vodka
|
|
10610
10586
|
|
|
10611
|
-
// volkswagen : Volkswagen Group of America Inc.
|
|
10612
|
-
// https://www.iana.org/domains/root/db/volkswagen.html
|
|
10613
|
-
volkswagen
|
|
10614
|
-
|
|
10615
10587
|
// volvo : Volvo Holding Sverige Aktiebolag
|
|
10616
10588
|
// https://www.iana.org/domains/root/db/volvo.html
|
|
10617
10589
|
volvo
|
|
@@ -10676,10 +10648,14 @@ webcam
|
|
|
10676
10648
|
// https://www.iana.org/domains/root/db/weber.html
|
|
10677
10649
|
weber
|
|
10678
10650
|
|
|
10679
|
-
// website : Radix
|
|
10651
|
+
// website : Radix Technologies Inc.
|
|
10680
10652
|
// https://www.iana.org/domains/root/db/website.html
|
|
10681
10653
|
website
|
|
10682
10654
|
|
|
10655
|
+
// wed
|
|
10656
|
+
// https://www.iana.org/domains/root/db/wed.html
|
|
10657
|
+
wed
|
|
10658
|
+
|
|
10683
10659
|
// wedding : Registry Services, LLC
|
|
10684
10660
|
// https://www.iana.org/domains/root/db/wedding.html
|
|
10685
10661
|
wedding
|
|
@@ -10768,10 +10744,6 @@ xbox
|
|
|
10768
10744
|
// https://www.iana.org/domains/root/db/xerox.html
|
|
10769
10745
|
xerox
|
|
10770
10746
|
|
|
10771
|
-
// xfinity : Comcast IP Holdings I, LLC
|
|
10772
|
-
// https://www.iana.org/domains/root/db/xfinity.html
|
|
10773
|
-
xfinity
|
|
10774
|
-
|
|
10775
10747
|
// xihuan : Beijing Qihu Keji Co., Ltd.
|
|
10776
10748
|
// https://www.iana.org/domains/root/db/xihuan.html
|
|
10777
10749
|
xihuan
|
|
@@ -11012,10 +10984,6 @@ xin
|
|
|
11012
10984
|
// https://www.iana.org/domains/root/db/xn--mgba7c0bbn0a.html
|
|
11013
10985
|
العليان
|
|
11014
10986
|
|
|
11015
|
-
// xn--mgbaakc7dvf : Emirates Telecommunications Corporation (trading as Etisalat)
|
|
11016
|
-
// https://www.iana.org/domains/root/db/xn--mgbaakc7dvf.html
|
|
11017
|
-
اتصالات
|
|
11018
|
-
|
|
11019
10987
|
// xn--mgbab2bd : CORE Association
|
|
11020
10988
|
// https://www.iana.org/domains/root/db/xn--mgbab2bd.html
|
|
11021
10989
|
بازار
|
|
@@ -11217,6 +11185,12 @@ zuerich
|
|
|
11217
11185
|
// ===BEGIN PRIVATE DOMAINS===
|
|
11218
11186
|
// (Note: these are in alphabetical order by company name)
|
|
11219
11187
|
|
|
11188
|
+
// 12CHARS: https://12chars.com
|
|
11189
|
+
// Submitted by Kenny Niehage <psl@12chars.com>
|
|
11190
|
+
12chars.dev
|
|
11191
|
+
12chars.it
|
|
11192
|
+
12chars.pro
|
|
11193
|
+
|
|
11220
11194
|
// 1GB LLC : https://www.1gb.ua/
|
|
11221
11195
|
// Submitted by 1GB LLC <noc@1gb.com.ua>
|
|
11222
11196
|
cc.ua
|
|
@@ -11226,6 +11200,11 @@ ltd.ua
|
|
|
11226
11200
|
// 611coin : https://611project.org/
|
|
11227
11201
|
611.to
|
|
11228
11202
|
|
|
11203
|
+
// A2 Hosting
|
|
11204
|
+
// Submitted by Tyler Hall <sysadmin@a2hosting.com>
|
|
11205
|
+
a2hosted.com
|
|
11206
|
+
cpserver.com
|
|
11207
|
+
|
|
11229
11208
|
// Aaron Marais' Gitlab pages: https://lab.aaronleem.co.za
|
|
11230
11209
|
// Submitted by Aaron Marais <its_me@aaronleem.co.za>
|
|
11231
11210
|
graphox.us
|
|
@@ -11242,12 +11221,18 @@ graphox.us
|
|
|
11242
11221
|
// Submitted by Ofer Kalaora <postmaster@activetrail.com>
|
|
11243
11222
|
activetrail.biz
|
|
11244
11223
|
|
|
11224
|
+
// Adaptable.io : https://adaptable.io
|
|
11225
|
+
// Submitted by Mark Terrel <support@adaptable.io>
|
|
11226
|
+
adaptable.app
|
|
11227
|
+
|
|
11245
11228
|
// Adobe : https://www.adobe.com/
|
|
11246
11229
|
// Submitted by Ian Boston <boston@adobe.com> and Lars Trieloff <trieloff@adobe.com>
|
|
11247
11230
|
adobeaemcloud.com
|
|
11248
11231
|
*.dev.adobeaemcloud.com
|
|
11232
|
+
aem.live
|
|
11249
11233
|
hlx.live
|
|
11250
11234
|
adobeaemcloud.net
|
|
11235
|
+
aem.page
|
|
11251
11236
|
hlx.page
|
|
11252
11237
|
hlx3.page
|
|
11253
11238
|
|
|
@@ -11319,7 +11304,7 @@ myamaze.net
|
|
|
11319
11304
|
|
|
11320
11305
|
// Amazon API Gateway
|
|
11321
11306
|
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
|
11322
|
-
// Reference:
|
|
11307
|
+
// Reference: 9e37648f-a66c-4655-9ab1-5981f8737197
|
|
11323
11308
|
execute-api.cn-north-1.amazonaws.com.cn
|
|
11324
11309
|
execute-api.cn-northwest-1.amazonaws.com.cn
|
|
11325
11310
|
execute-api.af-south-1.amazonaws.com
|
|
@@ -11334,6 +11319,7 @@ execute-api.ap-southeast-2.amazonaws.com
|
|
|
11334
11319
|
execute-api.ap-southeast-3.amazonaws.com
|
|
11335
11320
|
execute-api.ap-southeast-4.amazonaws.com
|
|
11336
11321
|
execute-api.ca-central-1.amazonaws.com
|
|
11322
|
+
execute-api.ca-west-1.amazonaws.com
|
|
11337
11323
|
execute-api.eu-central-1.amazonaws.com
|
|
11338
11324
|
execute-api.eu-central-2.amazonaws.com
|
|
11339
11325
|
execute-api.eu-north-1.amazonaws.com
|
|
@@ -11505,7 +11491,7 @@ emrstudio-prod.us-west-2.amazonaws.com
|
|
|
11505
11491
|
|
|
11506
11492
|
// Amazon S3
|
|
11507
11493
|
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
|
11508
|
-
// Reference:
|
|
11494
|
+
// Reference: cd5c8b3a-67b7-4b40-9236-c87ce81a3d10
|
|
11509
11495
|
s3.dualstack.cn-north-1.amazonaws.com.cn
|
|
11510
11496
|
s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn
|
|
11511
11497
|
s3-website.dualstack.cn-north-1.amazonaws.com.cn
|
|
@@ -11604,6 +11590,16 @@ s3-accesspoint-fips.ca-central-1.amazonaws.com
|
|
|
11604
11590
|
s3-fips.ca-central-1.amazonaws.com
|
|
11605
11591
|
s3-object-lambda.ca-central-1.amazonaws.com
|
|
11606
11592
|
s3-website.ca-central-1.amazonaws.com
|
|
11593
|
+
s3.dualstack.ca-west-1.amazonaws.com
|
|
11594
|
+
s3-accesspoint.dualstack.ca-west-1.amazonaws.com
|
|
11595
|
+
s3-accesspoint-fips.dualstack.ca-west-1.amazonaws.com
|
|
11596
|
+
s3-fips.dualstack.ca-west-1.amazonaws.com
|
|
11597
|
+
s3-website.dualstack.ca-west-1.amazonaws.com
|
|
11598
|
+
s3.ca-west-1.amazonaws.com
|
|
11599
|
+
s3-accesspoint.ca-west-1.amazonaws.com
|
|
11600
|
+
s3-accesspoint-fips.ca-west-1.amazonaws.com
|
|
11601
|
+
s3-fips.ca-west-1.amazonaws.com
|
|
11602
|
+
s3-website.ca-west-1.amazonaws.com
|
|
11607
11603
|
s3.dualstack.eu-central-1.amazonaws.com
|
|
11608
11604
|
s3-accesspoint.dualstack.eu-central-1.amazonaws.com
|
|
11609
11605
|
s3-website.dualstack.eu-central-1.amazonaws.com
|
|
@@ -11786,7 +11782,7 @@ s3-website.us-west-2.amazonaws.com
|
|
|
11786
11782
|
|
|
11787
11783
|
// Amazon SageMaker Notebook Instances
|
|
11788
11784
|
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
|
11789
|
-
// Reference:
|
|
11785
|
+
// Reference: ce8ae0b1-0070-496d-be88-37c31837af9d
|
|
11790
11786
|
notebook.af-south-1.sagemaker.aws
|
|
11791
11787
|
notebook.ap-east-1.sagemaker.aws
|
|
11792
11788
|
notebook.ap-northeast-1.sagemaker.aws
|
|
@@ -11799,6 +11795,9 @@ notebook.ap-southeast-2.sagemaker.aws
|
|
|
11799
11795
|
notebook.ap-southeast-3.sagemaker.aws
|
|
11800
11796
|
notebook.ap-southeast-4.sagemaker.aws
|
|
11801
11797
|
notebook.ca-central-1.sagemaker.aws
|
|
11798
|
+
notebook-fips.ca-central-1.sagemaker.aws
|
|
11799
|
+
notebook.ca-west-1.sagemaker.aws
|
|
11800
|
+
notebook-fips.ca-west-1.sagemaker.aws
|
|
11802
11801
|
notebook.eu-central-1.sagemaker.aws
|
|
11803
11802
|
notebook.eu-central-2.sagemaker.aws
|
|
11804
11803
|
notebook.eu-north-1.sagemaker.aws
|
|
@@ -11885,7 +11884,7 @@ analytics-gateway.us-west-2.amazonaws.com
|
|
|
11885
11884
|
|
|
11886
11885
|
// AWS Cloud9
|
|
11887
11886
|
// Submitted by: AWS Security <psl-maintainers@amazon.com>
|
|
11888
|
-
// Reference:
|
|
11887
|
+
// Reference: 30717f72-4007-4f0f-8ed4-864c6f2efec9
|
|
11889
11888
|
webview-assets.aws-cloud9.af-south-1.amazonaws.com
|
|
11890
11889
|
vfs.cloud9.af-south-1.amazonaws.com
|
|
11891
11890
|
webview-assets.cloud9.af-south-1.amazonaws.com
|
|
@@ -11931,6 +11930,8 @@ webview-assets.cloud9.eu-west-2.amazonaws.com
|
|
|
11931
11930
|
webview-assets.aws-cloud9.eu-west-3.amazonaws.com
|
|
11932
11931
|
vfs.cloud9.eu-west-3.amazonaws.com
|
|
11933
11932
|
webview-assets.cloud9.eu-west-3.amazonaws.com
|
|
11933
|
+
webview-assets.aws-cloud9.il-central-1.amazonaws.com
|
|
11934
|
+
vfs.cloud9.il-central-1.amazonaws.com
|
|
11934
11935
|
webview-assets.aws-cloud9.me-south-1.amazonaws.com
|
|
11935
11936
|
vfs.cloud9.me-south-1.amazonaws.com
|
|
11936
11937
|
webview-assets.cloud9.me-south-1.amazonaws.com
|
|
@@ -11993,6 +11994,11 @@ us-west-2.elasticbeanstalk.com
|
|
|
11993
11994
|
// Reference: d916759d-a08b-4241-b536-4db887383a6a
|
|
11994
11995
|
awsglobalaccelerator.com
|
|
11995
11996
|
|
|
11997
|
+
// AWS re:Post Private
|
|
11998
|
+
// Submitted by AWS Security <psl-maintainers@amazon.com>
|
|
11999
|
+
// Reference: 83385945-225f-416e-9aa0-ad0632bfdcee
|
|
12000
|
+
*.private.repost.aws
|
|
12001
|
+
|
|
11996
12002
|
// eero
|
|
11997
12003
|
// Submitted by Yue Kang <eero-dynamic-dns@amazon.com>
|
|
11998
12004
|
// Reference: 264afe70-f62c-4c02-8ab9-b5281ed24461
|
|
@@ -12010,6 +12016,10 @@ tele.amune.org
|
|
|
12010
12016
|
// Submitted by Apigee Security Team <security@apigee.com>
|
|
12011
12017
|
apigee.io
|
|
12012
12018
|
|
|
12019
|
+
// Apis Networks: https://apisnetworks.com
|
|
12020
|
+
// Submitted by Matt Saladna <matt@apisnetworks.com>
|
|
12021
|
+
panel.dev
|
|
12022
|
+
|
|
12013
12023
|
// Apphud : https://apphud.com
|
|
12014
12024
|
// Submitted by Alexander Selivanov <alex@apphud.com>
|
|
12015
12025
|
siiites.com
|
|
@@ -12027,6 +12037,10 @@ appudo.net
|
|
|
12027
12037
|
// Submitted by Thomas Orozco <thomas@aptible.com>
|
|
12028
12038
|
on-aptible.com
|
|
12029
12039
|
|
|
12040
|
+
// Aquapal : https://aquapal.net/
|
|
12041
|
+
// Submitted by Aki Ueno <admin@aquapal.net>
|
|
12042
|
+
f5.si
|
|
12043
|
+
|
|
12030
12044
|
// ASEINet : https://www.aseinet.com/
|
|
12031
12045
|
// Submitted by Asei SEKIGUCHI <mail@aseinet.com>
|
|
12032
12046
|
user.aseinet.ne.jp
|
|
@@ -12121,6 +12135,10 @@ beagleboard.io
|
|
|
12121
12135
|
// Submitted by Lev Nekrasov <lnekrasov@beget.com>
|
|
12122
12136
|
*.beget.app
|
|
12123
12137
|
|
|
12138
|
+
// Besties : https://besties.house
|
|
12139
|
+
// Submitted by Hazel Cora <hazy@besties.house>
|
|
12140
|
+
pages.gay
|
|
12141
|
+
|
|
12124
12142
|
// BetaInABox
|
|
12125
12143
|
// Submitted by Adrian <adrian@betainabox.com>
|
|
12126
12144
|
betainabox.com
|
|
@@ -12166,6 +12184,10 @@ square7.de
|
|
|
12166
12184
|
bplaced.net
|
|
12167
12185
|
square7.net
|
|
12168
12186
|
|
|
12187
|
+
// Brave : https://brave.com
|
|
12188
|
+
// Submitted by Andrea Brancaleoni <abrancaleoni@brave.com>
|
|
12189
|
+
*.s.brave.io
|
|
12190
|
+
|
|
12169
12191
|
// Brendly : https://brendly.rs
|
|
12170
12192
|
// Submitted by Dusan Radovanovic <dusan.radovanovic@brendly.rs>
|
|
12171
12193
|
shop.brendly.rs
|
|
@@ -12191,7 +12213,9 @@ mycd.eu
|
|
|
12191
12213
|
// Canva Pty Ltd : https://canva.com/
|
|
12192
12214
|
// Submitted by Joel Aquilina <publicsuffixlist@canva.com>
|
|
12193
12215
|
canva-apps.cn
|
|
12216
|
+
*.my.canvasite.cn
|
|
12194
12217
|
canva-apps.com
|
|
12218
|
+
*.my.canva.site
|
|
12195
12219
|
|
|
12196
12220
|
// Carrd : https://carrd.co
|
|
12197
12221
|
// Submitted by AJ <aj@carrd.co>
|
|
@@ -12383,6 +12407,10 @@ co.no
|
|
|
12383
12407
|
webhosting.be
|
|
12384
12408
|
hosting-cluster.nl
|
|
12385
12409
|
|
|
12410
|
+
// Convex : https://convex.dev/
|
|
12411
|
+
// Submitted by James Cowling <security@convex.dev>
|
|
12412
|
+
convex.site
|
|
12413
|
+
|
|
12386
12414
|
// Coordination Center for TLD RU and XN--P1AI : https://cctld.ru/en/domains/domens_ru/reserved/
|
|
12387
12415
|
// Submitted by George Georgievsky <gug@cctld.ru>
|
|
12388
12416
|
ac.ru
|
|
@@ -12404,10 +12432,18 @@ feste-ip.net
|
|
|
12404
12432
|
knx-server.net
|
|
12405
12433
|
static-access.net
|
|
12406
12434
|
|
|
12435
|
+
// cPanel L.L.C. : https://www.cpanel.net/
|
|
12436
|
+
// Submitted by Dustin Scherer <public.suffix@cpanel.net>
|
|
12437
|
+
*.cprapid.com
|
|
12438
|
+
|
|
12407
12439
|
// Craynic, s.r.o. : http://www.craynic.com/
|
|
12408
12440
|
// Submitted by Ales Krajnik <ales.krajnik@craynic.com>
|
|
12409
12441
|
realm.cz
|
|
12410
12442
|
|
|
12443
|
+
// Crisp IM SAS : https://crisp.chat/
|
|
12444
|
+
// Submitted by Baptiste Jamin <hostmaster@crisp.chat>
|
|
12445
|
+
on.crisp.email
|
|
12446
|
+
|
|
12411
12447
|
// Cryptonomic : https://cryptonomic.net/
|
|
12412
12448
|
// Submitted by Andrew Cady <public-suffix-list@cryptonomic.net>
|
|
12413
12449
|
*.cryptonomic.net
|
|
@@ -12428,6 +12464,13 @@ curv.dev
|
|
|
12428
12464
|
*.ocp.customer-oci.com
|
|
12429
12465
|
*.ocs.customer-oci.com
|
|
12430
12466
|
|
|
12467
|
+
// Cyclic Software : https://www.cyclic.sh
|
|
12468
|
+
// Submitted by Kam Lasater <dns-admin@cyclic.sh>
|
|
12469
|
+
cyclic.app
|
|
12470
|
+
cyclic.cloud
|
|
12471
|
+
cyclic-app.com
|
|
12472
|
+
cyclic.co.in
|
|
12473
|
+
|
|
12431
12474
|
// cyon GmbH : https://www.cyon.ch/
|
|
12432
12475
|
// Submitted by Dominic Luechinger <dol@cyon.ch>
|
|
12433
12476
|
cyon.link
|
|
@@ -12908,6 +12951,10 @@ e4.cz
|
|
|
12908
12951
|
easypanel.app
|
|
12909
12952
|
easypanel.host
|
|
12910
12953
|
|
|
12954
|
+
// EasyWP : https://www.easywp.com
|
|
12955
|
+
// Submitted by <infracloudteam@namecheap.com>
|
|
12956
|
+
*.ewp.live
|
|
12957
|
+
|
|
12911
12958
|
// Elementor : Elementor Ltd.
|
|
12912
12959
|
// Submitted by Anton Barkan <antonb@elementor.com>
|
|
12913
12960
|
elementor.cloud
|
|
@@ -13022,10 +13069,6 @@ url.tw
|
|
|
13022
13069
|
// Submitted by Eric Jiang <eric@fabrica.dev>
|
|
13023
13070
|
onfabrica.com
|
|
13024
13071
|
|
|
13025
|
-
// Facebook, Inc.
|
|
13026
|
-
// Submitted by Peter Ruibal <public-suffix@fb.com>
|
|
13027
|
-
apps.fbsbx.com
|
|
13028
|
-
|
|
13029
13072
|
// FAITID : https://faitid.org/
|
|
13030
13073
|
// Submitted by Maxim Alzoba <tech.contact@faitid.org>
|
|
13031
13074
|
// https://www.flexireg.net/stat_info
|
|
@@ -13183,6 +13226,10 @@ flap.id
|
|
|
13183
13226
|
onflashdrive.app
|
|
13184
13227
|
fldrv.com
|
|
13185
13228
|
|
|
13229
|
+
// FlutterFlow : https://flutterflow.io
|
|
13230
|
+
// Submitted by Anton Emelyanov <anton@flutterflow.io>
|
|
13231
|
+
flutterflow.app
|
|
13232
|
+
|
|
13186
13233
|
// fly.io: https://fly.io
|
|
13187
13234
|
// Submitted by Kurt Mackey <kurt@fly.io>
|
|
13188
13235
|
fly.dev
|
|
@@ -13193,7 +13240,7 @@ shw.io
|
|
|
13193
13240
|
// Submitted by Jonathan Rudenberg <jonathan@flynn.io>
|
|
13194
13241
|
flynnhosting.net
|
|
13195
13242
|
|
|
13196
|
-
// Forgerock :
|
|
13243
|
+
// Forgerock : https://www.forgerock.com
|
|
13197
13244
|
// Submitted by Roderick Parr <roderick.parr@forgerock.com>
|
|
13198
13245
|
forgeblocks.com
|
|
13199
13246
|
id.forgerock.io
|
|
@@ -13251,6 +13298,10 @@ futuremailing.at
|
|
|
13251
13298
|
*.kunden.ortsinfo.at
|
|
13252
13299
|
*.statics.cloud
|
|
13253
13300
|
|
|
13301
|
+
// GCom Internet : https://www.gcom.net.au
|
|
13302
|
+
// Submitted by Leo Julius <support@gcom.net.au>
|
|
13303
|
+
aliases121.com
|
|
13304
|
+
|
|
13254
13305
|
// GDS : https://www.gov.uk/service-manual/technology/managing-domain-names
|
|
13255
13306
|
// Submitted by Stephen Ford <hostmaster@digital.cabinet-office.gov.uk>
|
|
13256
13307
|
independent-commission.uk
|
|
@@ -13425,6 +13476,10 @@ whitesnow.jp
|
|
|
13425
13476
|
zombie.jp
|
|
13426
13477
|
heteml.net
|
|
13427
13478
|
|
|
13479
|
+
// GoDaddy Registry : https://registry.godaddy
|
|
13480
|
+
// Submitted by Rohan Durrant <tldns@registry.godaddy>
|
|
13481
|
+
graphic.design
|
|
13482
|
+
|
|
13428
13483
|
// GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/
|
|
13429
13484
|
// Submitted by Tom Whitwell <gov-uk-paas-support@digital.cabinet-office.gov.uk>
|
|
13430
13485
|
cloudapps.digital
|
|
@@ -13434,10 +13489,6 @@ london.cloudapps.digital
|
|
|
13434
13489
|
// Submitted by Richard Baker <richard.baker@digital.cabinet-office.gov.uk>
|
|
13435
13490
|
pymnt.uk
|
|
13436
13491
|
|
|
13437
|
-
// UKHomeOffice : https://www.gov.uk/government/organisations/home-office
|
|
13438
|
-
// Submitted by Jon Shanks <jon.shanks@digital.homeoffice.gov.uk>
|
|
13439
|
-
homeoffice.gov.uk
|
|
13440
|
-
|
|
13441
13492
|
// GlobeHosting, Inc.
|
|
13442
13493
|
// Submitted by Zoltan Egresi <egresi@globehosting.com>
|
|
13443
13494
|
ro.im
|
|
@@ -13448,8 +13499,7 @@ goip.de
|
|
|
13448
13499
|
|
|
13449
13500
|
// Google, Inc.
|
|
13450
13501
|
// Submitted by Eduardo Vela <evn@google.com>
|
|
13451
|
-
run.app
|
|
13452
|
-
a.run.app
|
|
13502
|
+
*.run.app
|
|
13453
13503
|
web.app
|
|
13454
13504
|
*.0emm.com
|
|
13455
13505
|
appspot.com
|
|
@@ -13604,6 +13654,12 @@ ravendb.run
|
|
|
13604
13654
|
// Submitted by Krzysztof Wolski <krzysztof.wolski@home.eu>
|
|
13605
13655
|
homesklep.pl
|
|
13606
13656
|
|
|
13657
|
+
// Homebase : https://homebase.id/
|
|
13658
|
+
// Submitted by Jason Babo <info@homebase.id>
|
|
13659
|
+
*.kin.one
|
|
13660
|
+
*.id.pub
|
|
13661
|
+
*.kin.pub
|
|
13662
|
+
|
|
13607
13663
|
// Hong Kong Productivity Council: https://www.hkpc.org/
|
|
13608
13664
|
// Submitted by SECaaS Team <summchan@hkpc.org>
|
|
13609
13665
|
secaas.hk
|
|
@@ -13681,7 +13737,7 @@ biz.at
|
|
|
13681
13737
|
info.at
|
|
13682
13738
|
|
|
13683
13739
|
// info.cx : http://info.cx
|
|
13684
|
-
// Submitted by
|
|
13740
|
+
// Submitted by June Slater <whois@igloo.to>
|
|
13685
13741
|
info.cx
|
|
13686
13742
|
|
|
13687
13743
|
// Interlegis : http://www.interlegis.leg.br
|
|
@@ -13730,6 +13786,10 @@ iopsys.se
|
|
|
13730
13786
|
// Submitted by Matthew Hardeman <mhardeman@ipifony.com>
|
|
13731
13787
|
ipifony.net
|
|
13732
13788
|
|
|
13789
|
+
// ir.md : https://nic.ir.md
|
|
13790
|
+
// Submitted by Ali Soizi <info@nic.ir.md>
|
|
13791
|
+
ir.md
|
|
13792
|
+
|
|
13733
13793
|
// IServ GmbH : https://iserv.de
|
|
13734
13794
|
// Submitted by Mario Hoberg <info@iserv.de>
|
|
13735
13795
|
iservschule.de
|
|
@@ -14057,6 +14117,11 @@ memset.net
|
|
|
14057
14117
|
// Submitted by Ruben Schmidmeister <psl-maintainers@messerli.ch>
|
|
14058
14118
|
messerli.app
|
|
14059
14119
|
|
|
14120
|
+
// Meta Platforms, Inc. : https://meta.com/
|
|
14121
|
+
// Submitted by Jacob Cordero <public-suffix@meta.com>
|
|
14122
|
+
atmeta.com
|
|
14123
|
+
apps.fbsbx.com
|
|
14124
|
+
|
|
14060
14125
|
// MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/
|
|
14061
14126
|
// Submitted by Zdeněk Šustr <zdenek.sustr@cesnet.cz>
|
|
14062
14127
|
*.cloud.metacentrum.cz
|
|
@@ -14077,10 +14142,15 @@ co.pl
|
|
|
14077
14142
|
|
|
14078
14143
|
// Microsoft Corporation : http://microsoft.com
|
|
14079
14144
|
// Submitted by Public Suffix List Admin <msftpsladmin@microsoft.com>
|
|
14145
|
+
// Managed by Corporate Domains
|
|
14146
|
+
// Microsoft Azure : https://home.azure
|
|
14080
14147
|
*.azurecontainer.io
|
|
14148
|
+
cloudapp.azure.com
|
|
14149
|
+
azure-api.net
|
|
14150
|
+
azureedge.net
|
|
14151
|
+
azurefd.net
|
|
14081
14152
|
azurewebsites.net
|
|
14082
14153
|
azure-mobile.net
|
|
14083
|
-
cloudapp.net
|
|
14084
14154
|
azurestaticapps.net
|
|
14085
14155
|
1.azurestaticapps.net
|
|
14086
14156
|
2.azurestaticapps.net
|
|
@@ -14094,6 +14164,10 @@ eastasia.azurestaticapps.net
|
|
|
14094
14164
|
eastus2.azurestaticapps.net
|
|
14095
14165
|
westeurope.azurestaticapps.net
|
|
14096
14166
|
westus2.azurestaticapps.net
|
|
14167
|
+
cloudapp.net
|
|
14168
|
+
trafficmanager.net
|
|
14169
|
+
blob.core.windows.net
|
|
14170
|
+
servicebus.windows.net
|
|
14097
14171
|
|
|
14098
14172
|
// minion.systems : http://minion.systems
|
|
14099
14173
|
// Submitted by Robert Böttinger <r@minion.systems>
|
|
@@ -14107,6 +14181,10 @@ mintere.site
|
|
|
14107
14181
|
// Submitted by Grayson Martin <grayson.martin@mobileeducation.us>
|
|
14108
14182
|
forte.id
|
|
14109
14183
|
|
|
14184
|
+
// MODX Systems LLC : https://modx.com
|
|
14185
|
+
// Submitted by Elizabeth Southwell <elizabeth@modx.com>
|
|
14186
|
+
modx.dev
|
|
14187
|
+
|
|
14110
14188
|
// Mozilla Corporation : https://mozilla.com
|
|
14111
14189
|
// Submitted by Ben Francis <bfrancis@mozilla.com>
|
|
14112
14190
|
mozilla-iot.org
|
|
@@ -14168,6 +14246,7 @@ jp.ngrok.io
|
|
|
14168
14246
|
sa.ngrok.io
|
|
14169
14247
|
us.ngrok.io
|
|
14170
14248
|
ngrok.pizza
|
|
14249
|
+
ngrok.pro
|
|
14171
14250
|
|
|
14172
14251
|
// Nicolaus Copernicus University in Torun - MSK TORMAN (https://www.man.torun.pl)
|
|
14173
14252
|
torun.pl
|
|
@@ -14180,6 +14259,10 @@ nh-serv.co.uk
|
|
|
14180
14259
|
// Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net>
|
|
14181
14260
|
nfshost.com
|
|
14182
14261
|
|
|
14262
|
+
// NFT.Storage : https://nft.storage/
|
|
14263
|
+
// Submitted by Vasco Santos <vasco.santos@protocol.ai> or <support@nft.storage>
|
|
14264
|
+
ipfs.nftstorage.link
|
|
14265
|
+
|
|
14183
14266
|
// Noop : https://noop.app
|
|
14184
14267
|
// Submitted by Nathaniel Schweinberg <noop@rearc.io>
|
|
14185
14268
|
*.developer.app
|
|
@@ -14483,7 +14566,8 @@ on-web.fr
|
|
|
14483
14566
|
|
|
14484
14567
|
// Platform.sh : https://platform.sh
|
|
14485
14568
|
// Submitted by Nikola Kotur <nikola@platform.sh>
|
|
14486
|
-
|
|
14569
|
+
*.upsun.app
|
|
14570
|
+
upsunapp.com
|
|
14487
14571
|
ent.platform.sh
|
|
14488
14572
|
eu.platform.sh
|
|
14489
14573
|
us.platform.sh
|
|
@@ -14502,6 +14586,10 @@ pdns.page
|
|
|
14502
14586
|
plesk.page
|
|
14503
14587
|
pleskns.com
|
|
14504
14588
|
|
|
14589
|
+
// Pley AB : https://www.pley.com/
|
|
14590
|
+
// Submitted by Henning Pohl <infra@pley.com>
|
|
14591
|
+
pley.games
|
|
14592
|
+
|
|
14505
14593
|
// Port53 : https://port53.io/
|
|
14506
14594
|
// Submitted by Maximilian Schieder <maxi@zeug.co>
|
|
14507
14595
|
dyn53.io
|
|
@@ -14578,6 +14666,8 @@ qbuser.com
|
|
|
14578
14666
|
// Rad Web Hosting: https://radwebhosting.com
|
|
14579
14667
|
// Submitted by Scott Claeys <s.claeys@radwebhosting.com>
|
|
14580
14668
|
cloudsite.builders
|
|
14669
|
+
myradweb.net
|
|
14670
|
+
servername.us
|
|
14581
14671
|
|
|
14582
14672
|
// Redgate Software: https://red-gate.com
|
|
14583
14673
|
// Submitted by Andrew Farries <andrew.farries@red-gate.com>
|
|
@@ -14644,11 +14734,40 @@ app.render.com
|
|
|
14644
14734
|
onrender.com
|
|
14645
14735
|
|
|
14646
14736
|
// Repl.it : https://repl.it
|
|
14647
|
-
// Submitted by Lincoln Bergeson <
|
|
14737
|
+
// Submitted by Lincoln Bergeson <psl@repl.it>
|
|
14738
|
+
replit.app
|
|
14739
|
+
id.replit.app
|
|
14648
14740
|
firewalledreplit.co
|
|
14649
14741
|
id.firewalledreplit.co
|
|
14650
14742
|
repl.co
|
|
14651
14743
|
id.repl.co
|
|
14744
|
+
replit.dev
|
|
14745
|
+
archer.replit.dev
|
|
14746
|
+
bones.replit.dev
|
|
14747
|
+
canary.replit.dev
|
|
14748
|
+
global.replit.dev
|
|
14749
|
+
hacker.replit.dev
|
|
14750
|
+
id.replit.dev
|
|
14751
|
+
janeway.replit.dev
|
|
14752
|
+
kim.replit.dev
|
|
14753
|
+
kira.replit.dev
|
|
14754
|
+
kirk.replit.dev
|
|
14755
|
+
odo.replit.dev
|
|
14756
|
+
paris.replit.dev
|
|
14757
|
+
picard.replit.dev
|
|
14758
|
+
pike.replit.dev
|
|
14759
|
+
prerelease.replit.dev
|
|
14760
|
+
reed.replit.dev
|
|
14761
|
+
riker.replit.dev
|
|
14762
|
+
sisko.replit.dev
|
|
14763
|
+
spock.replit.dev
|
|
14764
|
+
staging.replit.dev
|
|
14765
|
+
sulu.replit.dev
|
|
14766
|
+
tarpit.replit.dev
|
|
14767
|
+
teams.replit.dev
|
|
14768
|
+
tucker.replit.dev
|
|
14769
|
+
wesley.replit.dev
|
|
14770
|
+
worf.replit.dev
|
|
14652
14771
|
repl.run
|
|
14653
14772
|
|
|
14654
14773
|
// Resin.io : https://resin.io
|
|
@@ -14745,10 +14864,11 @@ from.tv
|
|
|
14745
14864
|
sakura.tv
|
|
14746
14865
|
|
|
14747
14866
|
// Salesforce.com, Inc. https://salesforce.com/
|
|
14748
|
-
// Submitted by Michael Biven <mbiven@salesforce.com>
|
|
14867
|
+
// Submitted by Michael Biven <mbiven@salesforce.com> and Aaron Romeo <aaron.romeo@salesforce.com>
|
|
14749
14868
|
*.builder.code.com
|
|
14750
14869
|
*.dev-builder.code.com
|
|
14751
14870
|
*.stg-builder.code.com
|
|
14871
|
+
*.001.test.code-builder-stg.platform.salesforce.com
|
|
14752
14872
|
|
|
14753
14873
|
// Sandstorm Development Group, Inc. : https://sandcats.io/
|
|
14754
14874
|
// Submitted by Asheesh Laroia <asheesh@sandstorm.io>
|
|
@@ -14764,6 +14884,7 @@ logoip.com
|
|
|
14764
14884
|
fr-par-1.baremetal.scw.cloud
|
|
14765
14885
|
fr-par-2.baremetal.scw.cloud
|
|
14766
14886
|
nl-ams-1.baremetal.scw.cloud
|
|
14887
|
+
cockpit.fr-par.scw.cloud
|
|
14767
14888
|
fnc.fr-par.scw.cloud
|
|
14768
14889
|
functions.fnc.fr-par.scw.cloud
|
|
14769
14890
|
k8s.fr-par.scw.cloud
|
|
@@ -14774,11 +14895,13 @@ whm.fr-par.scw.cloud
|
|
|
14774
14895
|
priv.instances.scw.cloud
|
|
14775
14896
|
pub.instances.scw.cloud
|
|
14776
14897
|
k8s.scw.cloud
|
|
14898
|
+
cockpit.nl-ams.scw.cloud
|
|
14777
14899
|
k8s.nl-ams.scw.cloud
|
|
14778
14900
|
nodes.k8s.nl-ams.scw.cloud
|
|
14779
14901
|
s3.nl-ams.scw.cloud
|
|
14780
14902
|
s3-website.nl-ams.scw.cloud
|
|
14781
14903
|
whm.nl-ams.scw.cloud
|
|
14904
|
+
cockpit.pl-waw.scw.cloud
|
|
14782
14905
|
k8s.pl-waw.scw.cloud
|
|
14783
14906
|
nodes.k8s.pl-waw.scw.cloud
|
|
14784
14907
|
s3.pl-waw.scw.cloud
|
|
@@ -14887,7 +15010,7 @@ alpha.bounty-full.com
|
|
|
14887
15010
|
beta.bounty-full.com
|
|
14888
15011
|
|
|
14889
15012
|
// Smallregistry by Promopixel SARL: https://www.smallregistry.net
|
|
14890
|
-
// Former AFNIC's SLDs
|
|
15013
|
+
// Former AFNIC's SLDs
|
|
14891
15014
|
// Submitted by Jérôme Lipowicz <support@promopixel.com>
|
|
14892
15015
|
aeroport.fr
|
|
14893
15016
|
avocat.fr
|
|
@@ -14927,6 +15050,14 @@ srht.site
|
|
|
14927
15050
|
// Submitted by Adrien Gillon <adrien+public-suffix-list@stackhero.io>
|
|
14928
15051
|
stackhero-network.com
|
|
14929
15052
|
|
|
15053
|
+
// STACKIT : https://www.stackit.de/en/
|
|
15054
|
+
// Submitted by STACKIT-DNS Team (Simon Stier) <stackit-dns@mail.schwarz>
|
|
15055
|
+
runs.onstackit.cloud
|
|
15056
|
+
stackit.gg
|
|
15057
|
+
stackit.rocks
|
|
15058
|
+
stackit.run
|
|
15059
|
+
stackit.zone
|
|
15060
|
+
|
|
14930
15061
|
// Staclar : https://staclar.com
|
|
14931
15062
|
// Submitted by Q Misell <q@staclar.com>
|
|
14932
15063
|
musician.io
|
|
@@ -14993,6 +15124,19 @@ myspreadshop.co.uk
|
|
|
14993
15124
|
// Submitted by Jacob Lee <jacob@stdlib.com>
|
|
14994
15125
|
api.stdlib.com
|
|
14995
15126
|
|
|
15127
|
+
// stereosense GmbH : https://www.involve.me
|
|
15128
|
+
// Submitted by Florian Burmann <publicsuffix@involve.me>
|
|
15129
|
+
feedback.ac
|
|
15130
|
+
forms.ac
|
|
15131
|
+
assessments.cx
|
|
15132
|
+
calculators.cx
|
|
15133
|
+
funnels.cx
|
|
15134
|
+
paynow.cx
|
|
15135
|
+
quizzes.cx
|
|
15136
|
+
researched.cx
|
|
15137
|
+
tests.cx
|
|
15138
|
+
surveys.so
|
|
15139
|
+
|
|
14996
15140
|
// Storipress : https://storipress.com
|
|
14997
15141
|
// Submitted by Benno Liu <benno@storipress.com>
|
|
14998
15142
|
storipress.app
|
|
@@ -15001,6 +15145,12 @@ storipress.app
|
|
|
15001
15145
|
// Submitted by Philip Hutchins <hostmaster@storj.io>
|
|
15002
15146
|
storj.farm
|
|
15003
15147
|
|
|
15148
|
+
// Streak : https://streak.com
|
|
15149
|
+
// Submitted by Blake Kadatz <eng@streak.com>
|
|
15150
|
+
streak-link.com
|
|
15151
|
+
streaklinks.com
|
|
15152
|
+
streakusercontent.com
|
|
15153
|
+
|
|
15004
15154
|
// Studenten Net Twente : http://www.snt.utwente.nl/
|
|
15005
15155
|
// Submitted by Silke Hofstra <syscom@snt.utwente.nl>
|
|
15006
15156
|
utwente.io
|
|
@@ -15063,6 +15213,7 @@ taifun-dns.de
|
|
|
15063
15213
|
// Submitted by David Anderson <danderson@tailscale.com>
|
|
15064
15214
|
beta.tailscale.net
|
|
15065
15215
|
ts.net
|
|
15216
|
+
*.c.ts.net
|
|
15066
15217
|
|
|
15067
15218
|
// TASK geographical domains (www.task.gda.pl/uslugi/dns)
|
|
15068
15219
|
gda.pl
|
|
@@ -15265,7 +15416,6 @@ de.gt
|
|
|
15265
15416
|
to.gt
|
|
15266
15417
|
be.gy
|
|
15267
15418
|
cc.hn
|
|
15268
|
-
blog.kg
|
|
15269
15419
|
io.kg
|
|
15270
15420
|
jp.kg
|
|
15271
15421
|
tv.kg
|
|
@@ -15299,6 +15449,11 @@ v.ua
|
|
|
15299
15449
|
// Submitted by Masayuki Note <masa@blade.wafflecell.com>
|
|
15300
15450
|
wafflecell.com
|
|
15301
15451
|
|
|
15452
|
+
// Webflow, Inc. : https://www.webflow.com
|
|
15453
|
+
// Submitted by Webflow Security Team <security@webflow.com>
|
|
15454
|
+
webflow.io
|
|
15455
|
+
webflowtest.io
|
|
15456
|
+
|
|
15302
15457
|
// WebHare bv: https://www.webhare.com/
|
|
15303
15458
|
// Submitted by Arnold Hendriks <info@webhare.com>
|
|
15304
15459
|
*.webhare.dev
|
|
@@ -15418,6 +15573,10 @@ noho.st
|
|
|
15418
15573
|
za.net
|
|
15419
15574
|
za.org
|
|
15420
15575
|
|
|
15576
|
+
// ZAP-Hosting GmbH & Co. KG : https://zap-hosting.com
|
|
15577
|
+
// Submitted by Julian Alker <security@zap-hosting.com>
|
|
15578
|
+
zap.cloud
|
|
15579
|
+
|
|
15421
15580
|
// Zine EOOD : https://zine.bg/
|
|
15422
15581
|
// Submitted by Martin Angelov <martin@zine.bg>
|
|
15423
15582
|
bss.design
|