mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-03 21:01:49 +08:00
125 lines
3.4 KiB
YAML
125 lines
3.4 KiB
YAML
## COUNTRY: IRAN ##
|
||
## IMPORTANT: Import the appropriate config URL for your country of residence;-
|
||
# e.g. "provider-cn.yml" if in China, instead of manually adjusting it,-
|
||
# to ensure bypassing local services while still receiving updates for the config!
|
||
## 重要提示:为您居住的国家/地区导入适当的配置 URL;例如 “provider-cn.yml”-
|
||
# 如果在中国而不是手动调整它,以确保绕过本地服务同时仍然接收配置更新! (谷歌翻译)
|
||
|
||
## In case of modifications, read comments carefully! ##
|
||
|
||
## For Clash FOSS -- Can also be used with Clash.Meta but `provider-meta.yml` is more suitable.
|
||
## Android client is available on:
|
||
# Github: https://github.com/Kr328/ClashForAndroid/releases/latest
|
||
# Playstore: https://play.google.com/store/apps/details?id=com.github.kr328.clash
|
||
# Izzyondroid: https://apt.izzysoft.de/fdroid/index/apk/com.github.kr328.clash.foss
|
||
|
||
mixed-port: 7890
|
||
allow-lan: true
|
||
mode: rule
|
||
log-level: error ## silent/error/warning/info/debug
|
||
ipv6: true
|
||
external-controller: 127.0.0.1:9090
|
||
profile:
|
||
store-selected: false ## It's better to default to "auto" every time it restarts.
|
||
store-fake-ip: true
|
||
|
||
#tun:
|
||
#enable: true
|
||
#stack: system ## system/gvisor
|
||
#dns-hijack:
|
||
#- 0.0.0.0:53
|
||
#auto-detect-interface: true
|
||
#auto-route: true
|
||
|
||
dns:
|
||
enable: true
|
||
#listen: 127.0.0.1:53 ## Or 0.0.0.0:53 for LAN.
|
||
ipv6: true
|
||
default-nameserver:
|
||
- '127.0.0.1'
|
||
- '1.1.1.1'
|
||
enhanced-mode: fake-ip
|
||
use-hosts: true
|
||
nameserver:
|
||
- '127.0.0.1'
|
||
- '1.1.1.1'
|
||
fallback:
|
||
- "https://1.1.1.1/dns-query"
|
||
- "https://8.8.8.8/dns-query"
|
||
- "https://sky.rethinkdns.com/dns-query"
|
||
- "https://kronos.plan9-dns.com/dns-query"
|
||
fallback-filter:
|
||
geoip: true
|
||
geoip-code: IR
|
||
|
||
proxy-groups:
|
||
|
||
- name: global
|
||
type: select
|
||
proxies:
|
||
- auto
|
||
- manual
|
||
- DIRECT
|
||
- REJECT
|
||
|
||
- name: manual
|
||
type: select
|
||
use:
|
||
#- local
|
||
- airports
|
||
- aggregator
|
||
|
||
- name: auto
|
||
type: url-test
|
||
#filter: "🏁"
|
||
use:
|
||
#- local
|
||
- airports
|
||
- aggregator
|
||
|
||
proxy-providers:
|
||
|
||
#local:
|
||
#type: file
|
||
#path: ./providers/local.yaml ## << Put your custom servers here.
|
||
#health-check:
|
||
#enable: true
|
||
#interval: 3600
|
||
#lazy: true
|
||
#url: "https://cp.cloudflare.com"
|
||
##url: "https://cdn.jsdelivr.net"
|
||
##url: "https://detectportal.firefox.com/success.txt"
|
||
|
||
airports:
|
||
type: http
|
||
url: "https://raw.githubusercontent.com/mahdibland/V2RayAggregator/master/sub/airport_merge_yaml.yml"
|
||
interval: 86400
|
||
path: ./providers/airports.yaml
|
||
health-check:
|
||
enable: true
|
||
interval: 3600
|
||
lazy: true
|
||
url: "https://cp.cloudflare.com"
|
||
#url: "https://cdn.jsdelivr.net"
|
||
#url: "https://detectportal.firefox.com/success.txt"
|
||
|
||
aggregator:
|
||
type: http
|
||
url: "https://raw.githubusercontent.com/mahdibland/V2RayAggregator/master/sub/sub_merge_yaml.yml"
|
||
interval: 86400
|
||
path: ./providers/aggregator.yaml
|
||
health-check:
|
||
enable: true
|
||
interval: 3600
|
||
lazy: true
|
||
url: "https://cp.cloudflare.com"
|
||
#url: "https://cdn.jsdelivr.net"
|
||
#url: "https://detectportal.firefox.com/success.txt"
|
||
|
||
rules:
|
||
- GEOIP,private,DIRECT ## Loopback and LAN IPs
|
||
- GEOIP,IR,DIRECT ## Check "provider-cn.yml" for China's config.
|
||
- DOMAIN-SUFFIX,ir,DIRECT ## Check "provider-cn.yml" for China's config.
|
||
- DOMAIN,yacd.haishan.me,DIRECT ## Yet Another Clash Dashboard
|
||
- MATCH,global
|