Jump to content

eralde

Moderators
  • Posts

    1,592
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by eralde

  1. @PriSonerS61 This is not easy to do for several reasons: - device memory (both persistent and RAM) is limited (where are we going to store these pictures?) - it is not clear whether it is possible to use icons of various services/applications for free and without additional arrangements How do you use the Application Traffic Analyzer page? What do you want to see in the applications/hosts table?
  2. Спасибо за репорт! Будет исправлено в следующей сборке 3.8
  3. Looks like an error in the extension. Please provide remote access to your device so I can debug this (I don't have such a device at hand).
  4. Вводить команды можно прямо через веб-интерфейс (my.keenetic.net/a). Кроме того, можно поставить расширение для браузера, куда я добавил возможность выставить расписание перезагрузки (страница "Общие настройки системы"):
  5. Спасибо за репорт. Пока поставьте компонент обратно вручную. Появление ошибки, если он отсутствует, поправим.
  6. Safari also does that. As far, as I know it is because we do not have proper links (<a href="...">) in the page markup. When you click on a link to the extender the web UI sends a request to generate a one time auth URL. The browser thinks that this is tricky (and possibly malicious), so it prevents opening of a new tab that follows the click. It is completely unrelated to the extension
  7. Настройка MAC-адреса есть в варианте с DHCP и с ручной настройкой IP-адреса: Screen Recording 2022-05-16 at 12.25.12.mov У вас провайдер использует привязку по MAC'у + PPPoE/L2TP/PPTP?
  8. Через Cloudflare DNS + CORS proxy на базе Cloudflare worker. https://github.com/Eralde/keenetic-dark-theme-extension/blob/06443aba4a6d7f719d38a75911695b0b40453558/app/scripts/uiExtension/routesToolbar/routes-tools.service.js#L261
  9. Версия 0.5.105 (2022-05-15): исправлена работа страницы "Маршрутизация" в прошивках 2.16 (сообщил @PASPARTU) добавлена возможность выбирать интерфейс для traceroute (предложил @PriSonerS61)* * В качестве аргумента для traceroute передается IP-адрес выбранного интерфейса, поскольку аргумент, задающий интерфейс, до недавнего времени был сломан 0.5.105 (15 May 2022): fixed "Routing" UI page for 2.16.x firmware (reported by @PASPARTU) added ability to select interface for traceroute (suggested by @PriSonerS61)* * The IP address of the selected interface is passed as an argument for traceroute, since the argument specifying the interface was, until recently, broken
  10. Well, there is a number of reasons for this; if this situation repeats itself you should contact our technical support. There is a way to enable verbose log for the "cloud" component, but I rarely need to do that, so I just don't remember, sorry Technical support engineers are way more experienced in this sort of thing than I am.
  11. Due to CORS it is not possible (without additional configuration on the server side) to just send HTTP queries to an extender (domain B) from the controller web UI (domain A). Although it is possible that the HTTP server in the Keenetic firmware can be configured to allow this, this can lead to security issues. And there is no command in the controller firmware that allows to execute something on the extender outside of the browser (except "system reboot"). I don't know why the mesh feature was designed that way, but there are no plans to add something like this in the future. RMM is a better fit for executing commands on multiple devices. I know, that the "whole mesh reboot" feature is already implemented there, and I'm sure they'll add more features in the future.
  12. There is no way to execute a custom command on an extender from the controller. As far, as I know it is possible to reboot the extender, but that's it.
  13. Веб-интерфейс показывает, что интерфейс, отвечающий за MAP-T, IPv4 адрес не получил. Зачем вы включили MAP-T?
  14. Версия 0.5.104 (2022-03-30): исправлена работа "UI extensions" в прошивках < 3.7 (сообщил @KYTECHNGAMING) изменены цвет иконок редактирования/удаления DNS-серверов в пользовательских профилях (сообщил @AndreBA) Актуальная версия расширения выложена в Chrome Web Store (https://chrome.google.com/webstore/detail/keenetic-dark-theme-exten/hggcnhagmhclapbcohbflheahnjljpeg) 0.5.104 (30 March 2022): fixed "UI extensions" in firmware < 3.7 (reported by @KYTECHNGAMING) changed color of icons for editing/deleting DNS servers in user profiles (reported by @AndreBA) The current version of the extension is available in the Chrome Web Store (https://chrome.google.com/webstore/detail/keenetic-dark-theme-exten/hggcnhagmhclapbcohbflheahnjljpeg)
  15. @KYTECHNGAMING we'll need to discuss this. A button that navigates you to https://my.nextdns.io/login sounds simple enough
  16. Версия 0.5.103 (2022-03-20): Общие настройки системы: добавлена возможность задать расписание перезагрузки (предлжил @PriSonerS61) Диагностика: Тестер кабеля: под иконками портов выводятся дополнительные данные, выбранные в настройках расширения (предложил @KYTECHNGAMING) Использование "UI extensions" в расширении больше не приводит к ошибкам в логе при удалении компонента "dsl" Исправлена работа модального окна с импортом маршрутов, экспортированных при помощи расширения (сообщил @The_Immortal) 0.5.103 (20 March 2022): General system settings: added ability to set reboot schedule (suggested by @PriSonerS61) Cable Diagnostics: additional data configured on the extension options page is displayed under device port icons (suggested by @KYTECHNGAMING) "UI extensions" will no longer caus errors if the "dsl" firmware component is removed Fixed import of routes exported via the extension (reported by @The_Immortal)
  17. We have drag'n'drop for the cards on the dashboard in the new version of the UI. At the moment there are no special tweaks for resolutions, wider then "Full HD", but I think that implementing them later is doable. Still, I can't say when the new UI is going to be released.
  18. Версия 0.5.101 (2022-02-03): Исправлена работа темной темы на устройствах с прошивкой 2.x (сообщил @T@rkus) Исправлено отображение кнопки "Удалить" для правила проброса портов с назначенным расписанием (сообщил @KYTECHNGAMING) 0.5.101 (13 February 2022): Fixed dark theme on devices with 2.x firmware (reported by @T@rkus) Fixed display of the "Delete this rule" button for port forwarding rule with assigned schedule (reported by @KYTECHNGAMING)
  19. Разбирайтесь с настройками Safari. Ни один другой браузер так себя не ведет. А Safari с настройками по умолчанию блокирует переход даже на десктопе.
  20. Спасибо! В одном из будущих драфтов добавим.
  21. Что-то мы такое делали, manifest.json уже давно лежит в пакете с веб-интерфейсом. Надо посмотреть чего не хватает. Речь, насколько я понимаю, идет о том, чтобы можно было на мобильном устройстве добавить иконку веб-интерфейса рядом с иконками нормальных приложений. Верно?
×
×
  • Create New...