Remove obsolete proxy configuration for Unicade and add new WireGuard proxy configuration for Kazakhstan in Amnezia.
This commit is contained in:
37
proxy-provider/scarus/amnezia.yaml
Normal file
37
proxy-provider/scarus/amnezia.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
# GUIDE: https://wiki.metacubex.one/en/config/proxies/wg/#wireguard_1
|
||||
# KAZAKHSTAN
|
||||
# [Interface]
|
||||
# + Address = 100.70.184.183/32
|
||||
# DNS = 8.8.8.8, 8.8.4.4
|
||||
# + PrivateKey = reZgTReg3y4wff6p5lBDzDTA+R+46t7h3CJrveI+Dsg=
|
||||
# Jc = 4
|
||||
# Jmin = 10
|
||||
# Jmax = 50
|
||||
# S1 = 110
|
||||
# S2 = 20
|
||||
# H1 = 211644422
|
||||
# H2 = 533572853
|
||||
# H3 = 237534087
|
||||
# H4 = 1314455475
|
||||
# [Peer]
|
||||
# PublicKey = 5uUhd8S8MjnULEEAiSQysBi+JO6zfrXC0QIIsqsjUkc=
|
||||
# PresharedKey = WIBgPDNngeueVAuO4I+Yo0zP41NMiFDE/D7nh3Vjulw=
|
||||
# AllowedIPs = 0.0.0.0/0, ::/0
|
||||
# + Endpoint = 5.189.202.78:46358
|
||||
# PersistentKeepalive = 25
|
||||
|
||||
proxies:
|
||||
name: "💫 kz-wg-amnezia"
|
||||
type: wireguard
|
||||
ip: 100.70.184.183/32
|
||||
private-key: reZgTReg3y4wff6p5lBDzDTA+R+46t7h3CJrveI+Dsg=
|
||||
peers:
|
||||
- server: 5.189.202.78
|
||||
port: 46358
|
||||
public-key: 5uUhd8S8MjnULEEAiSQysBi+JO6zfrXC0QIIsqsjUkc=
|
||||
allowed-ips: ['0.0.0.0/0', '::/0']
|
||||
# reserved: [209,98,59] # 如果需要自己填
|
||||
udp: true
|
||||
mtu: <预设MTU> # 按需设置,不用直接删除
|
||||
remote-dns-resolve: true # 按需设置,不用直接删除
|
||||
dns: <使用的DNS> # 按需设置,不用直接删除
|
||||
Reference in New Issue
Block a user