mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Fixing package!
This commit is contained in:
parent
ef8e452efb
commit
fc0c7e4fe4
@ -7,7 +7,6 @@
|
|||||||
### Requirements
|
### Requirements
|
||||||
1. You have setup the on boot script described [here](https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script)
|
1. You have setup the on boot script described [here](https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script)
|
||||||
2. AdguardHome persists through firmware updates as it will store the configuration in a folder (you need to create this). It needs 2 folders, a Work and Configuration folder. Please create the 2 folders in "/mnt/data/". In my example I created "AdguardHome-Confdir" and "AdguardHome-Workdir"
|
2. AdguardHome persists through firmware updates as it will store the configuration in a folder (you need to create this). It needs 2 folders, a Work and Configuration folder. Please create the 2 folders in "/mnt/data/". In my example I created "AdguardHome-Confdir" and "AdguardHome-Workdir"
|
||||||
3. The on-boot script needs to be setup after firmware update of UDM. When on-boot script is recreated, everything should work.
|
|
||||||
|
|
||||||
### Customization
|
### Customization
|
||||||
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.
|
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.
|
||||||
|
@ -72,7 +72,7 @@ fi
|
|||||||
if podman container exists ${CONTAINER}; then
|
if podman container exists ${CONTAINER}; then
|
||||||
podman start ${CONTAINER}
|
podman start ${CONTAINER}
|
||||||
else
|
else
|
||||||
logger Container $CONTAINER not found, make sure you set the proper name, if you have you can ignore this error
|
logger -s -t podman-dns -p ERROR Container $CONTAINER not found, make sure you set the proper name, if you have you can ignore this error
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# (optional) IPv4 force DNS (TCP/UDP 53) through DNS container
|
# (optional) IPv4 force DNS (TCP/UDP 53) through DNS container
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
1. You have already setup the on boot script described [here](https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script)
|
1. You have already setup the on boot script described [here](https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script)
|
||||||
2. NextDNS persists through firmware updates. The on-boot script does not. If you update your firmware, setup on-boot again and everything should work.
|
|
||||||
|
|
||||||
### Customization
|
### Customization
|
||||||
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.
|
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.
|
||||||
|
Binary file not shown.
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
1. You have successfully setup the on boot script described [here](https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script)
|
1. You have successfully setup the on boot script described [here](https://github.com/boostchicken/udm-utilities/tree/master/on-boot-script)
|
||||||
2. PiHole persists through firmware updates. The on-boot script does not. If you update your firmware, setup on-boot again and everything should work.
|
|
||||||
|
|
||||||
### Customization
|
### Customization
|
||||||
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.
|
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.
|
||||||
|
Loading…
Reference in New Issue
Block a user