Commit Graph

291 Commits

Author SHA1 Message Date
0477e1cae6 GitHub Actions build: 2024-02-20 2024-02-20 00:00:29 +00:00
49f6a54c73 GitHub Actions build: 2024-02-19 2024-02-19 00:00:41 +00:00
0221214297 GitHub Actions build: 2024-02-17 2024-02-17 00:00:41 +00:00
61f821080d GitHub Actions build: 2024-01-11 2024-01-11 00:00:50 +00:00
2cef25a69b GitHub Actions build: 2024-01-03 2024-01-03 00:00:33 +00:00
2b6827e470 GitHub Actions build: 2023-12-21 2023-12-21 00:00:37 +00:00
6dcfc0d0e7 GitHub Actions build: 2023-12-10 2023-12-10 00:00:41 +00:00
599634fdc4 GitHub Actions build: 2023-12-09 2023-12-09 00:00:50 +00:00
5180f6d02a GitHub Actions build: 2023-12-05 2023-12-05 00:00:35 +00:00
5bd2ae2a80 GitHub Actions build: 2023-11-26 2023-11-26 00:00:41 +00:00
04afae39d2 GitHub Actions build: 2023-10-30 2023-10-30 00:00:45 +00:00
7a562afbc2 GitHub Actions build: 2023-10-28 2023-10-28 00:00:45 +00:00
4450b2e164 GitHub Actions build: 2023-10-19 2023-10-19 00:00:41 +00:00
fa8dd81923 GitHub Actions build: 2023-10-11 2023-10-11 00:00:35 +00:00
222c09b368 GitHub Actions build: 2023-09-18 2023-09-18 00:00:40 +00:00
bcc6a5f426 GitHub Actions build: 2023-09-06 2023-09-06 00:00:42 +00:00
9802f1d990 GitHub Actions build: 2023-09-05 2023-09-05 00:00:43 +00:00
ed22d489d4 GitHub Actions build: 2023-09-03 2023-09-03 00:00:43 +00:00
8331f9dfb9 GitHub Actions build: 2023-09-01 2023-09-01 00:00:44 +00:00
c76620e3a5 GitHub Actions build: 2023-08-19 2023-08-19 00:00:44 +00:00
02fd43c09e GitHub Actions build: 2023-08-07 2023-08-07 00:00:43 +00:00
04ff888683 GitHub Actions build: 2023-06-28 2023-06-28 00:01:13 +00:00
c5bb745d6d GitHub Actions build: 2023-06-11 2023-06-11 00:01:00 +00:00
eff20f61d5 GitHub Actions build: 2023-06-07 2023-06-07 00:00:49 +00:00
e8b8e4aa38 GitHub Actions build: 2023-06-06 2023-06-06 00:00:42 +00:00
ccd8db2e0f GitHub Actions build: 2023-05-26 2023-05-26 00:00:49 +00:00
1950c4bc79 GitHub Actions build: 2023-05-15 2023-05-15 00:00:57 +00:00
08df59188d GitHub Actions build: 2023-05-12 2023-05-12 00:00:46 +00:00
4d0b46d4d7 GitHub Actions build: 2023-05-10 2023-05-10 00:00:38 +00:00
a382f6c84c GitHub Actions build: 2023-04-08 2023-04-08 00:23:49 +00:00
222eb112d2 GitHub Actions build: 2023-04-03 2023-04-03 00:26:14 +00:00
6e2b2b5b3b Merge branch 'master' of https://github.com/uklans/cache-domains 2023-03-30 07:12:31 +00:00
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
5061e610e1 GitHub Actions build: 2023-03-28 2023-03-28 00:27:25 +00:00
e5f3809bab GitHub Actions build: 2023-03-27 2023-03-27 00:26:26 +00:00
5987ee8da6 GitHub Actions build: 2023-03-24 2023-03-24 00:26:47 +00:00
3a0a7f6264 GitHub Actions build: 2023-03-18 2023-03-18 00:28:05 +00:00
7e17a38ceb GitHub Actions build: 2023-03-11 2023-03-11 00:24:58 +00:00
c81f59defb GitHub Actions build: 2023-03-10 2023-03-10 00:29:47 +00:00
fbf817da9e GitHub Actions build: 2023-03-09 2023-03-09 00:29:52 +00:00
205eb1a57a GitHub Actions build: 2023-03-07 2023-03-07 00:31:09 +00:00
e45ffb4d7b GitHub Actions build: 2023-03-05 2023-03-05 00:32:30 +00:00
29dcb5a034 GitHub Actions build: 2023-02-20 2023-02-20 00:00:42 +00:00
8c65ef81b9 GitHub Actions build: 2023-02-17 2023-02-17 00:00:31 +00:00
949992d38c GitHub Actions build: 2023-01-23 2023-01-23 00:00:37 +00:00
96d678f335 GitHub Actions build: 2023-01-18 2023-01-18 00:00:44 +00:00
0ea767c07b Remove colon and port in arch (#4)
Signed-off-by: redtrillix <zachary.gethin@destronia.com>
Co-authored-by: redtrillix <redtrillix@users.noreply.github.com>
2022-12-06 11:58:08 +00:00
08d7370849 GitHub Actions build: 2022-12-05 2022-12-05 00:00:47 +00:00
a124d06aaf add dependabot 2022-11-16 15:03:44 +00:00
d45dff333c feat: auto generate arch repo list
generate test


GitHub Actions build:

add date
2022-11-16 15:02:01 +00:00