summaryrefslogtreecommitdiffhomepage
path: root/protocols
AgeCommit message (Collapse)Author
2024-10-25luci-proto-vxlan: introduce peers tab and additional vxlan settingsPaul Donald
Added ip-bridge dep for bridge command to manage FDB entries. Reference: https://events.static.linuxfound.org/sites/events/files/slides/2013-linuxcon.pdf Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-25luci-proto-wireguard: make peer entries sortablePaul Donald
Closes #7354 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-24luci-proto-wireguard: follow-up fix for status overviewPaul Donald
follow-up to 7acea818735a9c5e8577d6b57f359996956f15e4 Closes #7347 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-23luci-proto-wireguard: fixed bug with incorrect peer name detectionthis-username-has-been-taken
Fixed bug with incorrect peer name detection on `Status -> WireGuard` page when more than one peer with the same public key exist: 1. Peers are now tested not only by public key, but also by enabled/disabled status, peer host (both IP and FQDN are supported) and port. 2. Added required `resolveip` dependency. Closes #7342 Signed-off-by: @this-username-has-been-taken Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-19luci-proto-modemmanager: add initial EPS bearer supportDamir Samardzic
ModemManager protocol has supported setting initial EPS bearer since package commit [1], so lets expose the same support via LuCI as well. [1] https://github.com/openwrt/packages/commit/af12147f8c54ac3a44d32c5c1bd95099bc9a6c74 Signed-off-by: Damir Samardzic <damir.samardzic@sartura.hr> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2024-09-06luci-proto-3g/ppp/pppossh: fix default keepalive valuesRany Hany
Signed-off-by: Rany Hany <rany_hany@riseup.net>
2024-09-05luci-proto-xfrm: update description for now-optional tunlink parameterMatt Eaton
Signed-off-by: Matt Eaton <git@divinehawk.com>
2024-07-22luci-proto-modemmanger: fix auth handlingFlorian Eckert
This has never worked because the option 'auth' is not known to the modemmanger proto handler. The correct uci name is 'allowedauth' and is also a uci list option, so that several options can be selected. This commit fixes this bug. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-07-15luci-proto-wireguard: disable peers from the tabBryan Roessler
It's clumsy to enable/disable peers from the modal, save some clicks Signed-off-by: Bryan Roessler <bryanroessler@gmail.com>
2024-06-30luci-proto-yggdrasil: show peer latencyRemy D. Farley
Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
2024-06-27luci-proto-wireguard: adapt to use uqrPaul Donald
If for some reason luci-lib-uqr is absent, the GUI shows that the proto handler needs installing (since it now has a dep which is missing). Suitable action is to install the lib or remove/install wireguard again. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-06-16luci-proto-nebula: drop maintainershipStan Grishin
* update license * improve package's presence in make menuconfig * drop maintainership Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-05-28luci-proto-openconnect: updated SSL VPN option list and update sha1 hash wordingNikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2024-05-28luci-proto-openconnect: use the uri configuration optionNikos Mavrogiannopoulos
This enables more advanced configuration by allowing complex URIs, including user groups and hidden directories (camouflage). It further simplifies the configuration by eliminating the port and usergroup parameters. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2024-05-28luci-proto-openconnect: register as simply openconnectNikos Mavrogiannopoulos
This is no longer a client implementing CISCO anyconnect. Many other protocols are present. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2024-05-28treewide: Add missing PKG_MAINTAINERSergey Ponomarev
Daniel F. Dickinson changed email address to <dfdpublic@wildtechgarden.ca> luci-all-lxl has a maintainer Petar Koretic <petar.koretic@sartura.hr> but there is no corresponding GitHub account. So Dirk Brenken was added as a second maintainer: he answered on an issue of the app. When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-21luci-proto-ipv6: dslite: suggest common AFTR addresses for Japanese marketJo-Philipp Wich
Include in DS-Lite General Settings common AFTR addresses for Japan market to make it easier to configure OpenWrt in Japan and help people to save money on hardware. Fixes: #7133 Ref: https://forum.openwrt.org/t/x/195654 Suggested-by: Konstantin-Glukhov <24302271+Konstantin-Glukhov@users.noreply.github.com> [shorten subject, rewrap commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2024-05-13Revert "luci-proto-ppp: pppoe.so has no MTU option; remove it"Jo-Philipp Wich
This reverts commit 995d3a1801cf3b850e8c7c35937fbdd0526ff53e. The `mtu` option controls the pppd mru and mtu arguments, it is not specific to pppoe.so. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2024-04-25luci-proto-{wireguard,yggdrasil}: remove unnecessary PROVIDESHannu Nyman
Remove the unnecessary PROVIDES statements from two protocols. Wireguard was recently changed erroneously: the old compatibility reference to luci-app-wireguard was replaced by self-reference. But as the app and proto were combined already in 2022, the old compatibility define should be unnecessary by now, so just remove it. Yggdrasil has had a similar unnecessary setting (package PROVIDES itself), so remove that at the same time. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-04-25luci-proto-modemmanager: rename menu entry from mobile service to cellular ↵Florian Eckert
network The old term "mobile service" is not common, it is replaced by the new name "cellular network", which is more familiar. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-23luci-proto-wireguard: fix Makefile 'provides'Paul Donald
once-upon-a-time it was called luci-app-wireguard. Now it's proto. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-04-16luci-proto-ppp: pppoe.so has no MTU option; remove itPaul Donald
Retain comment so nobody is tempted to resurrect it. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-04-08luci-proto-yggdrasil: fix empty translation stringJo-Philipp Wich
The empty string is not a legal translation key. Fixes: f5ccfd3df4 ("luci-proto-yggdrasil: add `yggdrasil-jumper` support") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2024-04-08Merge pull request #7020 from findlayfeng/luci-proto-bondingFlorian Eckert
luci-proto-bonding: Modify ipaddr as optional
2024-04-03luci-proto-yggdrasil: add `yggdrasil-jumper` supportRemy D. Farley
Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
2024-03-29luci-proto-bonding: Modify ipaddr as optionalFindlay Feng
Signed-off-by: Findlay Feng <i@fengch.me>
2024-03-23luci-proto-nebula: prepare migration to APKStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-03-19luci-proto-qmi: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-xfrm: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-wireguard: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-vxlan: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-vti: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-unet: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-sstp: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-relay: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-openfortivpn: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-openconnect: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-ncm: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-modemmanager: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-mbim: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-ipip: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-gre: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-external: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-bonding: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-batman-adv: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-autoip: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19luci-proto-3g: add missing license informationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-16luci-proto-ipv6: Add support for IPIP6(RFC2473) tunnelArayuki Mago
Add Generic Packet Tunneling in IPv6 Specification (RFC 2473) support. Signed-off-by: Arayuki Mago <ms@missing233.com>
2024-02-16luci-proto-wireguard: fix broken DNS option in peer config generatorJo-Philipp Wich
The config generation code was referencing a not existing `dns_servers` input field. Fixes: #6921 Fixes: 5b26887c52 ("Adding a DNS option to the wireguard peer config ...") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2024-01-08luci-proto-openconnect: add option for array ssl vpnTinko Liu
Signed-off-by: Tinko Liu <24890691+TinkoLiu@users.noreply.github.com>