Initial commit: VPS proxy server configs and security audit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
mixed-port: 7890
|
||||
allow-lan: false
|
||||
mode: rule
|
||||
log-level: info
|
||||
|
||||
dns:
|
||||
enable: true
|
||||
enhanced-mode: fake-ip
|
||||
nameserver:
|
||||
- https://dns.google/dns-query
|
||||
- https://cloudflare-dns.com/dns-query
|
||||
|
||||
proxies:
|
||||
- name: Japan-VPS
|
||||
type: vless
|
||||
server: 158.101.140.85
|
||||
port: 443
|
||||
uuid: 7bb711be-47a2-4273-aa8e-45bcb6216f70
|
||||
network: tcp
|
||||
tls: true
|
||||
udp: true
|
||||
flow: xtls-rprx-vision
|
||||
servername: www.microsoft.com
|
||||
reality-opts:
|
||||
public-key: 203MXpq2G45goHJB7gmdEorwORVeyBOvEISlcLCrWms
|
||||
short-id: abcd1234
|
||||
client-fingerprint: safari
|
||||
|
||||
proxy-groups:
|
||||
- name: Proxy
|
||||
type: select
|
||||
proxies:
|
||||
- Japan-VPS
|
||||
- DIRECT
|
||||
|
||||
rules:
|
||||
- GEOIP,CN,DIRECT
|
||||
- MATCH,Proxy
|
||||
Reference in New Issue
Block a user