在局域网中,通过 Linux 服务器(N2S)代理转发网络请求,实现统一管理、监控,代理,优化规则解决卡顿问题。
……
sing-box https://github.com/SagerNet/sing-box
sing-box geoip https://github.com/SagerNet/sing-geoip
Usage: sing-box geoip [command] Available Commands: export Export geoip country as rule-set list List geoip country codes lookup Lookup if an IP address is contained in the GeoIP database Flags: -f, --file string geoip file (default "geoip.db") -h, --help help for geoip https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db
……
在使用Xcode时,总是忘记快捷键,花时间整理这份快捷键清单,最全最实用的Xcode快捷键列表
……
在 SwiftUI 中,@State、@Bindable 和 @Binding 都用于管理和传递状态,但它们适用于不同的使用场景。
……
介绍一款免费好用的图床服务器,使用GitHub Pages当我们的图床服务器。并配合免费好用的图床图片工具图传软件,分享管理图库。
……
iUploader is a native image uploading tool designed exclusively for macOS, built with SwiftUI and compatible with macOS 14+. It offers an efficient and seamless experience for uploading, sharing, and managing images, with support for multiple cloud storage platforms. More image hosting options will be added in the future to meet diverse needs.
……
介绍一款免费好用的图床服务器,每月有10GB的存储额度。并配合免费好用的图床图片工具图传软件,分享管理图库。
……
🚀 图传 (iUploader)
一款专为 macOS 打造的原生图床上传工具,基于 SwiftUI 开发,兼容 macOS 14+。
它提供高效、便捷的图片上传、分享与管理体验,支持多种主流云存储平台,未来还将持续扩展更多图床支持。
……
在本地写博客时,预览查看时,无法加载托管到Cloudflare域名中的图片资源,提示403,困扰了很久。 今天通过分析,查看日志,找到了根本原因所在。 原来是Cloudflare的安全策略禁止了不安全的访问,返回403
……
DNS 的全称为 Domain Name System,简称域名服务器,通过域名查询返回服务器的IP。 DNS的速度和安全至关重要,决定我们访问网站的快慢和安全。
……