summaryrefslogtreecommitdiffhomepage
path: root/protocols
AgeCommit message (Collapse)Author
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>
2023-12-21luci-proto-ipv6: Add DHCPv6 norelease menu option (#6775)Det
Signed-off-by: Richard Patterson <richard@helix.net.nz>
2023-12-07luci-proto-ipv6: dhcpv6.js: make reqaddress modes translatableJo-Philipp Wich
Fixes: #6730, #6751 Fixes: 2065ead4e8 ("luci-proto-ipv6: dhcpv6.js fix translation (#6751)") Suggested-by: he ping <pinghejk@gmail.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-12-07Revert "luci-proto-ipv6: dhcpv6.js fix translation (#6751)"Jo-Philipp Wich
This reverts commit 2065ead4e86d2da8868dd88160af5b2fdcf3adde. The commit contains syntax errors despite two reviews and was apparently not runtime tested at all. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-12-07luci-proto-ipv6: dhcpv6.js fix translation (#6751)try496
Signed-off-by: he ping <pinghejk@gmail.com>
2023-12-05Adding a DNS option to the wireguard peer config generator.Nicholaos Mouzourakis
Some clients like iOS require this explicitly, and so this change adds the appropriate config with some sensible defaults. Closes #6351 Signed-off-by: Nicholaos Mouzourakis <nevumx@gmail.com> Signed-off-by: Paul Donald <newtwen@gmail.com> Tested-by: Paul Donald <newtwen@gmail.com> (cherry picked from commit 990696d73f982de015df7c7d552daef1a03f50c5)
2023-12-04luci-proto-sstp: add support for custom port (#6634)Vladislav Grigoryev
Add support for connecting to a custom SSTP port. See also: https://github.com/openwrt/packages/pull/22405 Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2023-12-04luci-proto-wireguard: Remove confirmation dialogue to generate keys (#6697)Paul Donald
Quality of life improvements. Reduce click amounts. LuCI batches all changes for user-review anyway. Tested on 23.05.0 Signed-off-by: Paul Donald <newtwen@gmail.com>
2023-12-04Merge pull request #6352 from nevumx/add-wireguard-peer-addresses-configPaul Donald
luci-proto-wireguard: adding an Addresses option to the wireguard peer config generator
2023-12-04luci-proto-modemmanager: Added logging level option and debugmodePaul Donald
Merge github.com:valexi7/luci PR #4328 Signed-off-by: Paul Donald <newtwen@gmail.com> Signed-off-by: valexi7 <44439515+valexi7@users.noreply.github.com>
2023-12-01Merge pull request #6689 from yggdrasil-openwrt/yggdrasil-2023-11-11Jo-Philipp Wich
luci-proto-yggdrasil: yggdrasil now supported by netifd
2023-11-30luci-proto-external: migrate from support to cni-protocol to external-protocolOskari Rauta
As previously introduced cni protocol support (for netifd) has evolved more to a multipurpose protocol useful for cni/netavark/some vpn/etc connections I have decided to rename it from cni-protocol to external-protocol. That's why also it's luci companion, luci-proto-cni, should be renamed to luci-proto-external and migrated to support external-protocol. This patch also adds support for new option in external-protocol, delay. This closes promise made in #22702 on openwrt packages repository. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-11-18luci-proto-vxlan: Enable IPv6 address and port settingsElbert Mai
Fix VXLAN6 settings form to allow configuration of IPv6 addresses and destination port in LuCI. Signed-off-by: Elbert Mai <code@elbertmai.com>
2023-11-18luci-app-yggdrasil: support public key in config generationWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-14luci-proto-yggdrasil: enhance communications to sysopWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-12luci-proto-yggdrasil: add support for v0.5.2 featuresWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-12luci-proto-yggdrasil: getPeers calls yggctl with quoted urlWilliam Fleurant
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2023-11-11luci-proto-yggdrasil: yggdrasil now supported by netifdWilliam Fleurant
- this package replaces luci-app-yggdrasil Signed-off-by: William Fleurant <meshnet@protonmail.com>