302 Commits

Author SHA1 Message Date
c81dd0d6f8 Fixed Epic Games Domain 2024-05-19 23:10:24 +02:00
8b8d1ee436 Removed Brave and Vivaldi repos because they don't support unencrypted http transfers 2024-03-17 20:40:11 +01:00
670c07b3e4 Added new compined linux.txt
Combined arch.txt and debian.txt to linux.txt
2024-03-12 17:22:29 +01:00
15dd768026 Combined arch.txt and debian.txt to linux.txt 2024-03-12 17:12:13 +01:00
9771289b72 Set mixed_content=true for Linux mirrors 2024-03-12 03:50:25 +01:00
d0335ae007 Added security package servers 2024-03-10 03:36:23 +01:00
af1e3d75a5 uplay.txt aktualisiert 2024-03-10 01:21:21 +01:00
1e09dd983f Added app repos (Brave, Steam, Radeon, Thorium) 2024-03-10 01:07:50 +01:00
f8cc465f01 uplay.txt aktualisiert 2024-03-10 01:04:14 +01:00
PC-Heini
872452ab00
Update debian.txt
Added all the http mirror servers for Debian.
2024-03-10 00:46:05 +01:00
PC-Heini
0f02fee1fe
Update uplay.txtd
Ubisoft Connect behaves really weird, this is trying to concretise what contents should be cached.
2024-03-09 17:52:05 +01:00
dgibbs64
0477e1cae6 GitHub Actions build: 2024-02-20 2024-02-20 00:00:29 +00:00
dgibbs64
49f6a54c73 GitHub Actions build: 2024-02-19 2024-02-19 00:00:41 +00:00
dgibbs64
0221214297 GitHub Actions build: 2024-02-17 2024-02-17 00:00:41 +00:00
dgibbs64
61f821080d GitHub Actions build: 2024-01-11 2024-01-11 00:00:50 +00:00
dgibbs64
2cef25a69b GitHub Actions build: 2024-01-03 2024-01-03 00:00:33 +00:00
dgibbs64
2b6827e470 GitHub Actions build: 2023-12-21 2023-12-21 00:00:37 +00:00
dgibbs64
6dcfc0d0e7 GitHub Actions build: 2023-12-10 2023-12-10 00:00:41 +00:00
dgibbs64
599634fdc4 GitHub Actions build: 2023-12-09 2023-12-09 00:00:50 +00:00
dgibbs64
5180f6d02a GitHub Actions build: 2023-12-05 2023-12-05 00:00:35 +00:00
dgibbs64
5bd2ae2a80 GitHub Actions build: 2023-11-26 2023-11-26 00:00:41 +00:00
dgibbs64
04afae39d2 GitHub Actions build: 2023-10-30 2023-10-30 00:00:45 +00:00
dgibbs64
7a562afbc2 GitHub Actions build: 2023-10-28 2023-10-28 00:00:45 +00:00
dgibbs64
4450b2e164 GitHub Actions build: 2023-10-19 2023-10-19 00:00:41 +00:00
dgibbs64
fa8dd81923 GitHub Actions build: 2023-10-11 2023-10-11 00:00:35 +00:00
dgibbs64
222c09b368 GitHub Actions build: 2023-09-18 2023-09-18 00:00:40 +00:00
dgibbs64
bcc6a5f426 GitHub Actions build: 2023-09-06 2023-09-06 00:00:42 +00:00
dgibbs64
9802f1d990 GitHub Actions build: 2023-09-05 2023-09-05 00:00:43 +00:00
dgibbs64
ed22d489d4 GitHub Actions build: 2023-09-03 2023-09-03 00:00:43 +00:00
dgibbs64
8331f9dfb9 GitHub Actions build: 2023-09-01 2023-09-01 00:00:44 +00:00
dgibbs64
c76620e3a5 GitHub Actions build: 2023-08-19 2023-08-19 00:00:44 +00:00
dgibbs64
02fd43c09e GitHub Actions build: 2023-08-07 2023-08-07 00:00:43 +00:00
dgibbs64
04ff888683 GitHub Actions build: 2023-06-28 2023-06-28 00:01:13 +00:00
dgibbs64
c5bb745d6d GitHub Actions build: 2023-06-11 2023-06-11 00:01:00 +00:00
dgibbs64
eff20f61d5 GitHub Actions build: 2023-06-07 2023-06-07 00:00:49 +00:00
dgibbs64
e8b8e4aa38 GitHub Actions build: 2023-06-06 2023-06-06 00:00:42 +00:00
dgibbs64
ccd8db2e0f GitHub Actions build: 2023-05-26 2023-05-26 00:00:49 +00:00
dgibbs64
1950c4bc79 GitHub Actions build: 2023-05-15 2023-05-15 00:00:57 +00:00
dgibbs64
08df59188d GitHub Actions build: 2023-05-12 2023-05-12 00:00:46 +00:00
dgibbs64
4d0b46d4d7 GitHub Actions build: 2023-05-10 2023-05-10 00:00:38 +00:00
dgibbs64
a382f6c84c GitHub Actions build: 2023-04-08 2023-04-08 00:23:49 +00:00
dgibbs64
222eb112d2 GitHub Actions build: 2023-04-03 2023-04-03 00:26:14 +00:00
GH Action - Upstream Sync
6e2b2b5b3b Merge branch 'master' of https://github.com/uklans/cache-domains 2023-03-30 07:12:31 +00:00
Travis Snoozy
31b2ba1e0a
Tell dnsmasq not to pass requests upstream (#223)
* Tell dnsmasq not to pass requests upstream

The behavior of dnsmasq changed in version 2.86 -- before then, if a record was set for a domain name with dnsmasq, and a record for a type not specified for that domain was requested, dnsmasq would indicate no data existed for that record type. After 2.86, record types that are not specified are instead passed upstream. The latter behavior causes problems for, e.g., the Steam client, which will disregard a correctly set A-record for lancache.steamcontent.com, if no AAAA is set with dnsmasq and dnsmasq passes the AAAA query upstream. The documentation for dnsmasq indicates the correct way to restore the old behavior is to use the local=/host/ syntax -- emit this syntax for each of our lancache-hosted DNS entries.

* Update scripts/create-dnsmasq.sh

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

---------

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2023-03-28 11:36:46 +01:00
dgibbs64
5061e610e1 GitHub Actions build: 2023-03-28 2023-03-28 00:27:25 +00:00
dgibbs64
e5f3809bab GitHub Actions build: 2023-03-27 2023-03-27 00:26:26 +00:00
dgibbs64
5987ee8da6 GitHub Actions build: 2023-03-24 2023-03-24 00:26:47 +00:00
dgibbs64
3a0a7f6264 GitHub Actions build: 2023-03-18 2023-03-18 00:28:05 +00:00
dgibbs64
7e17a38ceb GitHub Actions build: 2023-03-11 2023-03-11 00:24:58 +00:00
dgibbs64
c81f59defb GitHub Actions build: 2023-03-10 2023-03-10 00:29:47 +00:00