base sagernet and migrate to circleci

This commit is contained in:
iceBear67
2026-07-16 04:47:12 +00:00
parent cf2658264a
commit 87871e223f
16 changed files with 322 additions and 149 deletions
+12 -2
View File
@@ -1,2 +1,12 @@
REPO_URL=git@git.inker.bot:arknights/sing-box.git
UPSTREAM_BRANCH=dev-next
# OMV upstream configuration (sourced as /bin/sh by bin/update, bin/apply, bin/apply-ci)
#
# The ultimate upstream of sing-box is SagerNet/sing-box. omv-dijiang tracks its
# `testing` branch (the rolling development branch, currently v1.14.0-alpha.44+).
#
# Previously this pointed at `git@git.inker.bot:arknights/sing-box.git` (branch
# dev-next), which requires SSH auth and is unreachable from CI, while the
# git.sfclub.cc/icybear mirror lagged behind on a 1.13.11/1.14 hybrid. Pointing
# straight at the authoritative testing branch makes `bin/update` fetch the real
# latest testing over anonymous HTTPS.
REPO_URL=https://github.com/SagerNet/sing-box.git
UPSTREAM_BRANCH=testing