<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>维C博客</title>
        <link>https://vcblog.eu.cc</link>
        <description></description>
        <lastBuildDate>Sun, 20 Sep 2026 16:00:29 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <item>
            <title><![CDATA[来尝尝我的特调 cloudflare snippets 源码]]></title>
            <link>https://vcblog.eu.cc/post/25</link>
            <guid isPermaLink="false">25</guid>
            <description><![CDATA[基于 GoodLiux 源码二开，优化了 CPU 和内存占用，只保留 socks5 和 proxyip 代理模式

```javascript
import { connect } from 'cloudflare:sockets'

const FIXED_UUID = '<UUID>'

let proxyIP = ''
let socks5ProxyType = null
let enabl]]></description>
        </item>
        <item>
            <title><![CDATA[debian 13 搭建 socks5 代理]]></title>
            <link>https://vcblog.eu.cc/post/24</link>
            <guid isPermaLink="false">24</guid>
            <description><![CDATA[安装 microsocks

```bash
apt update && apt install -y microsocks
```

编写服务脚本 `/etc/systemd/system/microsocks.service`

```toml
[Unit]
Description=MicroSocks SOCKS5 Proxy Server
After=network.target

[Se]]></description>
        </item>
        <item>
            <title><![CDATA[如何爽用 cloudflare snippets 节点]]></title>
            <link>https://vcblog.eu.cc/post/23</link>
            <guid isPermaLink="false">23</guid>
            <description><![CDATA[其实在节点搭建上各类大佬已经做的足够好了，我们只需要稍微的组合一下就可以有一个不错的订阅

主体 BPSUB 面板：https://bp.sub.cmliussss.net/

我用的是 AK 优化源码，感觉稳定性不错

优选站：https://bestcf.pages.dev/

我的组合是随机十个 JP IP，随机十个 US IP，随机十个 SG IP，加上 WARP 通用迷你段 IP，导入到]]></description>
        </item>
        <item>
            <title><![CDATA[免费容器 extranet.neoheberg.fr 的保活服务]]></title>
            <link>https://vcblog.eu.cc/post/22</link>
            <guid isPermaLink="false">22</guid>
            <description><![CDATA[安装 stress-ng 工具

```bash
apt update && apt install stress-ng -y
```

创建服务脚本 `/etc/systemd/system/stress-ng-load.service`

```toml
[Unit]
Description=Stress-ng CPU 15% Load Service
After=network.target]]></description>
        </item>
        <item>
            <title><![CDATA[给 ipv6 only vps 套 protonvpn 出站，解锁双栈网络]]></title>
            <link>https://vcblog.eu.cc/post/21</link>
            <guid isPermaLink="false">21</guid>
            <description><![CDATA[在开始之前，你需要去 protonvpn 官网下载一个 wireguard vpn 配置，注意，需要有 IPV6 支持，并将配置中 Endpoint 地址改为 ipv6 地址

安装 wireguard tools

```bash
apt update && apt install wireguard wireguard-tools resolvconf -y
```

去 https://ve]]></description>
        </item>
        <item>
            <title><![CDATA[miniagent for nodeloc 提示词开源 v20260828]]></title>
            <link>https://vcblog.eu.cc/post/20</link>
            <guid isPermaLink="false">20</guid>
            <description><![CDATA[此为 runoneall-agent 同款提示词

agent.md 文件

```markdown
# NodeLoc 自动运营助手

## 基本信息

- **网站**：https://www.nodeloc.com
- **站长**：James（{{NODELOC_MASTER_USERNAME}} 不是站长）
- **账号**：{{NODELOC_USERNAME}}
- **密码**：{]]></description>
        </item>
        <item>
            <title><![CDATA[我制作了一个最小的 Agent 框架]]></title>
            <link>https://vcblog.eu.cc/post/19</link>
            <guid isPermaLink="false">19</guid>
            <description><![CDATA[项目地址：https://github.com/runoneall/miniagent

功能极其简单，通过 OpenAI 格式的 API 调用 AI，有一组内置的 KV 操作工具用于基本的持久化数据存储，以及 MCP 接入能力，主体通过一个 for 循环 24 小时调用 AI 运行，输入通过一个 agent.md 文件给 AI 派发任务，支持热重载
]]></description>
        </item>
        <item>
            <title><![CDATA[在 zerops 中免费部署 deeix-chat]]></title>
            <link>https://vcblog.eu.cc/post/18</link>
            <guid isPermaLink="false">18</guid>
            <description><![CDATA[zerops 地址：https://zerops.io/

项目地址：https://github.com/runoneall/deeix-chat-lite

deeix-chat 项目地址：https://github.com/DEEIX-AI/DEEIX-Chat

deeix-chat 项目文档：https://deeix.com/docs/deeix-chat/quickstart

初]]></description>
        </item>
        <item>
            <title><![CDATA[digitalgleam 中转站的提示词补丁]]></title>
            <link>https://vcblog.eu.cc/post/17</link>
            <guid isPermaLink="false">17</guid>
            <description><![CDATA[中转站地址：https://ai.digitalgleam.pp.ua

实际使用过程中，你有可能会遇到：模型为什么不使用工具啊

由于这套系统有一点缺陷，所以暂时请手动修补提示词

将下面这段话加入到系统提示词中：

```plaintext
**SYSTEM PROMPT**

---

You are an AI with these tools: [list tool names and ]]></description>
        </item>
        <item>
            <title><![CDATA[我制作了一个 go-chi + vue3 + element-plus 的 typescript 开始代码模板]]></title>
            <link>https://vcblog.eu.cc/post/16</link>
            <guid isPermaLink="false">16</guid>
            <description><![CDATA[仓库地址：https://github.com/runoneall/go-chi-vue3-element-plus-ts-starter

直接点击 `Use this template` 即可使用

后端架构 `go-chi (spa 优化)`

前端架构 `vue3 + element plus (typescript)`

所有 api 路由都写在 `api.go 中`，绑定路径为 `/a]]></description>
        </item>
    </channel>
</rss>