Skip to content

Conversation

@radozd
Copy link

@radozd radozd commented Jan 20, 2026

📦 Package Details

Maintainer: @immens
(You can find this by checking the history of the package Makefile.)

Description:
This option is intended to prevent OpenConnect from advertising to the server that it supports any kind of authentication mode that requires an external browser.


🧪 Run Testing Details

  • OpenWrt Version: 24.10.4
  • OpenWrt Target/Subtarget: mediatek/filogic
  • OpenWrt Device: AX3000

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable
    (e.g., subject line, commit description, etc.)
    We must try to upstream patches to reduce maintenance burden.


logger -t "openconnect" "adding host dependency for $server at $config"
while ! resolveip -t 10 "$server" > "$tmpfile" && [ "$trials" -gt 0 ]; do
while resolveip -t 10 "$server" > "$tmpfile" && [ "$trials" -gt 0 ]; do

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants