From fd9a022ca631ab9c54a179e962ac7a658e368058 Mon Sep 17 00:00:00 2001 From: Charlie Chen <56779163+SpecterShell@users.noreply.github.com> Date: Sat, 11 Jan 2025 03:11:49 +0800 Subject: [PATCH] New package: mokeyish.SmartDNS-rs.GNU version 0.9.1 (#209833) --- .../mokeyish.SmartDNS-rs.GNU.installer.yaml | 19 ++++++++ ...mokeyish.SmartDNS-rs.GNU.locale.en-US.yaml | 48 +++++++++++++++++++ ...mokeyish.SmartDNS-rs.GNU.locale.zh-CN.yaml | 36 ++++++++++++++ .../GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.yaml | 8 ++++ 4 files changed, 111 insertions(+) create mode 100644 manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.installer.yaml create mode 100644 manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.en-US.yaml create mode 100644 manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.zh-CN.yaml create mode 100644 manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.yaml diff --git a/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.installer.yaml b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.installer.yaml new file mode 100644 index 0000000000000..3681877bdca83 --- /dev/null +++ b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.installer.yaml @@ -0,0 +1,19 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json + +PackageIdentifier: mokeyish.SmartDNS-rs.GNU +PackageVersion: 0.9.1 +InstallerType: zip +Commands: +- smartdns +ReleaseDate: 2024-12-28 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: smartdns-x86_64-pc-windows-gnu\smartdns.exe + PortableCommandAlias: smartdns + InstallerUrl: https://github.com/mokeyish/smartdns-rs/releases/download/v0.9.1/smartdns-x86_64-pc-windows-gnu-v0.9.1.zip + InstallerSha256: 3E77879BB33271F1C4F4A32EA51D4617F4DE0B3C2515A11EF3DF650DE457559F +ManifestType: installer +ManifestVersion: 1.9.0 diff --git a/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.en-US.yaml b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.en-US.yaml new file mode 100644 index 0000000000000..f0503996c91a0 --- /dev/null +++ b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.en-US.yaml @@ -0,0 +1,48 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json + +PackageIdentifier: mokeyish.SmartDNS-rs.GNU +PackageVersion: 0.9.1 +PackageLocale: en-US +Publisher: YISH +PublisherUrl: https://yish.io/ +PublisherSupportUrl: https://github.com/mokeyish/smartdns-rs/issues +# PrivacyUrl: +# Author: +PackageName: SmartDNS-rs (GNU toolchain) +PackageUrl: https://github.com/mokeyish/smartdns-rs +License: GPL-3.0 +LicenseUrl: https://github.com/mokeyish/smartdns-rs/blob/HEAD/LICENSE +# Copyright: +# CopyrightUrl: +ShortDescription: A cross platform local DNS server (Dnsmasq like) written in Rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3. +Description: SmartDNS-rs 🐋 is a local DNS server inspired by C SmartDNS to accepts DNS query requests from local clients, obtains DNS query results from multiple upstream DNS servers, and returns the fastest access results to clients. Avoiding DNS pollution and improving network access speed, supports high-performance ad filtering. +# Moniker: +Tags: +- dns +- doh +- doq +- dot +- internet +- network +ReleaseNotes: |- + What's Changed + - 🐛 Return IPv6-mapped address when querying AAAA for set IPv4 address by @mokeyish in #412 + - ✨ Add support for -force_https_soa on bind server option by @mokeyish in #413 + - ✨ Add support for resolve subcommand (similar to dig) by @mokeyish in #419 + - 🔥 Remove legacy server by @mokeyish in #420 + - ⬆ Upgrade dependencies by @mokeyish in #422 + - ✨ Add symlink subcommand and support for multiple query types by @mokeyish in #423 + - 🐛 Fix message type error and adjust debug log output by @mokeyish in #433 + - 🎨 Optimize parameter parsing of resolve command by @mokeyish in #441 + - ⬆ Update HickoryDNS by @mokeyish in #459 + mokeyish/hickory-dns@0.25.0-smartdns.5...0.25.0-smartdns.6 + Full Changelog: https://github.com/mokeyish/smartdns-rs/compare/v0.9.0...v0.9.1 +ReleaseNotesUrl: https://github.com/mokeyish/smartdns-rs/releases/tag/v0.9.1 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Docs + DocumentUrl: https://pymumu.github.io/smartdns/en/ +ManifestType: defaultLocale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.zh-CN.yaml b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.zh-CN.yaml new file mode 100644 index 0000000000000..f7e9f0feaef15 --- /dev/null +++ b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.locale.zh-CN.yaml @@ -0,0 +1,36 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json + +PackageIdentifier: mokeyish.SmartDNS-rs.GNU +PackageVersion: 0.9.1 +PackageLocale: zh-CN +# Publisher: +# PublisherUrl: +# PublisherSupportUrl: +# PrivacyUrl: +# Author: +PackageName: SmartDNS-rs (GNU 工具链) +# PackageUrl: +# License: +# LicenseUrl: +# Copyright: +# CopyrightUrl: +ShortDescription: 用 Rust 编写的跨平台本地 DNS 服务器(类似 Dnsmasq),可获取最快的网站 IP 以获得最佳上网体验,支持 DoT、DoQ、DoH、DoH3。 +Description: SmartDNS-rs 🐋 一个是受 C 语言版 SmartDNS 启发而开发的,并与其配置兼容的运行在本地的跨平台 DNS 服务器, 它接受来自本地客户端的 DNS 查询请求,然后从多个上游 DNS 服务器获取 DNS 查询结果,并将访问速度最快的结果返回给客户端, 以此提高网络访问速度。 SmartDNS 同时支持指定特定域名 IP 地址,并高性匹配,可达到过滤广告的效果。 +# Moniker: +Tags: +- dns +- doh +- doq +- dot +- 互联网 +- 网络 +# ReleaseNotes: +# ReleaseNotesUrl: +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://pymumu.github.io/smartdns/ +ManifestType: locale +ManifestVersion: 1.9.0 diff --git a/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.yaml b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.yaml new file mode 100644 index 0000000000000..c04a36a127f90 --- /dev/null +++ b/manifests/m/mokeyish/SmartDNS-rs/GNU/0.9.1/mokeyish.SmartDNS-rs.GNU.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.3 $debug=NVS1.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json + +PackageIdentifier: mokeyish.SmartDNS-rs.GNU +PackageVersion: 0.9.1 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.9.0