aboutsummaryrefslogtreecommitdiff
path: root/utils/cache-domains
Commit message (Collapse)AuthorAge
* 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>