This commit is contained in:
Lihatoo 2026-02-10 01:43:20 +08:00
commit 1907ba9685
13 changed files with 5801 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Example provider file (no real nodes)
proxies:
- name: "Example-Node"
type: ss
server: example.com
port: 443
cipher: aes-128-gcm
password: "your-password"
udp: true
proxy-groups:
- name: Proxy
type: select
proxies:
- "Example-Node"