Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | Minor formatting nit for the iptables sample configuration file. | PÁLI Gábor János | |
2022-12-30 | etc/wpa_supplicant: Use only a single IP address. | PÁLI Gábor János | |
Ideally, Wifibox is meant to be used by a single client at a time, so it makes no sense to lease more than one IP address. Change the `udhcpd` configuration according to this principle. | |||
2022-11-29 | Implement a forwarding service. | PÁLI Gábor János | |
- Add the `forwarding` system service (script + OpenRC support). - Enable support for UDP ports for `socat`. - Adjust UDS pass-through to avoid conflicts with forwarding. - Update documentation. Requested by: Universal Devices | |||
2022-11-03 | Incorporate support for mDNSResponder. | PÁLI Gábor János | |
- Port mDNSResponder to Alpine. - Update documentation. Sponsored by: Universal Devices | |||
2022-10-30 | Expose hostname configuration. | PÁLI Gábor János | |
2022-09-17 | Document the `udhcpd` extension for propagating DNS information. | PÁLI Gábor János | |
2022-06-26 | Keep expanding the hostapd configuration hints. | PÁLI Gábor János | |
2022-06-26 | Expand the configuration hints for hostapd. | PÁLI Gábor János | |
2022-05-31 | Incorporate `hostapd`. | PÁLI Gábor János | |
The inclusion of `hostapd` [1] brings a lot of related changes because the build process have to extended to take the challenge. - Convert `wpa_passthru` to a more a generic services, called `uds_passthru` to deal with the control socket forwarding. It can also log the `socat` errors properly. - Make the `Makefile` more parametric therefore the virtual disk image can be customized better. - Default configurations are now moved fully to the guest's side. - Tweak the packages to be more flexible. - Document everything. [1] https://w1.fi/hostapd/ | |||
2022-05-17 | Expose networking configuration of `wlan0`. | PÁLI Gábor János | |
2022-05-14 | Expose IP Tables configuration. | PÁLI Gábor János | |
2022-05-14 | Fix a typo. | PÁLI Gábor János | |
2022-04-23 | Describe better the purpose of the configuration files. | PÁLI Gábor János | |
2022-03-01 | Add support for WPA Supplicant pass-through. | PÁLI Gábor János | |
2022-02-18 | Import configuration file samples. | PÁLI Gábor János | |
2022-02-18 | Rearrange repository layout for namespacing. | PÁLI Gábor János | |
2022-02-17 | Initial import of the configuration file and the setup script. | PÁLI Gábor János | |