init
This commit is contained in:
commit
1907ba9685
13 changed files with 5801 additions and 0 deletions
15
profile_template/providers/example.yaml
Normal file
15
profile_template/providers/example.yaml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue