sing-box/adapter
Niko Marmeladkov a3404e463f
Some checks are pending
Build / Calculate version (push) Waiting to run
Build / Build binary (push) Blocked by required conditions
Build / Build Darwin binaries (push) Blocked by required conditions
Build / Build Windows binaries (push) Blocked by required conditions
Build / Build Android (push) Blocked by required conditions
Build / Publish Android (push) Blocked by required conditions
Build / Build Apple clients (push) Blocked by required conditions
Build / Upload builds (push) Blocked by required conditions
feat: add universal user_manager service for external auth & traffic tracking
- New UserManager service with HTTPS auth, credential sync, traffic tracking, and kick API
- Integrates into all 10 protocol inbounds (hysteria2, tuic, vless, vmess, trojan,
  shadowsocks, http, socks, mixed, naive)
- Each inbound auto-detects user_manager from service context, falls back to static config
- Auth server contract: POST /api/auth, GET /api/credentials, POST /api/traffic
2026-06-18 15:49:49 +03:00
..
certificate Refactor ACME support to certificate provider 2026-06-08 08:51:34 +08:00
endpoint Hide lifecycle logs for fast operations 2026-04-21 17:15:16 +08:00
inbound Hide lifecycle logs for fast operations 2026-04-21 17:15:16 +08:00
outbound Hide lifecycle logs for fast operations 2026-04-21 17:15:16 +08:00
service Hide lifecycle logs for fast operations 2026-04-21 17:15:16 +08:00
certificate.go Add Windows TLS engine 2026-06-08 08:51:45 +08:00
certificate_darwin.go Add Windows TLS engine 2026-06-08 08:51:45 +08:00
certificate_provider.go Refactor ACME support to certificate provider 2026-06-08 08:51:34 +08:00
connections.go platform: Improve iOS OOM killer 2026-02-26 14:13:32 +08:00
dns.go Update hysteria2 realm 2026-06-08 08:51:47 +08:00
endpoint.go refactor: WireGuard endpoint 2025-01-13 15:14:30 +08:00
experimental.go Fix group status updates broken by API service 2026-06-13 09:30:11 +08:00
fakeip.go Add service component type 2025-07-08 13:14:41 +08:00
fakeip_metadata.go Add fakeip support 2023-06-07 20:31:26 +08:00
handler.go Improve UDP batch support 2026-06-08 08:51:45 +08:00
http.go Refactor: HTTP clients, unified HTTP2/QUIC options, Apple engines 2026-06-08 08:51:40 +08:00
inbound.go Add more spoof method 2026-06-08 08:51:47 +08:00
inbound_test.go Add evaluate DNS rule action and related rule items 2026-06-08 08:51:34 +08:00
lifecycle.go Hide lifecycle logs for fast operations 2026-04-21 17:15:16 +08:00
lifecycle_legacy.go Add service component type 2025-07-08 13:14:41 +08:00
neighbor.go dns: Add neighbor-based hostname resolution to local server 2026-06-08 08:51:46 +08:00
network.go Fix windows bssid matching 2026-04-20 09:49:39 +08:00
outbound.go Add proxy support for ICMP echo request 2026-01-17 05:44:41 +08:00
platform.go platform: Add tailscale device name and logout 2026-06-08 08:51:52 +08:00
prestart.go refactor: Modular inbound/outbound manager 2025-01-13 15:14:29 +08:00
router.go Improve remote rule-set update 2026-06-13 15:50:09 +08:00
rule.go Add evaluate DNS rule action and related rule items 2026-06-08 08:51:34 +08:00
service.go Add service component type 2025-07-08 13:14:41 +08:00
ssm.go Add SSM API service 2025-07-08 13:14:42 +08:00
tailscale.go platform: Add tailscale device name and logout 2026-06-08 08:51:52 +08:00
time.go Add service component type 2025-07-08 13:14:41 +08:00
upstream.go Improve UDP batch support 2026-06-08 08:51:45 +08:00
upstream_legacy.go Improve UDP batch support 2026-06-08 08:51:45 +08:00
usbip.go Add USB/IP support for macOS 2026-06-17 14:56:29 +08:00
usbip_stub.go Add USB/IP service 2026-06-16 18:15:54 +08:00
user_manager.go feat: add universal user_manager service for external auth & traffic tracking 2026-06-18 15:49:49 +03:00
v2ray.go Crazy sekai overturns the small pond 2025-01-13 15:14:29 +08:00