Apache王也道长switchomega 配置 返回首页

switchomega 配置

发表于2025-09-13|更新于2026-04-04|tool
|浏览量:

今天介绍chrome插件 switchomega

下载地址:https://github.com/zero-peak/ZeroOmega/releases

chrome 下载 crx

firefox 下载 xpi

打开插件

auto switch == 规则列表设置 == 规则列表网址

https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt

按照规则列表匹配请求 == 选择 proxy

文章作者: Apache王也道长
文章链接: https://blog.123571.xyz/2025/switchomega-config/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Apache王也道长!
工具switchomega
赞助
上一篇
opengauss数据库快速开始
opengauss数据库是一款基于postgres开发的国产数据库。 快速开始安装 下载安装包并解压 123wget https://opengauss.obs.cn-south-1.myhuaweicloud.com/6.0.2/CentOS7/x86/openGauss-Server-6.0.2-CentOS7-x86_64.tar.bz2mkdir -p /usr/local/opengauss && tar -jxvf openGauss-Server-6.0.2-CentOS7-x86_64.tar.bz2 -C /usr/local/opengauss 创建数据库用户123groupadd -g 1001 dbgrpuseradd -u 2001 -g dbgrp ommchown -R omm:dbgrp /usr/local/opengauss 修改系统配置1234567891011121314151617181920212223242526272829303132333435cat >> /etc/sysctl.conf <&l...
下一篇
文件重命名工具
文件重命名工具 你是否还在为文件批量重命名发愁,下面的代码很好的解决了文件重命名问题 实现代码 123456789101112131415161718192021String[] args = new String[]{"C:\\tests"};String matchRegex = "(\\d{6})";String replaceRegex = "$1.json";Pattern pattern = Pattern.compile(matchRegex);File file = new File(args[0]);if (file.exists()) { File[] files = file.listFiles(); if (files != null) { System.out.println("files : " + files.length); for (File f : files) &...
相关推荐
2025-06-16
文件重命名工具
文件重命名工具 你是否还在为文件批量重命名发愁,下面的代码很好的解决了文件重命名问题 实现代码 123456789101112131415161718192021String[] args = new String[]{"C:\\tests"};String matchRegex = "(\\d{6})";String replaceRegex = "$1.json";Pattern pattern = Pattern.compile(matchRegex);File file = new File(args[0]);if (file.exists()) { File[] files = file.listFiles(); if (files != null) { System.out.println("files : " + files.length); for (File f : files) &...
avatar
Apache王也道长
喜欢写一点代码,喜欢折腾 | Apache王也道长
文章
100
标签
115
分类
18
Follow Me
公告
🔧 JSON工具 | 二维码生成 | 在线翻译
最新文章
手把手教你安装配置 OpenClaw + 飞书机器人,打造专属 AI 办公助手(超详细教程)2026-04-04
minio 快速搭建2025-12-09
n8n快速搭建2025-12-09
minio数据迁移2025-11-27
opengauss数据库快速开始2025-11-26
© 2013 - 2026 By Apache王也道长框架 Hexo 8.1.1|主题 Butterfly 5.5.4