aboutsummaryrefslogtreecommitdiff
path: root/utils/cache-domains
Commit message (Collapse)AuthorAge
* cache-domains: Fixed config files being outside of jailGerard Ryan2023-09-05
| | | | | | | | This fix dnsmasq failing to startup once configured since the cache-domains config files are not included in the jail that dnsmasq runs inside. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: added pre-test.sh CI stepGerard Ryan2023-05-01
| | | | | | | | | | | | Some packages variants have conflicting dependencies with the base packages and the CI test will fail to install before anything can be done by the packages to setup the system for install. This change adds a pre-test.sh that runs before the install so things like the default libustream variant can be swapped out as shown in the updated cache-domains. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Fixed hotplug script not runningGerard Ryan2022-03-08
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Fixed remote script usage changeGerard Ryan2021-10-03
| | | | | | | | * Removed all unnecessary files after configuration * Reduced code duplication * Changed to symlinking config instead of copying Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Fixed missing wildcard entriesGerard Ryan2021-06-27
| | | | | | | | The fix requires the use of the generated dnsmasq `lancache.conf` file. So I moved configuration of the hosts directory out of the UCI and into the generated dnsmasq configuration file to simplify the script. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Fixed host files directoryGerard Ryan2021-04-02
| | | | | | * Hid unnecessary output Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Fixed upstream changes + wolfsslGerard Ryan2020-09-10
| | | | | | | | * The upstream script changed to use `.hosts` files from `.conf` files, so changes were required to make dnsmasq use the new file format. * Added a default wolfssl variant. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Improved ifup hotplug reliabilityGerard Ryan2020-07-11
| | | | | | | I've noticed that in deployment on some reboots it won't configure, This seems to be due to running before the system/network is ready. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: Changed to hotplug scriptGerard Ryan2019-12-02
| | | | | | | | | Since we have to restart dnsmasq to reload the config anyway, this package doesn't need to run before anything. We do however need to wait for the network so I've changed this service to be a hotplug script and utility script. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* cache-domains: added game cache DNS config serviceGerard Ryan2019-10-12
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>