Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Balya

#1
Quote from: hayate on December 12, 2024, 03:42:49 PMА почему в early, а не в start? В доках вроде бы все подобное рекомендуют как-раз в start класть.

Брал пример из этого мануала: https://blog.ohmykreee.top/article/setup-tun2socks-in-opnsense/
#2
Quote from: Balya on December 12, 2024, 02:21:19 PMAs a result, all Cyrillic text defaults to the fallback font (e.g., "Times New Roman"), which looks unappealing and makes it difficult to read the information.

#3
At the very least, you can add sans-serif at the end of the font-family — it will already look much better.

font-family: "fieldwork", sans-serif;
#4
Recently, a great update was released for the forum, making it look more modern. However, there is an issue with the fonts. The new font, "Fieldwork," does not support Cyrillic characters. As a result, all Cyrillic text defaults to the fallback font (e.g., "Times New Roman"), which looks unappealing and makes it difficult to read the information.

Could you please add Cyrillic support to this font or provide a similar-looking substitute font?
#5
Quote from: hayate on December 11, 2024, 03:21:17 PMвнутри одной строчкой

В начале файла должна быть строчка #!/bin/sh
#!/bin/sh
service sing-box start

Файл нужно положить в /usr/local/etc/rc.syshook.d/early/ и обозвать как-нибудь типа 50-sing-box. Цифра в имени файла нужна для указания порядка запуска.
#6
Попробуйте использовать `rc.syshook.d`: https://docs.opnsense.org/development/backend/autorun.html#syshook
#7
Всем привет.
До недавнего времени был настроен Openvpn до сервера в Амстердаме и через правила трафик заблокированных сайтов рулился через этот тоннель.
Но сейчас Ростелеком и прочие начали блокировать Openvpn и подключение не проходит.
Пытался настроить подключение к Openvpn через Shadowsocks, но оно почему-то не работает. И никаких логов плагина Shadowsocks нет, так что разобраться что идет не так тоже не удается.

Поделитесь пожалуйста опытом те, у кого получилось настроить рабочий способ подключения к VPN на Opnsense (любой протокол с обходом блокировок).