Skip to content

Commit

Permalink
v1.0 Sing-box Family bucket.
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarmen committed Nov 6, 2023
1 parent 7ba365a commit aaf1f4e
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 22 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: GitHub Actions Mirror

on:
workflow_dispatch:
schedule:
- cron: '15 20 * * *'

jobs:
mirror_to_gitlab:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/[email protected]
with:
fetch-depth: 0
- name: 'Mirror to gitlab'
uses: pixta-dev/[email protected]
with:
target_repo_url:
[email protected]:${{ github.repository }}.git
ssh_private_key:
${{ secrets.PRIVATE_KEY }}

mirror_to_bitbucket:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/[email protected]
with:
fetch-depth: 0
- name: 'Mirror to bitbucket'
uses: pixta-dev/[email protected]
with:
target_repo_url:
[email protected]:${{ github.repository }}.git
ssh_private_key:
${{ secrets.PRIVATE_KEY }}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

* * *
## 更新信息
2023.10.29 v1.0 正式版 1. Sing-box Family bucket v1.0; 2. After installing, add [sb] shortcut; 1. Sing-box 全家桶 v1.0; 2. 安装后,增加 [sb] 的快捷运行方式.
2023.10.29 v1.0 正式版 1. Sing-box Family bucket v1.0; 2. After installing, add [sb] shortcut; 3. Output the configuration for Sing-box Client; 1. Sing-box 全家桶 v1.0; 2. 安装后,增加 [sb] 的快捷运行方式; 3. 输出 Sing-box Client 配置

<details>
<summary>历史更新 history(点击即可展开或收起)</summary>
Expand All @@ -40,7 +40,7 @@
## 项目特点:

* 一键部署多协议,可以单选、多选或全选 ShadowTLS v3 / Reality / Hysteria2 / Tuic V5 / ShadowSocks / Trojan / Vmess + ws / Vless + ws + tls, 总有一款适合你
* 节点信息以 V2rayN / Clash Meta / 小火箭 / Nekobox 链接方式输出
* 节点信息输出到 V2rayN / Clash Meta / 小火箭 / Nekobox / Sing-box
* 自定义端口,适合有限开放端口的 nat 小鸡
* 内置 warp 链式代理解锁 chatGPT
* 不需要域名 ( vmess / vless 方案例外)
Expand Down Expand Up @@ -121,7 +121,8 @@ bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/sing-box/main/sing-b


## 鸣谢下列作者的文章和项目:
千歌 sing-box 模板: https://github.com/chika0801/sing-box-examples
千歌 sing-box 模板: https://github.com/chika0801/sing-box-examples
瞎折腾 sing-box 模板: https://t.me/ztvps/37


## 免责声明:
Expand Down
Loading

0 comments on commit aaf1f4e

Please sign in to comment.