Commit Graph

134 Commits

Author SHA1 Message Date
billz 5ee8270f47 Fix fatal error in php8 parse_ini_file() 2023-06-02 12:51:13 +00:00
billz 3bf3e0baa3 Exclude .255 broadcast address from dhcp-range 2023-01-24 12:02:46 +01:00
billz d76984517c Add RASPI_AUTH_ENABLED flag to config #280 2022-12-12 12:44:20 +01:00
Bill Zimmerman 10942aa8ae
Update country_code 2022-06-23 00:19:31 +02:00
Bill Zimmerman 52b11b092c
Set default country_code 2022-06-22 21:52:09 +02:00
billz ac46e6dfcb Initial commit 2022-06-07 19:57:16 +01:00
Federico Frigo 00fe51f005 Reverting files to correct ones 2022-04-10 20:09:23 +02:00
Federico Frigo 592b2ccc77
Merge branch 'master' into master 2022-04-06 09:21:29 +02:00
billz 2ca5f25dff Merge First Edition of RaspAP/raspap-insiders 2021-12-29 12:35:57 +00:00
Bill Zimmerman d0564ec946
Merge pull request #49 from RaspAP/feature-firewall
Feature: firewall settings
2021-11-26 22:48:14 +01:00
billz c0774a7bde Minor: typo fix 2021-11-17 22:00:20 +00:00
billz e75333e29d Define RASPI_DHCPCD_LOG 2021-11-17 18:20:03 +00:00
billz 03d14ed434 Update for for Debian 11 compatibility 2021-11-15 22:14:59 +00:00
Federico Frigo 6b276a8c4e
Update 50-raspap-router.conf 2021-10-23 16:38:28 +02:00
Federico Frigo 7008873277
Update 50-raspap-router.conf 2021-10-23 16:22:50 +02:00
Federico Frigo 6a361b80aa
Update 50-raspap-router.conf 2021-10-23 14:27:36 +02:00
Federico Frigo fd1c48b710 Automated ssid and country code updates 2021-10-19 18:51:44 +02:00
Federico Frigo 50ab349d1b Custom settings 2021-09-30 11:04:57 +01:00
billz 9405297662 Renamed constant for consistency 2021-08-05 20:29:46 +01:00
Christian Zeitnitz 2f1a6af0ba Add IPv6 to Firewall 2021-07-25 15:42:46 +02:00
zbchristian 1855f40f9d
Add masquerade rule for NAT
Add default NAT POSTROUTING  rule to masquerade addresses
2021-07-24 15:04:01 +02:00
Christian Zeitnitz 3059dd1fb8 Define firewall constants 2021-07-19 17:28:49 +02:00
Christian Zeitnitz 2e1781a2eb Add installation script
Add wireguard iptables rules
2021-07-17 22:26:56 +02:00
Christian Zeitnitz 5f0eb25f5c Add Firewall entry to menu 2021-07-17 09:45:59 +02:00
Christian Zeitnitz 59abc641d6 Implement firewall
- settings in iptables_rules.json
- creates a script under /tmp/iptables_raspap.sh and executes it
- no installer yet
- to do: deal with Bridge and VPN settings
2021-07-16 21:40:28 +02:00
Bill Zimmerman 4d4fac2a8f
Merge pull request #43 from RaspAP/feature/zbchristian-clients-mods
Feature/zbchristian clients mods
2021-07-05 10:07:51 +02:00
Christian Zeitnitz 8f702a2a55 Correct Hilink authentication and service 2021-06-18 17:27:11 +02:00
Christian Zeitnitz 0625fcc5ef Add raspap_helpers.sh 2021-06-18 14:04:56 +02:00
billz 43e9a093c4 Add RASPI_OPENVPN_CLIENT_PATH 2021-06-06 20:47:30 +01:00
billz 06476b9a61 Merge with upstream master 2021-06-05 12:02:26 +01:00
Christian Zeitnitz 29547b52e1 Use Hilink API 2021-05-23 09:04:08 +02:00
Christian Zeitnitz 26a50993b9 Fix hilink login 2021-05-21 22:07:04 +02:00
Christian Zeitnitz b99752c4cd Implement login for Hilink devices 2021-05-21 14:57:14 +02:00
Bill Zimmerman 9c6de84752
Update config.php 2021-05-20 10:10:44 +02:00
Christian Zeitnitz 613cd6bae8 Add Huawei Hilink API
Cleanup mobile data scripts
2021-05-19 21:04:31 +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
zbchristian 9d132bee3a
Fix naming of hilink devices 2021-04-24 11:17:25 +02:00
billz 6c674537bb WIP: txpower feature 2021-04-20 15:19:00 +01:00
Bill Zimmerman 0c9152fff3
Merge branch 'master' into feature/zbchristian-clients 2021-04-15 09:00:48 +02:00
billz 594c5dad1c Merge with upstream master 2021-04-05 10:06:44 +01: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
Christian Zeitnitz d7428be2ec Fix json format of client udev prototypes
limit device name length to 20
2021-03-29 21:53:26 +02:00
Christian Zeitnitz 689b3439f7 Update prototypes of udev rules with extra "raspapType" property 2021-03-29 15:53:43 +02:00
Christian Zeitnitz 34f46007bd fix coding standard violations 2021-03-27 18:39:42 +01:00
Christian Zeitnitz 5b9d4ca814 Add unconfigured client state to dashboard.php
Add tun device as client_udev_prototypes.json
2021-03-27 17:43:15 +01:00
zbchristian e16844294b
Merge branch 'master' into feature/zbchristian-clients 2021-03-21 18:00:40 +01:00
Christian Zeitnitz ac16d67609 Handling of USB tethering (Android phone) improved 2021-03-18 18:20:52 +01:00
Christian Zeitnitz 3b64697b4a Switch client on: wait for connection w/ timeout
add new switchClientState.sh to be used in hilink service (calls the php getClients code)
2021-03-15 14:03:34 +01:00
Christian Zeitnitz 2b4c9472e6 Replace switchClientState.sh by php function in get_clients.php
Cleanup display of client on dashboard
2021-03-12 12:20:34 +01:00
Christian Zeitnitz 76e2eecaec Correct internet device GUI and udev config 2021-03-10 23:45:04 +01:00