-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathopenwrt.xml
44 lines (44 loc) · 1.86 KB
/
openwrt.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<Container version="2">
<Name>openwrt</Name>
<Repository>sulinggg/openwrt:x86_64</Repository>
<Registry>https://hub.docker.com/r/sulinggg/openwrt</Registry>
<Network>br0</Network>
<MyIP>192.168.1.155</MyIP>
<Shell>bash</Shell>
<Privileged>true</Privileged>
<Support>https://mlapp.cn/376.html</Support>
<Project>https://hub.docker.com/r/sulinggg/openwrt</Project>
<Overview>修改br0中所需要设置的旁路由固定 IP 地址
#修改ip为刚设置的固定 IP 地址以及网关以及dns
vim /etc/config/network
#重启网络
/etc/init.d/network restart

#感谢sulinggg的 OpenWrt 镜像 (每日更新)。</Overview>
<Category/>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL/>
<Icon>https://github.com/s1oz/unraid/raw/master/png/openwrt.png</Icon>
<ExtraParams>-d --restart always</ExtraParams>
<PostArgs>/sbin/init</PostArgs>
<CPUset/>
<DateInstalled>1629073666</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Description>修改br0中所需要设置的旁路由固定 IP 地址
#修改ip为刚设置的固定 IP 地址以及网关以及dns
vim /etc/config/network
#重启网络
/etc/init.d/network restart

#感谢sulinggg的 OpenWrt 镜像 (每日更新)。</Description>
<Networking>
<Mode>br0</Mode>
<Publish/>
</Networking>
<Data/>
<Environment/>
<Labels/>
</Container>