Skip to content

Commit

Permalink
change the file type to http type
Browse files Browse the repository at this point in the history
Due to a remote execution vulnerability in the provider of the previous clash series of applications, the vulnerability was fixed by replacing the specified file path of the http type, which has an impact on subsequent references to the file type, so all of them were changed to the http type.
  • Loading branch information
zuluion authored Jan 31, 2023
1 parent e0acf9f commit 2aa674a
Showing 1 changed file with 146 additions and 16 deletions.
162 changes: 146 additions & 16 deletions Clash-Template-Config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,57 +415,187 @@ proxy-providers:
# lazy: true
url: *health-check-url
airport-hk:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-HK
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-HK
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-tw:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-TW
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-TW
filter: *proxy-filter-TW
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-sg:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-SG
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-SG
filter: *proxy-filter-SG
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-jp:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-JP
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-JP
filter: *proxy-filter-JP
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-fr:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-FR
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-FR
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-au:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-AU
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-AU
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-ireland:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-Ireland
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-Ireland
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-en:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-EN
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-EN
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-korea:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-Korea
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-Korea
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-ru:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-RU
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-RU
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-us:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-US
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-US
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-canada:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-Canada
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-Canada
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url
airport-india:
type: file
# type: file
# path: *proxy-file-path-AirPort
# filter: *proxy-filter-India
type: http
url: *url-airport
interval: *airport-interval
path: *proxy-file-path-AirPort
filter: *proxy-filter-India
health-check:
enable: true
interval: *airport-interval
# lazy: true
url: *health-check-url

rules:
- DOMAIN-SUFFIX,smtp,DIRECT
Expand Down

0 comments on commit 2aa674a

Please sign in to comment.