278 Commits

Author SHA1 Message Date
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
dgibbs64
fbf817da9e GitHub Actions build: 2023-03-09 2023-03-09 00:29:52 +00:00
dgibbs64
205eb1a57a GitHub Actions build: 2023-03-07 2023-03-07 00:31:09 +00:00
dgibbs64
e45ffb4d7b GitHub Actions build: 2023-03-05 2023-03-05 00:32:30 +00:00
dgibbs64
29dcb5a034 GitHub Actions build: 2023-02-20 2023-02-20 00:00:42 +00:00
dgibbs64
8c65ef81b9 GitHub Actions build: 2023-02-17 2023-02-17 00:00:31 +00:00
dgibbs64
949992d38c GitHub Actions build: 2023-01-23 2023-01-23 00:00:37 +00:00
dgibbs64
96d678f335 GitHub Actions build: 2023-01-18 2023-01-18 00:00:44 +00:00
redtrillix
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
dgibbs64
08d7370849 GitHub Actions build: 2022-12-05 2022-12-05 00:00:47 +00:00
Daniel Gibbs
a124d06aaf
add dependabot 2022-11-16 15:03:44 +00:00
Daniel Gibbs
d45dff333c
feat: auto generate arch repo list
generate test


GitHub Actions build:

add date
2022-11-16 15:02:01 +00:00
redtrillix
2a5e2f52fc
remove https domains for arch mirrors (#2)
* Remove HTTPS domains

* Sorted lexicographically

- Sorted alphabetically A-Z.
2022-11-16 14:34:27 +00:00
Daniel Gibbs
b9644755fc
Update README.md 2022-11-11 21:40:41 +00:00
Daniel Gibbs
54ee3311bc
Add arch repos (#1)
* Add Arch repository domains
Co-authored-by: redtrillix <54786587+redtrillix@users.noreply.github.com>
2022-11-11 21:34:41 +00:00
Daniel Gibbs
2d6cb85868 add fork-sync
a


a


a


a


a
2022-11-11 21:27:24 +00:00
Daniel Gibbs
cf27c649cb
Update README.md 2022-11-11 21:06:58 +00:00
Daniel Gibbs
36d7bc59a4 removed security for debian
Cache appears to break with security repoa. I have removed them from the list
2022-10-27 23:18:59 +01:00
Daniel Gibbs
5255593543 remove security 2022-10-27 23:14:42 +01:00
Daniel Gibbs
49ac01a578 feat: add debian based repos
* Debian
* Ubuntu
* Kali
* Mint
* Pop_OS!
* Deepin
* ppa
2022-10-22 12:37:36 +01:00
James Kinsman
257f009282
Merge pull request #197 from uklans/feature/reduce-steam-domains
Remove all Steam domains except lancache.steamcontent.com
2022-09-01 16:20:19 +01:00
James Kinsman
9157392408
Merge pull request #194 from NathanAdhitya/master
added AdGuard Home scripts
2022-08-18 13:51:34 +01:00
Nathan Adhitya
fb80d7a16a
Added bare IP example in config.example.json 2022-08-18 19:38:56 +07:00
James Kinsman
1bbfefd9bf
Revert "Adds google, adobe and ms office domains (#199)" (#201)
This reverts commit 1c59729c59b4e4d64dacba940ad230e4b533c442.
2022-08-17 09:20:30 +01:00
Yuri Vidal
1c59729c59
Adds google, adobe and ms office domains (#199)
* add adobe, google and office
* Update cache_domains.json

Closes #192
2022-08-12 09:59:15 +01:00