Commit Graph

72 Commits

Author SHA1 Message Date
Bill Zimmerman 9c6de84752
Update config.php 2021-05-20 10:10:44 +02:00
glaszig bd3e8de2d7
add second quad9 service address
see https://www.quad9.net/service/service-addresses-and-features
2021-05-04 00:06:50 -03:00
glaszig 8f0ae3b36a
fix url rewriting
(\?.+) already captures the question mark so it's not needed in the replaced string.
this actually made the `page` GET parameter be `?page` because the url wound up being `??page=foo`.
2021-04-02 19:33:35 -03:00
billz 33ac6d26cf Fix for #803 by @mp035 2021-03-02 14:37:50 +00:00
billz 3b0ce8aa3b Exclude config from routing 2021-02-02 04:22:13 +00:00
Mark Pointing 6966bc7f3a Changed routing system to use the more common path approach instead of query strings. 2021-01-30 16:06:33 +00:00
billz 31e3afa4a4 Create getDefaultNetOpts() 2020-12-24 12:29:52 +00:00
billz 22b173b4c5 Update dhcpcd.conf 2020-12-24 11:06:08 +00:00
Bill Zimmerman 3ab19574f4 Set default config static dns + router 2020-12-15 17:33:02 +01:00
billz 0cd278f040 Create 090_raspap.conf w/ dnsmasq log-facility 2020-12-12 19:29:43 +00:00
billz 1f318f0137 Remove default_hostapd (deprecated) 2020-12-09 17:16:25 +00:00
billz 5eae4bd086 Handle default subnet mask values 2020-12-06 17:31:03 +00:00
billz a56a59b7e5 Default config tweaks 2020-12-05 21:49:32 +00:00
billz d35397f09e Remove hardcoded default values, implement defaults.json 2020-12-05 09:14:07 +00:00
billz 6044d3d6ae Replace dnsmasq.conf (deprecated) w/ 090_wlan0.conf 2020-12-03 10:31:50 +00:00
billz 160c47defe Create network.json + RASPI_CONFIG_NETWORK 2020-12-01 19:48:59 +00:00
billz 827f37385f Decouple default settings from wlan0 cfg 2020-11-26 17:18:04 +00:00
billz 687c16810e Update default dhcpcd config 2020-11-20 13:35:52 +00:00
billz 70efa660e0 Remove RASPI_DNSMASQ_CONFIG (deprecated) 2020-11-19 12:32:38 +00:00
billz e54e8b5bc0 Update const RASPI_DNSMASQ_PREFIX 2020-11-15 10:51:09 +00:00
billz a20877c377 Add RASPI_DNSMASQ_ETH0 to default config 2020-11-06 09:04:22 +00:00
billz 8686406ef1 Added RASPI_5GHZ_MAX_CHANNEL 2020-10-25 07:47:47 +00:00
billz fee8717e4d Get version from defaults.php 2020-07-17 16:21:35 +01:00
billz 3ce4e51d63 Update 5GHz countries, thx @roelfrenkema 2020-07-04 19:12:46 +01:00
billz b02660d5ff Update release version 2020-07-03 12:43:47 +01:00
billz ed7ed04475 Create RASPI_BRAND_TEXT 2020-07-01 09:13:38 +01:00
billz 9afb773ab3 Minor: remove newline 2020-06-28 17:07:38 +01:00
billz 8647673d9a Move + rename constants 2020-06-28 17:02:07 +01:00
billz 8ae1e5a8f2 Rename constant for clarity 2020-06-09 15:34:19 +01:00
billz 7cc196f4f5 Update release version 2020-05-27 09:40:44 +01:00
Bill Zimmerman cc29f3e099
Merge pull request #561 from glaszig/patch-2
add freenom world hosted dns option
2020-04-13 16:44:51 +02:00
billz 3874a15a29 Update release version 2020-04-13 09:16:52 +01:00
glaszig 94a98074bd
add freenom world hosted dns option 2020-04-12 23:47:01 +02:00
Bill Zimmerman 8fd1677974
Merge branch 'master' into feature/notracking 2020-04-01 00:28:22 +02:00
billz 26dc8d92da Ad block installer option (beta) 2020-03-31 21:54:46 +00:00
billz 92051c1090 Update release version 2020-03-29 21:49:35 +01:00
Bill Zimmerman b922f380ba
Merge pull request #537 from billz/armbian-buster
Extend installer to Debian-based distros
2020-03-29 22:40:49 +02:00
billz 46213b90b0 Added contant adblock_listpath 2020-03-27 14:32:27 +00:00
billz 36da011e0b Update hosts-blocklist 2020-03-27 08:47:59 +00:00
billz ae26f948a4 WIP 2020-03-26 19:45:39 +00:00
billz a4c594beff Update release version 2020-03-25 16:54:06 +00:00
billz c56a48234f Update dnsmasq.d path 2020-03-20 17:43:46 +00:00
Taikuh 9800b23e4d Add bridged-routed toggle script 2020-03-09 01:16:05 +08:00
glaszig cfa3f9cfd3 added selectable hosted dns servers 2020-03-04 19:43:22 +01:00
billz 90fe706fba Update release version 2020-02-11 07:12:14 +00:00
Bill Zimmerman 0712351508
Merge pull request #466 from yolateng0/patch-1
Update dhcpcd.conf dns safe
2020-01-28 19:43:31 +01:00
billz 8d1b6a5c6a Minor: comments 2020-01-01 19:12:04 +00:00
Yo 6230d787f7
Update dhcpcd.conf dns safe
Quad9 provides DNSSEC validation on our primary resolvers.
in addition Quad9 validate DNSSEC on our EDNS enabled service.
Quad9 does not and never will share any of its data with marketers, nor will it use this data for demographic analysis.
This means that for domains that implement DNSSEC security, the Quad9 system will cryptographically ensure that the response provided matches the intended response of the domain operator. In the event of a cryptographic failure, our system will not return an answer at all. This ensures protection against domain spoofing or other attacks that attempt to provide false data. Learn more about DNSSEC here: https://www.icann.org/resources/pages/dnssec-qaa-2014-01-29-en
2020-01-01 17:29:55 +00:00
billz 154eee337c Initial commit 2019-12-31 19:11:00 +00:00
billz 581798a15f Added constant for CRDA wireless regulatory domain 2019-12-31 19:09:26 +00:00