forked from xushier/Unraid-Docker-Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-Clash_Dreamacro.xml
29 lines (29 loc) · 1.35 KB
/
my-Clash_Dreamacro.xml
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
<?xml version="1.0"?>
<Container version="2">
<Name>Clash</Name>
<Repository>dreamacro/clash:latest</Repository>
<Registry/>
<Network>host</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project/>
<Overview/>
<Category/>
<WebUI>http://[IP]:[PORT:9090]</WebUI>
<TemplateURL/>
<Icon>https://ghproxy.com/raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/Clash_A.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1657770413</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Config Name="p1" Target="7890" Default="7890" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">7890</Config>
<Config Name="p2" Target="7891" Default="7891" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">7891</Config>
<Config Name="Config" Target="/root/.config/clash/config.yaml" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/Clash/config.yaml</Config>
<Config Name="p1" Target="7890" Default="7890" Mode="udp" Description="" Type="Port" Display="always" Required="false" Mask="false">7890</Config>
<Config Name="API" Target="9090" Default="7890" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">9090</Config>
</Container>