forked from hiddify/Hiddify-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.default.yml
108 lines (73 loc) · 2.46 KB
/
config.default.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Please don't modify this file
# Please don't modify this file
# Please don't modify this file
# modify only config.env file. you can override the variables here in config.env
global:
# list of ports for tls entry point
tls_ports:
- 443
# list of ports for http entry point (port 80 is mandatory)
http_ports:
- 80
# fake site when someone without proxy wants to use this proxy
decoy_site: https://www.google.com/
# can be a string with any lenght (automatically generate if is "change")
base_proxy_path: "change"
# allow only tls ports and http ports in firewall
firewall: true
# resource monitoring
netdata: true
# allow unencrypted proxy
http_proxy: true
# iran_sites can be block, proxy, cfwrap, cfwrap means cloud flare wrap
iran_sites: proxy
# if the request is other domains
allow_invalid_sni: true
auto_update: true
speed_test: true
# disable ipv6
only_ipv4: true
# admin secret will be changed to random if it contains "0000000000000000000000000000000"
admin_secret: "00000000000000000000000000000001"
# list of users in the system
users:
- name: "hiddify"
# uuid is 32 char (user will be ignored if uuid contains 0000000000000000000000000000000)
uuid: "00000000000000000000000000000000"
# bandwidth is a float in GB. 0 means unlimited
monthly_usage_limit: 10
# used bandwidth this month
current_usage: 0
# expire time (monthly bandwith will be reset every 30 days before expiry time)
expiry_time: "2023/02/10"
domains:
# should be unique
- test.hiddify.com:
cdn: true
telegram:
enable: true
# 32 char uuid common between all your users
# will be changed to random if uuid contains 0000000000000000000000000000000
secret: "00000000000000000000000000000000"
# demonestrate fake_tls_domain for preventing probing, should be unique
fake_tls_domain: mail.google.com
#adtag not supported now
# ad_tag:
ss_faketls:
enable: true
# 32 char uuid common between all your users
# will be changed to random if uuid contains 0000000000000000000000000000000
secret: "00000000000000000000000000000000"
# demonestrate fake_tls_domain for preventing probing, should be unique
fake_tls_domain: www.google.com
# list all configs to be disabled. It will check if the name contains tag
disabled_xray_configs:
# - grpc
# - ws
# - trojan
# - vmess
# - vmess_grpc
github:
user: hiddify
repository: hiddify-config
branch_or_tag: main