diff --git a/proxy-provider/cadian/amnezia.yaml b/proxy-provider/cadian/amnezia.yaml new file mode 100644 index 0000000..fa78627 --- /dev/null +++ b/proxy-provider/cadian/amnezia.yaml @@ -0,0 +1,53 @@ +# GUIDE: https://wiki.metacubex.one/en/config/proxies/wg/#wireguard_1 + +# NETHERLANDS +# [Interface] +# PrivateKey = aOzeKSSrGTqEwVsltHh10L1MbbVsHnRHbFNDzen6/k8= +# Address = 10.136.22.215/32 +# DNS = 8.8.4.4,1.1.1.1 +# MTU = 1280 +# Jc = 43 +# Jmin = 50 +# Jmax = 70 +# S1 = 110 +# S2 = 120 +# H1 = 1593635057 +# H2 = 430880481 +# H3 = 1214405368 +# H4 = 1739253821 + +# [Peer] +# PublicKey = hXvwetCANoEol0j80d8XuDmgNGwP+Ui25BH2MKxGJBE= +# PresharedKey = q1zJdX6ZE+gJWQ+JwDgzZ7Un1lgJ1ENtdBV7iwGIZcg= +# AllowedIPs = 0.0.0.0/0,::/0 +# PersistentKeepalive = 25 +# Endpoint = [nl03awg.kcufwfgnkr.net:60136](http://nl03awg.kcufwfgnkr.net:60136/) + +proxies: +- name: "vzd-wg-netherlands" + type: wireguard # + ip: 10.136.22.215/32 # The IPv4 address used by this machine in the Wireguard network +# ipv6: # The IPv6 address used by this machine in the Wireguard network + private-key: aOzeKSSrGTqEwVsltHh10L1MbbVsHnRHbFNDzen6/k8= # + peers: + - server: nl02awg.kcufwfgnkr.net # + port: 60136 # + public-key: hXvwetCANoEol0j80d8XuDmgNGwP+Ui25BH2MKxGJBE= # + pre-shared-key: q1zJdX6ZE+gJWQ+JwDgzZ7Un1lgJ1ENtdBV7iwGIZcg= # Optional + allowed-ips: ['0.0.0.0/0', '::/0'] # + # reserved: # Optional value of the Wireguard protocol reserved field, required by some WARP nodes + udp: true # + mtu: 1280 # + # dialer-proxy: # An identifier for an outbound proxy. When the value is not empty, the specified proxy/proxy-group will be used to make connections. + remote-dns-resolve: false # Option whether to force remote DNS resolution + dns: [1.1.1.1, 8.8.4.4] + amnezia-wg-option: + jc: 43 + jmin: 50 + jmax: 70 + s1: 110 + s2: 120 + h1: 1593635057 + h2: 430880481 + h3: 1214405368 + h4: 1739253821