Fixing package!

This commit is contained in:
John Dorman 2020-07-05 21:43:46 -07:00
parent ef8e452efb
commit fc0c7e4fe4
5 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,6 @@
### Requirements
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"
3. The on-boot script needs to be setup after firmware update of UDM. When on-boot script is recreated, everything should work.
### Customization
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.

View File

@ -72,7 +72,7 @@ fi
if podman container exists ${CONTAINER}; then
podman start ${CONTAINER}
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
# (optional) IPv4 force DNS (TCP/UDP 53) through DNS container

View File

@ -8,7 +8,6 @@
### Requirements
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
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.

View File

@ -6,7 +6,6 @@
### Requirements
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
* Feel free to change [20-dns.conflist](../cni-plugins/20-dns.conflist) to change the IP address of the container.