kaungkhantkyaw10001

subvip16

Aug 22nd, 2026
15
0
Never
Not a member of GistPad yet? Sign Up, it unlocks many cool features!
YAML 17.42 KB | None | 0 0
  1. mixed-port: 7890
  2. socks-port: 7891
  3. allow-lan: true
  4. mode: rule
  5. log-level: info
  6. ipv6: true
  7.  
  8. proxies:
  9.   - name: "THAI VIP"
  10.   type: vless
  11.   server: thai.preium.org
  12.   port: 443
  13.   uuid: aee014fa-8222-4829-b40c-c4110c3fcaf5
  14.   network: xhttp
  15.   tls: true
  16.   servername: thai.preium.org
  17.   client-fingerprint: chrome
  18.   alpn: [h2, h3, http/1.1]
  19.   udp: true
  20.   xhttp-opts:
  21.   host: thai.preium.org
  22.   path: /multi-media
  23.   mode: auto
  24.   padding: 100-1000
  25.  
  26.   - name: "MALAYSIA VIP"
  27.   type: vless
  28.   server: my.preium.org
  29.   port: 443
  30.   uuid: aee014fa-8222-4829-b40c-c4110c3fcaf5
  31.   network: ws
  32.   tls: true
  33.   servername: my.preium.org
  34.   client-fingerprint: chrome
  35.   alpn: [h2, http/1.1, h3]
  36.   udp: true
  37.   ws-opts:
  38.   path: /playing-services
  39.   headers:
  40.   Host: my.preium.org
  41.  
  42.   - name: "Australia VIP"
  43.   type: vless
  44.   server: au.mmpremium.tech
  45.   port: 443
  46.   uuid: aee014fa-8222-4829-b40c-c4110c3fcaf5
  47.   network: httpupgrade
  48.   tls: true
  49.   servername: au.mmpremium.tech
  50.   client-fingerprint: chrome
  51.   alpn: [h2, http/1.1, h3]
  52.   udp: true
  53.   http-upgrade:
  54.   host: au.mmpremium.tech
  55.   path: /mediastreaming
  56.  
  57.   - name: "INDO2 VIP"
  58.   type: vless
  59.   server: indo2.mmpremium.tech
  60.   port: 443
  61.   uuid: aee014fa-8222-4829-b40c-c4110c3fcaf5
  62.   network: httpupgrade
  63.   tls: true
  64.   servername: indo2.mmpremium.tech
  65.   client-fingerprint: chrome
  66.   alpn: [h2, http/1.1, h3]
  67.   udp: true
  68.   http-upgrade:
  69.   host: indo2.mmpremium.tech
  70.   path: /mediastreaming
  71.  
  72.   - name: "US VIP"
  73.   type: vless
  74.   server: us.mmpremium.tech
  75.   port: 443
  76.   uuid: aee014fa-8222-4829-b40c-c4110c3fcaf5
  77.   network: httpupgrade
  78.   tls: true
  79.   servername: us.mmpremium.tech
  80.   client-fingerprint: chrome
  81.   alpn: [h2, http/1.1, h3]
  82.   udp: true
  83.   http-upgrade:
  84.   host: us.mmpremium.tech
  85.   path: /mediastreaming
  86.  
  87.   - name: "TH 189"
  88.   type: vless
  89.   server: th.preium.org
  90.   port: 443
  91.   uuid: aee014fa-8222-4829-b40c-c4110c3fcaf5
  92.   network: httpupgrade
  93.   tls: true
  94.   servername: th.preium.org
  95.   client-fingerprint: chrome
  96.   alpn: [h2, http/1.1, h3]
  97.   udp: true
  98.   http-upgrade:
  99.   host: th.preium.org
  100.   path: /mediastreaming
  101.  
  102.   - name: "JPv2"
  103.   type: vless
  104.   server: jp.mmpremium.tech
  105.   port: 443
  106.   uuid: aee014fa-8222-4829-b40c-c4110c3fcaf5
  107.   network: xhttp
  108.   tls: true
  109.   servername: jp.mmpremium.tech
  110.   client-fingerprint: chrome
  111.   alpn: [h2, http/1.1, h3]
  112.   udp: true
  113.   xhttp-opts:
  114.   host: jp.mmpremium.tech
  115.   path: /gaming-services/
  116.   mode: auto
  117.   padding: 100-1000
  118.  
  119. proxy-groups:
  120.   - name: "Auto"
  121.   type: url-test
  122.   url: "http://www.gstatic.com/generate_204"
  123.   interval: 300
  124.   tolerance: 50
  125.   proxies:
  126. - "THAI VIP"
  127. - "MALAYSIA VIP"
  128. - "Australia VIP"
  129. - "INDO2 VIP"
  130. - "US VIP"
  131. - "TH 189"
  132. - "JPv2"
  133.  
  134.   - name: "Manual"
  135.   type: select
  136.   proxies:
  137. - "Auto"
  138. - "THAI VIP"
  139. - "MALAYSIA VIP"
  140. - "Australia VIP"
  141. - "INDO2 VIP"
  142. - "US VIP"
  143. - "TH 189"
  144. - "JPv2"
  145. - DIRECT
  146.  
  147. rules:
  148. - DOMAIN-KEYWORD,myanmar,DIRECT
  149. - DOMAIN-SUFFIX,mm,DIRECT
  150. - GEOIP,MM,DIRECT
  151. - MATCH,Auto
RAW Paste Data Copied