diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-06 03:53:51 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-06 03:53:51 +0300 |
commit | b943ef609ef9aeba96599770f730d27b529146a6 (patch) | |
tree | 4cea10e6576ed1b8a47ddead13301aa6e4f42ae4 /system/NetworkManager/dnsmasq.d | |
parent | f0cc6eec402a0deceafc0e0663d77008a969d7aa (diff) | |
download | swayrice-b943ef609ef9aeba96599770f730d27b529146a6.tar.gz swayrice-b943ef609ef9aeba96599770f730d27b529146a6.zip |
cleanup: remove old files, improve install
Clean up old files and improve installation of system-wide
configuration.
Diffstat (limited to 'system/NetworkManager/dnsmasq.d')
-rw-r--r-- | system/NetworkManager/dnsmasq.d/dnsmasq.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/system/NetworkManager/dnsmasq.d/dnsmasq.conf b/system/NetworkManager/dnsmasq.d/dnsmasq.conf deleted file mode 100644 index 6ff5be8..0000000 --- a/system/NetworkManager/dnsmasq.d/dnsmasq.conf +++ /dev/null @@ -1,7 +0,0 @@ -cache-size=500 -max-cache-ttl=900 -listen-address=::1 -strict-order -server=1.1.1.1 -server=1.0.0.1 -server=/lis/10.0.14.1 |