mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
Compare commits
41 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
433724f762 | ||
|
|
6378aa9910 | ||
|
|
68f5f123ca | ||
|
|
fae43d0471 | ||
|
|
9d6dc45fdb | ||
|
|
9aa5a2d242 | ||
|
|
63dc86fca4 | ||
|
|
4d9cedaf4c | ||
|
|
14e7cbae01 | ||
|
|
c9f610bb1e | ||
|
|
19671c7f67 | ||
|
|
6d1e4091e5 | ||
|
|
96d661c49f | ||
|
|
da8dd06b34 | ||
|
|
2c1bcffb6d | ||
|
|
3040ce7286 | ||
|
|
e025271a14 | ||
|
|
2b8208186d | ||
|
|
17fb11baf0 | ||
|
|
3c1b041b52 | ||
|
|
38acac1a31 | ||
|
|
2939229df3 | ||
|
|
26c3d0bc7e | ||
|
|
b364363b1b | ||
|
|
d85caf0c0c | ||
|
|
65f72e1e04 | ||
|
|
e59ef6dd6f | ||
|
|
05272de650 | ||
|
|
48716e7156 | ||
|
|
f29b97e495 | ||
|
|
41c21cebcd | ||
|
|
238e99a547 | ||
|
|
4f44fcfe99 | ||
|
|
9fd2fb9b6e | ||
|
|
c0591b25b9 | ||
|
|
97fd392334 | ||
|
|
848c784cc0 | ||
|
|
ab971dcd36 | ||
|
|
b8d96f28cd | ||
|
|
f2268fd494 | ||
|
|
19897afcdd |
171
README.md
171
README.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
- Это альфа версия, которая находится в активной разработке. Из версии в версию что-то может меняться.
|
- Это альфа версия, которая находится в активной разработке. Из версии в версию что-то может меняться.
|
||||||
- Основной функционал работает, но побочные штуки сейчас могут сбоить.
|
- Основной функционал работает, но побочные штуки сейчас могут сбоить.
|
||||||
- При обновлении **обязательно** сбрасывайте кэш LuCI.
|
- При обновлении **обязательно** [сбрасывайте кэш LuCI](https://podkop.net/docs/clearbrowsercache/).
|
||||||
- Также при обновлении всегда заходите в конфигурацию и проверяйте свои настройки. Конфигурация может измениться.
|
- Также при обновлении всегда заходите в конфигурацию и проверяйте свои настройки. Конфигурация может измениться.
|
||||||
- Необходимо минимум 15МБ свободного места на роутере. Роутерами с флешками на 16МБ сразу мимо.
|
- Необходимо минимум 15МБ свободного места на роутере. Роутерами с флешками на 16МБ сразу мимо.
|
||||||
- При старте программы редактируется конфиг Dnsmasq.
|
- При старте программы редактируется конфиг Dnsmasq.
|
||||||
@@ -11,186 +11,31 @@
|
|||||||
- Если у вас не что-то не работает, то следуюет сходить в телеграм чат, прочитать закрепы и выполнить что там написано..
|
- Если у вас не что-то не работает, то следуюет сходить в телеграм чат, прочитать закрепы и выполнить что там написано..
|
||||||
- Если у вас установлен Getdomains, его следует удалить.
|
- Если у вас установлен Getdomains, его следует удалить.
|
||||||
|
|
||||||
# Удаление GetDomains скриптом
|
# Документация
|
||||||
```
|
https://podkop.net/
|
||||||
sh <(wget -O - https://raw.githubusercontent.com/itdoginfo/domain-routing-openwrt/refs/heads/master/getdomains-uninstall.sh)
|
|
||||||
```
|
|
||||||
|
|
||||||
Оставляет туннели, зоны, forwarding. А также stubby и dnscrypt. Они не помешают. Конфиг sing-box будет перезаписан в podkop.
|
|
||||||
|
|
||||||
# Установка Podkop
|
# Установка Podkop
|
||||||
Пакет работает на всех архитектурах.
|
Полная информация в [документации](https://podkop.net/docs/install/)
|
||||||
Тестировался на **ванильной** OpenWrt 23.05 и OpenWrt 24.10.
|
|
||||||
На FriendlyWrt 23.05 присуствуют зависимости от iptables, которые ломают tproxy. Если у вас появляется warning про это в логах, следуйте инструкции по приведённой там ссылке.
|
|
||||||
|
|
||||||
Поддержки APK на данный момент нет. APK будет сделан после того как разгребу основное.
|
Вкратце, достаточно одного скрипта:
|
||||||
|
|
||||||
## Автоматическая
|
|
||||||
```
|
```
|
||||||
sh <(wget -O - https://raw.githubusercontent.com/itdoginfo/podkop/refs/heads/main/install.sh)
|
sh <(wget -O - https://raw.githubusercontent.com/itdoginfo/podkop/refs/heads/main/install.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
Скрипт также предложит выбрать, какой туннель будет использоваться. Для выбранного туннеля будут установлены нужные пакеты, а для Wireguard и AmneziaWG также будет предложена автоматическая настройка - прямо в консоли скрипт запросит данные конфига. Для AmneziaWG можно также выбрать вариант с использованием конфига обычного Wireguard и автоматической обфускацией до AmneziaWG.
|
## Обновление
|
||||||
|
|
||||||
Для AmneziaWG скрипт проверяет наличие пакетов под вашу платформу в [стороннем репозитории](https://github.com/Slava-Shchipunov/awg-openwrt/releases), так как в официальном репозитории OpenWRT они отсутствуют, и автоматически их устанавливает.
|
|
||||||
|
|
||||||
## Вручную
|
|
||||||
Сделать `opkg update`, чтоб установились зависимости.
|
|
||||||
Скачать пакеты `podkop_*.ipk` и `luci-app-podkop_*.ipk` из релиза. `opkg install` сначала первый, потом второй.
|
|
||||||
|
|
||||||
# Обновление
|
|
||||||
Та же самая команда, что для установки. Скрипт обнаружит уже установленный podkop и предложит обновиться.
|
|
||||||
```
|
```
|
||||||
sh <(wget -O - https://raw.githubusercontent.com/itdoginfo/podkop/refs/heads/main/install.sh)
|
sh <(wget -qO- https://raw.githubusercontent.com/itdoginfo/podkop/refs/heads/main/install.sh) --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
# Удаление
|
|
||||||
```
|
|
||||||
opkg remove luci-i18n-podkop-ru luci-app-podkop podkop
|
|
||||||
```
|
|
||||||
|
|
||||||
# Использование
|
|
||||||
Конфиг: /etc/config/podkop
|
|
||||||
|
|
||||||
Luci: Services/podkop
|
|
||||||
|
|
||||||
## Режимы
|
|
||||||
|
|
||||||
### Proxy
|
|
||||||
Для VLESS и Shadowsocks. Другие протоколы тоже будут, кидайте в чат примеры строк без чувствительных данных.
|
|
||||||
|
|
||||||
В этом режиме просто копируйте строку в **Proxy String** и из неё автоматически настроится sing-box.
|
|
||||||
|
|
||||||
### VPN
|
|
||||||
Здесь у вас должен быть уже настроен WG/OpenVPN/OpenConnect etc, зона Zone и Forwarding не обязательны.
|
|
||||||
|
|
||||||
Просто выбрать интерфейс из списка.
|
|
||||||
|
|
||||||
## Настройка доменов и подсетей
|
|
||||||
**Community Lists** - Включить списки комьюнити
|
|
||||||
|
|
||||||
**Custom domains enable** - Добавить свои домены
|
|
||||||
|
|
||||||
**Custom subnets enable** - Добавить подсети или IP-адреса. Для подсетей задать маску.
|
|
||||||
|
|
||||||
# Известные баги
|
|
||||||
- [x] Не отрабатывает service podkop stop, если podkop запущен и не может, к пример, зарезолвить домен с сломанным DNS
|
|
||||||
- [x] Update list из remote url domain не удаляет старые домены. А добавляет новые. Для подсетей тоже самое скорее всего. Пересоздавать ruleset?
|
|
||||||
|
|
||||||
# ToDo
|
# ToDo
|
||||||
Этот раздел не означает задачи, которые нужно брать и делать. Это общий список хотелок. Если вы хотите помочь, пожалуйста, спросите сначала в телеграмме.
|
Этот раздел не означает задачи, которые нужно брать и делать. Это общий список хотелок. Если вы хотите помочь, пожалуйста, спросите сначала в телеграмме.
|
||||||
|
|
||||||
- [x] Interface trigger
|
Основные задачи в issues.
|
||||||
- [x] Управление sing-box с помощью podkop. sing-box disable
|
|
||||||
- [x] Сделать галку запрещающую подкопу редачить dhcp. Допилить в исключение вместе с пустыми полями proxy и vpn (нужно wiki)
|
|
||||||
- [x] Рестарт сервиса без рестарта dnsmasq
|
|
||||||
- [x] `ash: can't kill pid 9848: No such process` при обновлении
|
|
||||||
- [x] Luci: Добавить валидацию "Proxy Configuration URL". Если пустое, то ошибка. Как с интерфейсом.
|
|
||||||
- [ ] Не грузится диагностика полностью при одной нерабочей комманде. Подумать как это можно дебажить легко. https://t.me/itdogchat/142500/378956
|
|
||||||
- [x] DoH возможность добавлять сервера c path. Взять пример из NextDNS
|
|
||||||
- [ ] При добавлении github ломается скачивание скрипта установки и любые другие скрипты с github соотвественно. Скорее всего нужно делать опцией добавление в nft самого роутера как src.
|
|
||||||
|
|
||||||
Диагностика
|
|
||||||
- [ ] Используется ли warp. Сравнивать endpoint с префиксами CF
|
|
||||||
|
|
||||||
Низкий приоритет
|
Низкий приоритет
|
||||||
- [ ] Галочка, которая режет доступ к doh серверам
|
- [ ] Галочка, которая режет доступ к doh серверам
|
||||||
- [ ] IPv6. Только после наполнения Wiki
|
- [ ] IPv6. Только после наполнения Wiki
|
||||||
|
|
||||||
Рефактор
|
Рефактор
|
||||||
- [ ] Handle для sing-box
|
|
||||||
- [ ] Handle для dnsmasq
|
|
||||||
- [ ] Unit тесты (BATS)
|
- [ ] Unit тесты (BATS)
|
||||||
- [ ] Интеграционые тесты бекенда (OpenWrt rootfs + BATS)
|
- [ ] Интеграционые тесты бекенда (OpenWrt rootfs + BATS)
|
||||||
|
|
||||||
# Don't touch my dhcp
|
|
||||||
Нужно в первую очередь, чтоб использовать опцию `server`.
|
|
||||||
|
|
||||||
В случае если опция активна, podkop не трогает /etc/config/dhcp. И вам требуется самостоятельно указать следующие значения:
|
|
||||||
```
|
|
||||||
option noresolv '1'
|
|
||||||
option cachesize '0'
|
|
||||||
list server '127.0.0.42'
|
|
||||||
```
|
|
||||||
Без этого podkop работать не будет.
|
|
||||||
|
|
||||||
# Bad WAN
|
|
||||||
При использовании опции **Interface monitoring** необходимо рестартовать podkop, чтоб init.d подхватил это
|
|
||||||
```
|
|
||||||
service podkop restart
|
|
||||||
```
|
|
||||||
|
|
||||||
# Разработка
|
|
||||||
Есть два варианта:
|
|
||||||
- Просто поставить пакет на роутер или виртуалку и прям редактировать через SFTP (opkg install openssh-sftp-server)
|
|
||||||
- SDK, чтоб собирать пакеты
|
|
||||||
|
|
||||||
Для сборки пакетов нужен SDK, один из вариантов скачать прям файл и разархивировать
|
|
||||||
https://downloads.openwrt.org/releases/23.05.5/targets/x86/64/
|
|
||||||
Нужен файл с SDK в имени
|
|
||||||
|
|
||||||
```
|
|
||||||
wget https://downloads.openwrt.org/releases/23.05.5/targets/x86/64/openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz
|
|
||||||
tar xf openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64.tar.xz
|
|
||||||
mv openwrt-sdk-23.05.5-x86-64_gcc-12.3.0_musl.Linux-x86_64 SDK
|
|
||||||
```
|
|
||||||
Последнее для удобства.
|
|
||||||
|
|
||||||
Создаём директорию для пакета
|
|
||||||
```
|
|
||||||
mkdir package/utilites
|
|
||||||
```
|
|
||||||
|
|
||||||
Симлинк из репозитория
|
|
||||||
```
|
|
||||||
ln -s ~/podkop/podkop package/utilites/podkop
|
|
||||||
ln -s ~/podkop/luci-app-podkop package/luci-app-podkop
|
|
||||||
```
|
|
||||||
|
|
||||||
В первый раз для сборки luci-app необходимо обновить пакеты
|
|
||||||
```
|
|
||||||
./scripts/feeds update -a
|
|
||||||
```
|
|
||||||
|
|
||||||
Для make можно добавить флаг -j N, где N - количество ядер для сборки. Первый раз пройдёт быстрее.
|
|
||||||
|
|
||||||
При первом make выводится менюшка, можно просто save, exit и всё. Первый раз долго грузит зависимости.
|
|
||||||
|
|
||||||
Сборка пакета. Сами пакеты собираются быстро.
|
|
||||||
```
|
|
||||||
make package/podkop/{clean,compile} V=s
|
|
||||||
```
|
|
||||||
|
|
||||||
Также для luci
|
|
||||||
```
|
|
||||||
make package/luci-app-podkop/{clean,compile} V=s
|
|
||||||
```
|
|
||||||
|
|
||||||
.ipk лежат в `bin/packages/x86_64/base/`
|
|
||||||
|
|
||||||
## Примеры строк
|
|
||||||
https://github.com/itdoginfo/podkop/blob/main/String-example.md
|
|
||||||
|
|
||||||
## Ошибки
|
|
||||||
```
|
|
||||||
Makefile:17: /SDK/feeds/luci/luci.mk: No such file or directory
|
|
||||||
make[2]: *** No rule to make target '/SDK/feeds/luci/luci.mk'. Stop.
|
|
||||||
time: package/luci/luci-app-podkop/clean#0.00#0.00#0.00
|
|
||||||
ERROR: package/luci/luci-app-podkop failed to build.
|
|
||||||
make[1]: *** [package/Makefile:129: package/luci/luci-app-podkop/clean] Error 1
|
|
||||||
make[1]: Leaving directory '/SDK'
|
|
||||||
make: *** [/SDK/include/toplevel.mk:226: package/luci-app-podkop/clean] Error 2
|
|
||||||
```
|
|
||||||
|
|
||||||
Не загружены пакеты для luci
|
|
||||||
|
|
||||||
## make зависимости
|
|
||||||
https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem
|
|
||||||
|
|
||||||
Ubuntu
|
|
||||||
```
|
|
||||||
sudo apt update
|
|
||||||
sudo apt install build-essential clang flex bison g++ gawk \
|
|
||||||
gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \
|
|
||||||
python3-distutils rsync unzip zlib1g-dev file wget
|
|
||||||
```
|
|
||||||
|
|||||||
55
install.sh
55
install.sh
@@ -5,10 +5,17 @@ REPO="https://api.github.com/repos/itdoginfo/podkop/releases/latest"
|
|||||||
IS_SHOULD_RESTART_NETWORK=
|
IS_SHOULD_RESTART_NETWORK=
|
||||||
DOWNLOAD_DIR="/tmp/podkop"
|
DOWNLOAD_DIR="/tmp/podkop"
|
||||||
COUNT=3
|
COUNT=3
|
||||||
|
UPGRADE=0
|
||||||
|
|
||||||
rm -rf "$DOWNLOAD_DIR"
|
rm -rf "$DOWNLOAD_DIR"
|
||||||
mkdir -p "$DOWNLOAD_DIR"
|
mkdir -p "$DOWNLOAD_DIR"
|
||||||
|
|
||||||
|
for arg in "$@"; do
|
||||||
|
if [ "$arg" = "--upgrade" ]; then
|
||||||
|
UPGRADE=1
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
check_system
|
check_system
|
||||||
sing_box
|
sing_box
|
||||||
@@ -16,28 +23,34 @@ main() {
|
|||||||
opkg update
|
opkg update
|
||||||
|
|
||||||
if [ -f "/etc/init.d/podkop" ]; then
|
if [ -f "/etc/init.d/podkop" ]; then
|
||||||
printf "\033[32;1mPodkop is already installed. Just upgrade it? (y/n)\033[0m\n"
|
if [ "$UPGRADE" -eq 1 ]; then
|
||||||
printf "\033[32;1my - Only upgrade podkop\033[0m\n"
|
echo "Upgraded podkop with flag..."
|
||||||
printf "\033[32;1mn - Upgrade and install tunnels (WG, AWG, OpenVPN, OC)\033[0m\n"
|
break
|
||||||
|
else
|
||||||
|
printf "\033[32;1mPodkop is already installed. Just upgrade it?\033[0m\n"
|
||||||
|
printf "\033[32;1my - Only upgrade podkop\033[0m\n"
|
||||||
|
printf "\033[32;1mn - Upgrade and install tunnels (WG, AWG, OpenVPN, OC)\033[0m\n"
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
read -r -p '' UPDATE
|
printf "\033[32;1mEnter (y/n): \033[0m"
|
||||||
case $UPDATE in
|
read -r -p '' UPDATE
|
||||||
y)
|
case $UPDATE in
|
||||||
echo "Upgraded podkop..."
|
y)
|
||||||
break
|
echo "Upgraded podkop..."
|
||||||
;;
|
break
|
||||||
|
;;
|
||||||
|
|
||||||
n)
|
n)
|
||||||
add_tunnel
|
add_tunnel
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Please enter y or n"
|
echo "Please enter y or n"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "Installed podkop..."
|
echo "Installed podkop..."
|
||||||
add_tunnel
|
add_tunnel
|
||||||
@@ -433,7 +446,7 @@ check_system() {
|
|||||||
case $DNSPROXY in
|
case $DNSPROXY in
|
||||||
|
|
||||||
yes|y|Y|yes)
|
yes|y|Y|yes)
|
||||||
opkg remove --force-depends luci-app-https-dns-proxy https-dns-proxy
|
opkg remove --force-depends luci-app-https-dns-proxy https-dns-proxy luci-i18n-https-dns-proxy*
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
@@ -444,7 +457,7 @@ check_system() {
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if opkg list-installed | grep -qE "iptables|kmod-iptab"; then
|
if opkg list-installed | grep -q "iptables-mod-extra"; then
|
||||||
printf "\033[31;1mFound incompatible iptables packages. If you're using FriendlyWrt: https://t.me/itdogchat/44512/181082\033[0m\n"
|
printf "\033[31;1mFound incompatible iptables packages. If you're using FriendlyWrt: https://t.me/itdogchat/44512/181082\033[0m\n"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-podkop
|
PKG_NAME:=luci-app-podkop
|
||||||
PKG_VERSION:=0.3.39
|
PKG_VERSION:=0.3.48
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI podkop app
|
LUCI_TITLE:=LuCI podkop app
|
||||||
|
|||||||
@@ -63,20 +63,20 @@ function getNetworkInterfaces(o, section_id, excludeInterfaces = []) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getNetworkNetworks(o, section_id, excludeInterfaces = []) {
|
function getNetworkNetworks(o, section_id, excludeInterfaces = []) {
|
||||||
return network.getNetworks().then(networks => {
|
return network.getNetworks().then(networks => {
|
||||||
o.keylist = [];
|
o.keylist = [];
|
||||||
o.vallist = [];
|
o.vallist = [];
|
||||||
|
|
||||||
networks.forEach(net => {
|
networks.forEach(net => {
|
||||||
const name = net.getName();
|
const name = net.getName();
|
||||||
const ifname = net.getIfname();
|
const ifname = net.getIfname();
|
||||||
if (name && !excludeInterfaces.includes(name)) {
|
if (name && !excludeInterfaces.includes(name)) {
|
||||||
o.value(name, ifname ? `${name} (${ifname})` : name);
|
o.value(name, ifname ? `${name} (${ifname})` : name);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
console.error('Failed to get networks:', error);
|
console.error('Failed to get networks:', error);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function createConfigSection(section, map, network) {
|
function createConfigSection(section, map, network) {
|
||||||
@@ -87,6 +87,7 @@ function createConfigSection(section, map, network) {
|
|||||||
o = s.taboption('basic', form.ListValue, 'mode', _('Connection Type'), _('Select between VPN and Proxy connection methods for traffic routing'));
|
o = s.taboption('basic', form.ListValue, 'mode', _('Connection Type'), _('Select between VPN and Proxy connection methods for traffic routing'));
|
||||||
o.value('proxy', ('Proxy'));
|
o.value('proxy', ('Proxy'));
|
||||||
o.value('vpn', ('VPN'));
|
o.value('vpn', ('VPN'));
|
||||||
|
o.value('block', ('Block'));
|
||||||
o.ucisection = s.section;
|
o.ucisection = s.section;
|
||||||
|
|
||||||
o = s.taboption('basic', form.ListValue, 'proxy_config_type', _('Configuration Type'), _('Select how to configure the proxy'));
|
o = s.taboption('basic', form.ListValue, 'proxy_config_type', _('Configuration Type'), _('Select how to configure the proxy'));
|
||||||
@@ -224,9 +225,9 @@ function createConfigSection(section, map, network) {
|
|||||||
|
|
||||||
let params = new URLSearchParams(queryString.split('#')[0]);
|
let params = new URLSearchParams(queryString.split('#')[0]);
|
||||||
let type = params.get('type');
|
let type = params.get('type');
|
||||||
const validTypes = ['tcp', 'raw', 'udp', 'grpc', 'http'];
|
const validTypes = ['tcp', 'raw', 'udp', 'grpc', 'http', 'ws'];
|
||||||
if (!type || !validTypes.includes(type)) {
|
if (!type || !validTypes.includes(type)) {
|
||||||
return _('Invalid VLESS URL: type must be one of tcp, raw, udp, grpc, http');
|
return _('Invalid VLESS URL: type must be one of tcp, raw, udp, grpc, http, ws');
|
||||||
}
|
}
|
||||||
|
|
||||||
let security = params.get('security');
|
let security = params.get('security');
|
||||||
@@ -306,6 +307,7 @@ function createConfigSection(section, map, network) {
|
|||||||
o.value('hdrezka', 'HDRezka');
|
o.value('hdrezka', 'HDRezka');
|
||||||
o.value('tiktok', 'Tik-Tok');
|
o.value('tiktok', 'Tik-Tok');
|
||||||
o.value('telegram', 'Telegram');
|
o.value('telegram', 'Telegram');
|
||||||
|
o.value('cloudflare', 'Cloudflare');
|
||||||
o.depends('domain_list_enabled', '1');
|
o.depends('domain_list_enabled', '1');
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
o.ucisection = s.section;
|
o.ucisection = s.section;
|
||||||
@@ -337,13 +339,13 @@ function createConfigSection(section, map, network) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (newValues.includes('russia_inside')) {
|
if (newValues.includes('russia_inside')) {
|
||||||
const allowedWithRussiaInside = ['russia_inside', 'meta', 'twitter', 'discord', 'telegram'];
|
const allowedWithRussiaInside = ['russia_inside', 'meta', 'twitter', 'discord', 'telegram', 'cloudflare'];
|
||||||
const removedServices = newValues.filter(v => !allowedWithRussiaInside.includes(v));
|
const removedServices = newValues.filter(v => !allowedWithRussiaInside.includes(v));
|
||||||
if (removedServices.length > 0) {
|
if (removedServices.length > 0) {
|
||||||
newValues = newValues.filter(v => allowedWithRussiaInside.includes(v));
|
newValues = newValues.filter(v => allowedWithRussiaInside.includes(v));
|
||||||
notifications.push(E('p', { class: 'alert-message warning' }, [
|
notifications.push(E('p', { class: 'alert-message warning' }, [
|
||||||
E('strong', {}, _('Russia inside restrictions')), E('br'),
|
E('strong', {}, _('Russia inside restrictions')), E('br'),
|
||||||
_('Warning: Russia inside can only be used with Meta, Twitter, Discord, and Telegram. %s already in Russia inside and have been removed from selection.')
|
_('Warning: Russia inside can only be used with Meta, Twitter, Discord, Cloudflare and Telegram. %s already in Russia inside and have been removed from selection.')
|
||||||
.format(removedServices.join(', '))
|
.format(removedServices.join(', '))
|
||||||
]));
|
]));
|
||||||
}
|
}
|
||||||
@@ -620,9 +622,61 @@ const createModalContent = (title, content) => {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Add IP masking function before showConfigModal
|
||||||
|
const maskIP = (ip) => {
|
||||||
|
if (!ip) return '';
|
||||||
|
const parts = ip.split('.');
|
||||||
|
if (parts.length !== 4) return ip;
|
||||||
|
return ['XX', 'XX', 'XX', parts[3]].join('.');
|
||||||
|
};
|
||||||
|
|
||||||
const showConfigModal = async (command, title) => {
|
const showConfigModal = async (command, title) => {
|
||||||
const res = await safeExec('/usr/bin/podkop', [command]);
|
const res = await safeExec('/usr/bin/podkop', [command]);
|
||||||
const formattedOutput = formatDiagnosticOutput(res.stdout || _('No output'));
|
let formattedOutput = formatDiagnosticOutput(res.stdout || _('No output'));
|
||||||
|
|
||||||
|
if (command === 'global_check') {
|
||||||
|
try {
|
||||||
|
const controller = new AbortController();
|
||||||
|
const timeoutId = setTimeout(() => controller.abort(), 10000);
|
||||||
|
|
||||||
|
const response = await fetch('https://fakeip.podkop.fyi/check', { signal: controller.signal });
|
||||||
|
const data = await response.json();
|
||||||
|
clearTimeout(timeoutId);
|
||||||
|
|
||||||
|
|
||||||
|
if (data.fakeip === true) {
|
||||||
|
formattedOutput += '\n✅ ' + _('FakeIP is working in browser!') + '\n';
|
||||||
|
} else {
|
||||||
|
formattedOutput += '\n❌ ' + _('FakeIP is not working in browser') + '\n';
|
||||||
|
formattedOutput += _('Check DNS server on current device (PC, phone)') + '\n';
|
||||||
|
formattedOutput += _('Its must be router!') + '\n';
|
||||||
|
}
|
||||||
|
|
||||||
|
// Bypass check
|
||||||
|
const bypassResponse = await fetch('https://fakeip.podkop.fyi/check', { signal: controller.signal });
|
||||||
|
const bypassData = await bypassResponse.json();
|
||||||
|
const bypassResponse2 = await fetch('https://ip.podkop.fyi/check', { signal: controller.signal });
|
||||||
|
const bypassData2 = await bypassResponse2.json();
|
||||||
|
|
||||||
|
formattedOutput += '━━━━━━━━━━━━━━━━━━━━━━━━━━━\n';
|
||||||
|
|
||||||
|
if (bypassData.IP && bypassData2.IP && bypassData.IP !== bypassData2.IP) {
|
||||||
|
formattedOutput += '✅ ' + _('Proxy working correctly') + '\n';
|
||||||
|
formattedOutput += _('Direct IP: ') + maskIP(bypassData.IP) + '\n';
|
||||||
|
formattedOutput += _('Proxy IP: ') + maskIP(bypassData2.IP) + '\n';
|
||||||
|
} else if (bypassData.IP === bypassData2.IP) {
|
||||||
|
formattedOutput += '❌ ' + _('Proxy is not working - same IP for both domains') + '\n';
|
||||||
|
formattedOutput += _('IP: ') + maskIP(bypassData.IP) + '\n';
|
||||||
|
} else {
|
||||||
|
formattedOutput += '❌ ' + _('Proxy check failed') + '\n';
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
} catch (error) {
|
||||||
|
formattedOutput += '\n❌ ' + _('Check failed: ') + (error.name === 'AbortError' ? _('timeout') : error.message) + '\n';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ui.showModal(_(title), createModalContent(_(title), formattedOutput));
|
ui.showModal(_(title), createModalContent(_(title), formattedOutput));
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -666,16 +720,23 @@ const ButtonFactory = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Status Panel Factory
|
// Status Panel Factory
|
||||||
const createStatusPanel = (title, status, buttons) => {
|
const createStatusPanel = (title, status, buttons, extraData = {}) => {
|
||||||
const headerContent = [
|
const headerContent = [
|
||||||
E('strong', {}, _(title)),
|
E('strong', {}, _(title)),
|
||||||
status && E('br'),
|
status && E('br'),
|
||||||
status && E('span', {
|
status && E('span', {
|
||||||
'style': `color: ${status.running ? STATUS_COLORS.SUCCESS : STATUS_COLORS.ERROR}`
|
'style': `color: ${title === 'Sing-box Status' ?
|
||||||
|
(status.running && !status.enabled ? STATUS_COLORS.SUCCESS : STATUS_COLORS.ERROR) :
|
||||||
|
title === 'Podkop Status' ?
|
||||||
|
(status.enabled ? STATUS_COLORS.SUCCESS : STATUS_COLORS.ERROR) :
|
||||||
|
(status.running ? STATUS_COLORS.SUCCESS : STATUS_COLORS.ERROR)
|
||||||
|
}`
|
||||||
}, [
|
}, [
|
||||||
status.running ? '✔' : '✘',
|
title === 'Sing-box Status' ?
|
||||||
' ',
|
(status.running && !status.enabled ? '✔ running' : '✘ ' + status.status) :
|
||||||
status.status
|
title === 'Podkop Status' ?
|
||||||
|
(status.enabled ? '✔ Autostart enabled' : '✘ Autostart disabled') :
|
||||||
|
(status.running ? '✔' : '✘') + ' ' + status.status
|
||||||
])
|
])
|
||||||
].filter(Boolean);
|
].filter(Boolean);
|
||||||
|
|
||||||
@@ -687,7 +748,86 @@ const createStatusPanel = (title, status, buttons) => {
|
|||||||
E('div', {
|
E('div', {
|
||||||
'class': 'panel-body',
|
'class': 'panel-body',
|
||||||
'style': 'display: flex; flex-direction: column; gap: 8px;'
|
'style': 'display: flex; flex-direction: column; gap: 8px;'
|
||||||
}, buttons)
|
}, title === 'Podkop Status' ? [
|
||||||
|
ButtonFactory.createActionButton({
|
||||||
|
label: 'Restart Podkop',
|
||||||
|
type: 'apply',
|
||||||
|
action: 'restart',
|
||||||
|
reload: true
|
||||||
|
}),
|
||||||
|
ButtonFactory.createActionButton({
|
||||||
|
label: 'Stop Podkop',
|
||||||
|
type: 'apply',
|
||||||
|
action: 'stop',
|
||||||
|
reload: true
|
||||||
|
}),
|
||||||
|
ButtonFactory.createInitActionButton({
|
||||||
|
label: status.enabled ? 'Disable Autostart' : 'Enable Autostart',
|
||||||
|
type: status.enabled ? 'remove' : 'apply',
|
||||||
|
action: status.enabled ? 'disable' : 'enable',
|
||||||
|
reload: true
|
||||||
|
}),
|
||||||
|
ButtonFactory.createModalButton({
|
||||||
|
label: E('strong', _('Global check')),
|
||||||
|
command: 'global_check',
|
||||||
|
title: _('Click here for all the info')
|
||||||
|
}),
|
||||||
|
ButtonFactory.createModalButton({
|
||||||
|
label: 'View Logs',
|
||||||
|
command: 'check_logs',
|
||||||
|
title: 'Podkop Logs'
|
||||||
|
}),
|
||||||
|
ButtonFactory.createModalButton({
|
||||||
|
label: _('Update Lists'),
|
||||||
|
command: 'list_update',
|
||||||
|
title: _('Lists Update Results')
|
||||||
|
})
|
||||||
|
] : title === _('FakeIP Status') ? [
|
||||||
|
E('div', { style: 'margin-bottom: 10px;' }, [
|
||||||
|
E('div', { style: 'margin-bottom: 5px;' }, [
|
||||||
|
E('span', { style: `color: ${extraData.fakeipStatus?.color}` }, [
|
||||||
|
extraData.fakeipStatus?.state === 'working' ? '✔' : extraData.fakeipStatus?.state === 'not_working' ? '✘' : '!',
|
||||||
|
' ',
|
||||||
|
extraData.fakeipStatus?.state === 'working' ? _('works in browser') : _('not works in browser')
|
||||||
|
])
|
||||||
|
]),
|
||||||
|
E('div', {}, [
|
||||||
|
E('span', { style: `color: ${extraData.fakeipCLIStatus?.color}` }, [
|
||||||
|
extraData.fakeipCLIStatus?.state === 'working' ? '✔' : extraData.fakeipCLIStatus?.state === 'not_working' ? '✘' : '!',
|
||||||
|
' ',
|
||||||
|
extraData.fakeipCLIStatus?.state === 'working' ? _('works on router') : _('not works on router')
|
||||||
|
])
|
||||||
|
])
|
||||||
|
]),
|
||||||
|
E('div', { style: 'margin-bottom: 10px;' }, [
|
||||||
|
E('div', { style: 'margin-bottom: 5px;' }, [
|
||||||
|
E('strong', {}, _('DNS Status')),
|
||||||
|
E('br'),
|
||||||
|
E('span', { style: `color: ${extraData.dnsStatus?.remote?.color}` }, [
|
||||||
|
extraData.dnsStatus?.remote?.state === 'available' ? '✔' : extraData.dnsStatus?.remote?.state === 'unavailable' ? '✘' : '!',
|
||||||
|
' ',
|
||||||
|
extraData.dnsStatus?.remote?.message
|
||||||
|
]),
|
||||||
|
E('br'),
|
||||||
|
E('span', { style: `color: ${extraData.dnsStatus?.local?.color}` }, [
|
||||||
|
extraData.dnsStatus?.local?.state === 'available' ? '✔' : extraData.dnsStatus?.local?.state === 'unavailable' ? '✘' : '!',
|
||||||
|
' ',
|
||||||
|
extraData.dnsStatus?.local?.message
|
||||||
|
])
|
||||||
|
])
|
||||||
|
]),
|
||||||
|
E('div', { style: 'margin-bottom: 10px;' }, [
|
||||||
|
E('div', { style: 'margin-bottom: 5px;' }, [
|
||||||
|
E('strong', {}, extraData.configName),
|
||||||
|
E('br'),
|
||||||
|
E('span', { style: `color: ${extraData.bypassStatus?.color}` }, [
|
||||||
|
extraData.bypassStatus?.state === 'working' ? '✔' : extraData.bypassStatus?.state === 'not_working' ? '✘' : '!',
|
||||||
|
' ',
|
||||||
|
extraData.bypassStatus?.message
|
||||||
|
])
|
||||||
|
])
|
||||||
|
])
|
||||||
|
] : buttons)
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -697,12 +837,6 @@ let createStatusSection = function (podkopStatus, singboxStatus, podkop, luci, s
|
|||||||
E('div', { 'class': 'table', style: 'display: flex; gap: 20px;' }, [
|
E('div', { 'class': 'table', style: 'display: flex; gap: 20px;' }, [
|
||||||
// Podkop Status Panel
|
// Podkop Status Panel
|
||||||
createStatusPanel('Podkop Status', podkopStatus, [
|
createStatusPanel('Podkop Status', podkopStatus, [
|
||||||
ButtonFactory.createActionButton({
|
|
||||||
label: podkopStatus.running ? 'Stop Podkop' : 'Start Podkop',
|
|
||||||
type: podkopStatus.running ? 'remove' : 'apply',
|
|
||||||
action: podkopStatus.running ? 'stop' : 'start',
|
|
||||||
reload: true
|
|
||||||
}),
|
|
||||||
ButtonFactory.createActionButton({
|
ButtonFactory.createActionButton({
|
||||||
label: 'Restart Podkop',
|
label: 'Restart Podkop',
|
||||||
type: 'apply',
|
type: 'apply',
|
||||||
@@ -716,9 +850,9 @@ let createStatusSection = function (podkopStatus, singboxStatus, podkop, luci, s
|
|||||||
reload: true
|
reload: true
|
||||||
}),
|
}),
|
||||||
ButtonFactory.createModalButton({
|
ButtonFactory.createModalButton({
|
||||||
label: 'Show Config',
|
label: _('Global check'),
|
||||||
command: 'show_config',
|
command: 'global_check',
|
||||||
title: 'Podkop Configuration'
|
title: _('Click here for all the info')
|
||||||
}),
|
}),
|
||||||
ButtonFactory.createModalButton({
|
ButtonFactory.createModalButton({
|
||||||
label: 'View Logs',
|
label: 'View Logs',
|
||||||
@@ -761,58 +895,14 @@ let createStatusSection = function (podkopStatus, singboxStatus, podkop, luci, s
|
|||||||
})
|
})
|
||||||
]),
|
]),
|
||||||
|
|
||||||
// FakeIP Status Panel with both browser and router checks
|
// FakeIP Status Panel
|
||||||
createStatusPanel(_('FakeIP Status'), null, [
|
createStatusPanel(_('FakeIP Status'), null, null, {
|
||||||
E('div', { style: 'margin-bottom: 10px;' }, [
|
fakeipStatus,
|
||||||
E('div', { style: 'margin-bottom: 5px;' }, [
|
fakeipCLIStatus,
|
||||||
E('span', { style: `color: ${fakeipStatus.color}` }, [
|
dnsStatus,
|
||||||
fakeipStatus.state === 'working' ? '✔' : fakeipStatus.state === 'not_working' ? '✘' : '!',
|
bypassStatus,
|
||||||
' ',
|
configName
|
||||||
fakeipStatus.state === 'working' ? _('works in browser') : _('not works in browser')
|
}),
|
||||||
])
|
|
||||||
]),
|
|
||||||
E('div', {}, [
|
|
||||||
E('span', { style: `color: ${fakeipCLIStatus.color}` }, [
|
|
||||||
fakeipCLIStatus.state === 'working' ? '✔' : fakeipCLIStatus.state === 'not_working' ? '✘' : '!',
|
|
||||||
' ',
|
|
||||||
fakeipCLIStatus.state === 'working' ? _('works on router') : _('not works on router')
|
|
||||||
])
|
|
||||||
])
|
|
||||||
]),
|
|
||||||
E('div', { style: 'margin-bottom: 10px;' }, [
|
|
||||||
E('div', { style: 'margin-bottom: 5px;' }, [
|
|
||||||
E('strong', {}, _('DNS Status')),
|
|
||||||
E('br'),
|
|
||||||
E('span', { style: `color: ${dnsStatus.remote.color}` }, [
|
|
||||||
dnsStatus.remote.state === 'available' ? '✔' : dnsStatus.remote.state === 'unavailable' ? '✘' : '!',
|
|
||||||
' ',
|
|
||||||
dnsStatus.remote.message
|
|
||||||
]),
|
|
||||||
E('br'),
|
|
||||||
E('span', { style: `color: ${dnsStatus.local.color}` }, [
|
|
||||||
dnsStatus.local.state === 'available' ? '✔' : dnsStatus.local.state === 'unavailable' ? '✘' : '!',
|
|
||||||
' ',
|
|
||||||
dnsStatus.local.message
|
|
||||||
])
|
|
||||||
])
|
|
||||||
]),
|
|
||||||
E('div', { style: 'margin-bottom: 10px;' }, [
|
|
||||||
E('div', { style: 'margin-bottom: 5px;' }, [
|
|
||||||
E('strong', {}, configName),
|
|
||||||
E('br'),
|
|
||||||
E('span', { style: `color: ${bypassStatus.color}` }, [
|
|
||||||
bypassStatus.state === 'working' ? '✔' : bypassStatus.state === 'not_working' ? '✘' : '!',
|
|
||||||
' ',
|
|
||||||
bypassStatus.message
|
|
||||||
])
|
|
||||||
])
|
|
||||||
]),
|
|
||||||
ButtonFactory.createModalButton({
|
|
||||||
label: _('Global check'),
|
|
||||||
command: 'global_check',
|
|
||||||
title: _('Click here for all the info')
|
|
||||||
})
|
|
||||||
]),
|
|
||||||
|
|
||||||
// Version Information Panel
|
// Version Information Panel
|
||||||
createStatusPanel(_('Version Information'), null, [
|
createStatusPanel(_('Version Information'), null, [
|
||||||
@@ -1057,7 +1147,7 @@ return view.extend({
|
|||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
o = mainSection.taboption('additional', form.Value, 'dns_rewrite_ttl', _('DNS Rewrite TTL'), _('Time in seconds for DNS record caching (default: 600)'));
|
o = mainSection.taboption('additional', form.Value, 'dns_rewrite_ttl', _('DNS Rewrite TTL'), _('Time in seconds for DNS record caching (default: 60)'));
|
||||||
o.default = '60';
|
o.default = '60';
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
o.ucisection = 'main';
|
o.ucisection = 'main';
|
||||||
@@ -1129,6 +1219,11 @@ return view.extend({
|
|||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
o.ucisection = 'main';
|
o.ucisection = 'main';
|
||||||
|
|
||||||
|
o = mainSection.taboption('additional', form.Flag, 'detour', _('Proxy download of lists'), _('Downloading all lists via main Proxy/VPN'));
|
||||||
|
o.default = '0';
|
||||||
|
o.rmempty = false;
|
||||||
|
o.ucisection = 'main';
|
||||||
|
|
||||||
// Extra IPs and exclusions (main section)
|
// Extra IPs and exclusions (main section)
|
||||||
o = mainSection.taboption('basic', form.Flag, 'exclude_from_ip_enabled', _('IP for exclusion'), _('Specify local IP addresses that will never use the configured route'));
|
o = mainSection.taboption('basic', form.Flag, 'exclude_from_ip_enabled', _('IP for exclusion'), _('Specify local IP addresses that will never use the configured route'));
|
||||||
o.default = '0';
|
o.default = '0';
|
||||||
@@ -1219,7 +1314,7 @@ return view.extend({
|
|||||||
const timeoutId = setTimeout(() => controller.abort(), 10000);
|
const timeoutId = setTimeout(() => controller.abort(), 10000);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch('https://fakeip.tech-domain.club/check', { signal: controller.signal });
|
const response = await fetch('https://fakeip.podkop.fyi/check', { signal: controller.signal });
|
||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
clearTimeout(timeoutId);
|
clearTimeout(timeoutId);
|
||||||
|
|
||||||
@@ -1258,7 +1353,7 @@ return view.extend({
|
|||||||
return resolve(createStatus('not_working', 'DNS not configured', 'ERROR'));
|
return resolve(createStatus('not_working', 'DNS not configured', 'ERROR'));
|
||||||
}
|
}
|
||||||
|
|
||||||
const result = await safeExec('nslookup', ['-timeout=2', 'fakeip.tech-domain.club', '127.0.0.42']);
|
const result = await safeExec('nslookup', ['-timeout=2', 'fakeip.podkop.fyi', '127.0.0.42']);
|
||||||
|
|
||||||
if (result.stdout && result.stdout.includes('198.18')) {
|
if (result.stdout && result.stdout.includes('198.18')) {
|
||||||
return resolve(createStatus('working', 'working on router', 'SUCCESS'));
|
return resolve(createStatus('working', 'working on router', 'SUCCESS'));
|
||||||
@@ -1307,7 +1402,7 @@ return view.extend({
|
|||||||
const controller1 = new AbortController();
|
const controller1 = new AbortController();
|
||||||
const timeoutId1 = setTimeout(() => controller1.abort(), 10000);
|
const timeoutId1 = setTimeout(() => controller1.abort(), 10000);
|
||||||
|
|
||||||
const response1 = await fetch('https://fakeip.tech-domain.club/check', { signal: controller1.signal });
|
const response1 = await fetch('https://fakeip.podkop.fyi/check', { signal: controller1.signal });
|
||||||
const data1 = await response1.json();
|
const data1 = await response1.json();
|
||||||
clearTimeout(timeoutId1);
|
clearTimeout(timeoutId1);
|
||||||
|
|
||||||
@@ -1322,7 +1417,7 @@ return view.extend({
|
|||||||
const controller2 = new AbortController();
|
const controller2 = new AbortController();
|
||||||
const timeoutId2 = setTimeout(() => controller2.abort(), 10000);
|
const timeoutId2 = setTimeout(() => controller2.abort(), 10000);
|
||||||
|
|
||||||
const response2 = await fetch('https://ip.tech-domain.club/check', { signal: controller2.signal });
|
const response2 = await fetch('https://ip.podkop.fyi/check', { signal: controller2.signal });
|
||||||
const data2 = await response2.json();
|
const data2 = await response2.json();
|
||||||
clearTimeout(timeoutId2);
|
clearTimeout(timeoutId2);
|
||||||
|
|
||||||
@@ -1349,32 +1444,67 @@ return view.extend({
|
|||||||
|
|
||||||
async function updateDiagnostics() {
|
async function updateDiagnostics() {
|
||||||
try {
|
try {
|
||||||
const [
|
const results = {
|
||||||
podkopStatus,
|
podkopStatus: null,
|
||||||
singboxStatus,
|
singboxStatus: null,
|
||||||
podkop,
|
podkop: null,
|
||||||
luci,
|
luci: null,
|
||||||
singbox,
|
singbox: null,
|
||||||
system,
|
system: null,
|
||||||
fakeipStatus,
|
fakeipStatus: null,
|
||||||
fakeipCLIStatus,
|
fakeipCLIStatus: null,
|
||||||
dnsStatus,
|
dnsStatus: null,
|
||||||
bypassStatus
|
bypassStatus: null
|
||||||
] = await Promise.all([
|
};
|
||||||
safeExec('/usr/bin/podkop', ['get_status']),
|
|
||||||
safeExec('/usr/bin/podkop', ['get_sing_box_status']),
|
|
||||||
safeExec('/usr/bin/podkop', ['show_version']),
|
|
||||||
safeExec('/usr/bin/podkop', ['show_luci_version']),
|
|
||||||
safeExec('/usr/bin/podkop', ['show_sing_box_version']),
|
|
||||||
safeExec('/usr/bin/podkop', ['show_system_info']),
|
|
||||||
checkFakeIP(),
|
|
||||||
checkFakeIPCLI(),
|
|
||||||
checkDNSAvailability(),
|
|
||||||
checkBypass()
|
|
||||||
]);
|
|
||||||
|
|
||||||
const parsedPodkopStatus = JSON.parse(podkopStatus.stdout || '{"running":0,"enabled":0,"status":"unknown"}');
|
// Perform all checks independently of each other
|
||||||
const parsedSingboxStatus = JSON.parse(singboxStatus.stdout || '{"running":0,"enabled":0,"status":"unknown"}');
|
const checks = [
|
||||||
|
safeExec('/usr/bin/podkop', ['get_status'])
|
||||||
|
.then(result => results.podkopStatus = result)
|
||||||
|
.catch(() => results.podkopStatus = { stdout: '{"enabled":0,"status":"error"}' }),
|
||||||
|
|
||||||
|
safeExec('/usr/bin/podkop', ['get_sing_box_status'])
|
||||||
|
.then(result => results.singboxStatus = result)
|
||||||
|
.catch(() => results.singboxStatus = { stdout: '{"running":0,"enabled":0,"status":"error"}' }),
|
||||||
|
|
||||||
|
safeExec('/usr/bin/podkop', ['show_version'])
|
||||||
|
.then(result => results.podkop = result)
|
||||||
|
.catch(() => results.podkop = { stdout: 'error' }),
|
||||||
|
|
||||||
|
safeExec('/usr/bin/podkop', ['show_luci_version'])
|
||||||
|
.then(result => results.luci = result)
|
||||||
|
.catch(() => results.luci = { stdout: 'error' }),
|
||||||
|
|
||||||
|
safeExec('/usr/bin/podkop', ['show_sing_box_version'])
|
||||||
|
.then(result => results.singbox = result)
|
||||||
|
.catch(() => results.singbox = { stdout: 'error' }),
|
||||||
|
|
||||||
|
safeExec('/usr/bin/podkop', ['show_system_info'])
|
||||||
|
.then(result => results.system = result)
|
||||||
|
.catch(() => results.system = { stdout: 'error' }),
|
||||||
|
|
||||||
|
checkFakeIP()
|
||||||
|
.then(result => results.fakeipStatus = result)
|
||||||
|
.catch(() => results.fakeipStatus = { state: 'error', message: 'check error', color: STATUS_COLORS.WARNING }),
|
||||||
|
|
||||||
|
checkFakeIPCLI()
|
||||||
|
.then(result => results.fakeipCLIStatus = result)
|
||||||
|
.catch(() => results.fakeipCLIStatus = { state: 'error', message: 'check error', color: STATUS_COLORS.WARNING }),
|
||||||
|
|
||||||
|
checkDNSAvailability()
|
||||||
|
.then(result => results.dnsStatus = result)
|
||||||
|
.catch(() => results.dnsStatus = {
|
||||||
|
remote: { state: 'error', message: 'check error', color: STATUS_COLORS.WARNING },
|
||||||
|
local: { state: 'error', message: 'check error', color: STATUS_COLORS.WARNING }
|
||||||
|
}),
|
||||||
|
|
||||||
|
checkBypass()
|
||||||
|
.then(result => results.bypassStatus = result)
|
||||||
|
.catch(() => results.bypassStatus = { state: 'error', message: 'check error', color: STATUS_COLORS.WARNING })
|
||||||
|
];
|
||||||
|
|
||||||
|
// Waiting for all the checks to be completed
|
||||||
|
await Promise.allSettled(checks);
|
||||||
|
|
||||||
const container = document.getElementById('diagnostics-status');
|
const container = document.getElementById('diagnostics-status');
|
||||||
if (!container) return;
|
if (!container) return;
|
||||||
@@ -1394,11 +1524,7 @@ return view.extend({
|
|||||||
const label = activeConfig.split('#').pop();
|
const label = activeConfig.split('#').pop();
|
||||||
if (label && label.trim()) {
|
if (label && label.trim()) {
|
||||||
configName = _('Config: ') + decodeURIComponent(label);
|
configName = _('Config: ') + decodeURIComponent(label);
|
||||||
} else {
|
|
||||||
configName = _('Main config');
|
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
configName = _('Main config');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1406,42 +1532,62 @@ return view.extend({
|
|||||||
console.error('Error getting config name from UCI:', e);
|
console.error('Error getting config name from UCI:', e);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create a modified statusSection function with the configName
|
const parsedPodkopStatus = JSON.parse(results.podkopStatus.stdout || '{"enabled":0,"status":"error"}');
|
||||||
const statusSection = createStatusSection(parsedPodkopStatus, parsedSingboxStatus, podkop, luci, singbox, system, fakeipStatus, fakeipCLIStatus, dnsStatus, bypassStatus, configName);
|
const parsedSingboxStatus = JSON.parse(results.singboxStatus.stdout || '{"running":0,"enabled":0,"status":"error"}');
|
||||||
|
|
||||||
|
const statusSection = createStatusSection(
|
||||||
|
parsedPodkopStatus,
|
||||||
|
parsedSingboxStatus,
|
||||||
|
results.podkop,
|
||||||
|
results.luci,
|
||||||
|
results.singbox,
|
||||||
|
results.system,
|
||||||
|
results.fakeipStatus,
|
||||||
|
results.fakeipCLIStatus,
|
||||||
|
results.dnsStatus,
|
||||||
|
results.bypassStatus,
|
||||||
|
configName
|
||||||
|
);
|
||||||
|
|
||||||
container.innerHTML = '';
|
container.innerHTML = '';
|
||||||
container.appendChild(statusSection);
|
container.appendChild(statusSection);
|
||||||
|
|
||||||
const fakeipElement = document.getElementById('fakeip-status');
|
// Updating individual status items
|
||||||
if (fakeipElement) {
|
const updateStatusElement = (elementId, status, template) => {
|
||||||
fakeipElement.innerHTML = E('span', { 'style': `color: ${fakeipStatus.color}` }, [
|
const element = document.getElementById(elementId);
|
||||||
fakeipStatus.state === 'working' ? '✔ ' : fakeipStatus.state === 'not_working' ? '✘ ' : '! ',
|
if (element) {
|
||||||
fakeipStatus.message
|
element.innerHTML = template(status);
|
||||||
]).outerHTML;
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
const fakeipCLIElement = document.getElementById('fakeip-cli-status');
|
updateStatusElement('fakeip-status', results.fakeipStatus,
|
||||||
if (fakeipCLIElement) {
|
status => E('span', { 'style': `color: ${status.color}` }, [
|
||||||
fakeipCLIElement.innerHTML = E('span', { 'style': `color: ${fakeipCLIStatus.color}` }, [
|
status.state === 'working' ? '✔ ' : status.state === 'not_working' ? '✘ ' : '! ',
|
||||||
fakeipCLIStatus.state === 'working' ? '✔ ' : fakeipCLIStatus.state === 'not_working' ? '✘ ' : '! ',
|
status.message
|
||||||
fakeipCLIStatus.message
|
]).outerHTML
|
||||||
]).outerHTML;
|
);
|
||||||
}
|
|
||||||
|
|
||||||
const dnsRemoteElement = document.getElementById('dns-remote-status');
|
updateStatusElement('fakeip-cli-status', results.fakeipCLIStatus,
|
||||||
if (dnsRemoteElement) {
|
status => E('span', { 'style': `color: ${status.color}` }, [
|
||||||
dnsRemoteElement.innerHTML = E('span', { 'style': `color: ${dnsStatus.remote.color}` }, [
|
status.state === 'working' ? '✔ ' : status.state === 'not_working' ? '✘ ' : '! ',
|
||||||
dnsStatus.remote.state === 'available' ? '✔ ' : dnsStatus.remote.state === 'unavailable' ? '✘ ' : '! ',
|
status.message
|
||||||
dnsStatus.remote.message
|
]).outerHTML
|
||||||
]).outerHTML;
|
);
|
||||||
}
|
|
||||||
|
updateStatusElement('dns-remote-status', results.dnsStatus.remote,
|
||||||
|
status => E('span', { 'style': `color: ${status.color}` }, [
|
||||||
|
status.state === 'available' ? '✔ ' : status.state === 'unavailable' ? '✘ ' : '! ',
|
||||||
|
status.message
|
||||||
|
]).outerHTML
|
||||||
|
);
|
||||||
|
|
||||||
|
updateStatusElement('dns-local-status', results.dnsStatus.local,
|
||||||
|
status => E('span', { 'style': `color: ${status.color}` }, [
|
||||||
|
status.state === 'available' ? '✔ ' : status.state === 'unavailable' ? '✘ ' : '! ',
|
||||||
|
status.message
|
||||||
|
]).outerHTML
|
||||||
|
);
|
||||||
|
|
||||||
const dnsLocalElement = document.getElementById('dns-local-status');
|
|
||||||
if (dnsLocalElement) {
|
|
||||||
dnsLocalElement.innerHTML = E('span', { 'style': `color: ${dnsStatus.local.color}` }, [
|
|
||||||
dnsStatus.local.state === 'available' ? '✔ ' : dnsStatus.local.state === 'unavailable' ? '✘ ' : '! ',
|
|
||||||
dnsStatus.local.message
|
|
||||||
]).outerHTML;
|
|
||||||
}
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
const container = document.getElementById('diagnostics-status');
|
const container = document.getElementById('diagnostics-status');
|
||||||
if (container) {
|
if (container) {
|
||||||
|
|||||||
@@ -819,3 +819,27 @@ msgstr "недоступен"
|
|||||||
|
|
||||||
msgid "Apply for SS2022"
|
msgid "Apply for SS2022"
|
||||||
msgstr "Применить для SS2022"
|
msgstr "Применить для SS2022"
|
||||||
|
|
||||||
|
msgid "PODKOP CONFIGURATION"
|
||||||
|
msgstr "КОНФИГУРАЦИЯ PODKOP"
|
||||||
|
|
||||||
|
msgid "FAKEIP ROUTER TEST"
|
||||||
|
msgstr "ПРОВЕРКА FAKEIP НА РОУТЕРЕ"
|
||||||
|
|
||||||
|
msgid "FAKEIP BROWSER TEST"
|
||||||
|
msgstr "ПРОВЕРКА FAKEIP В БРАУЗЕРЕ"
|
||||||
|
|
||||||
|
msgid "FakeIP is working correctly on router (198.18.x.x)"
|
||||||
|
msgstr "FakeIP работает корректно на роутере (198.18.x.x)"
|
||||||
|
|
||||||
|
msgid "Click here for all the info"
|
||||||
|
msgstr "Нажмите для просмотра всей информации"
|
||||||
|
|
||||||
|
msgid "Check DNS server on current device (PC, phone)"
|
||||||
|
msgstr "Проверьте DNS сервер на текущем устройстве (ПК, телефон)"
|
||||||
|
|
||||||
|
msgid "Its must be router!"
|
||||||
|
msgstr "Это должен быть роутер!"
|
||||||
|
|
||||||
|
msgid "Global check"
|
||||||
|
msgstr "Глобальная проверка"
|
||||||
@@ -1169,4 +1169,28 @@ msgid "available"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "unavailable"
|
msgid "unavailable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "PODKOP CONFIGURATION"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "FAKEIP ROUTER TEST"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "FAKEIP BROWSER TEST"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "FakeIP is working correctly on router (198.18.x.x)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Click here for all the info"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Check DNS server on current device (PC, phone)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Its must be router!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Global check"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=podkop
|
PKG_NAME:=podkop
|
||||||
PKG_VERSION:=0.3.39
|
PKG_VERSION:=0.3.48
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
||||||
@@ -15,7 +15,7 @@ define Package/podkop
|
|||||||
DEPENDS:=+sing-box +curl +jq +kmod-nft-tproxy +coreutils-base64
|
DEPENDS:=+sing-box +curl +jq +kmod-nft-tproxy +coreutils-base64
|
||||||
CONFLICTS:=https-dns-proxy
|
CONFLICTS:=https-dns-proxy
|
||||||
TITLE:=Domain routing app
|
TITLE:=Domain routing app
|
||||||
URL:=https://itdog.info
|
URL:=https://podkop.net
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -38,4 +38,5 @@ config main 'main'
|
|||||||
list iface 'br-lan'
|
list iface 'br-lan'
|
||||||
option mon_restart_ifaces '0'
|
option mon_restart_ifaces '0'
|
||||||
#list restart_ifaces 'wan'
|
#list restart_ifaces 'wan'
|
||||||
option ss_uot '0'
|
option ss_uot '0'
|
||||||
|
option detour '0'
|
||||||
@@ -15,23 +15,21 @@ SUBNETS_TWITTER="${GITHUB_RAW_URL}/Subnets/IPv4/twitter.lst"
|
|||||||
SUBNETS_META="${GITHUB_RAW_URL}/Subnets/IPv4/meta.lst"
|
SUBNETS_META="${GITHUB_RAW_URL}/Subnets/IPv4/meta.lst"
|
||||||
SUBNETS_DISCORD="${GITHUB_RAW_URL}/Subnets/IPv4/discord.lst"
|
SUBNETS_DISCORD="${GITHUB_RAW_URL}/Subnets/IPv4/discord.lst"
|
||||||
SUBNETS_TELERAM="${GITHUB_RAW_URL}/Subnets/IPv4/telegram.lst"
|
SUBNETS_TELERAM="${GITHUB_RAW_URL}/Subnets/IPv4/telegram.lst"
|
||||||
|
SUBNETS_CLOUDFLARE="${GITHUB_RAW_URL}/Subnets/IPv4/cloudflare.lst"
|
||||||
SING_BOX_CONFIG="/etc/sing-box/config.json"
|
SING_BOX_CONFIG="/etc/sing-box/config.json"
|
||||||
FAKEIP="198.18.0.0/15"
|
FAKEIP="198.18.0.0/15"
|
||||||
VALID_SERVICES="russia_inside russia_outside ukraine_inside geoblock block porn news anime youtube discord meta twitter hdrezka tiktok telegram"
|
VALID_SERVICES="russia_inside russia_outside ukraine_inside geoblock block porn news anime youtube discord meta twitter hdrezka tiktok telegram cloudflare"
|
||||||
DNS_RESOLVERS="1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 9.9.9.9 9.9.9.11 94.140.14.14 94.140.15.15 208.67.220.220 208.67.222.222 77.88.8.1 77.88.8.8"
|
DNS_RESOLVERS="1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 9.9.9.9 9.9.9.11 94.140.14.14 94.140.15.15 208.67.220.220 208.67.222.222 77.88.8.1 77.88.8.8"
|
||||||
TEST_DOMAIN="fakeip.tech-domain.club"
|
TEST_DOMAIN="fakeip.podkop.fyi"
|
||||||
INTERFACES_LIST=""
|
INTERFACES_LIST=""
|
||||||
SRC_INTERFACE=""
|
SRC_INTERFACE=""
|
||||||
RESOLV_CONF="/etc/resolv.conf"
|
RESOLV_CONF="/etc/resolv.conf"
|
||||||
|
CLOUDFLARE_OCTETS="103.21 103.22 103.31 104.16 104.17 104.18 104.19 104.20 104.21 104.22 104.23 104.24 104.25 104.26 104.27 104.28 108.162 131.0 141.101 162.158 162.159 172.64 172.65 172.66 172.67 172.68 172.69 172.70 172.71 173.245 188.114 190.93 197.234 198.41"
|
||||||
|
|
||||||
log() {
|
log() {
|
||||||
local message="$1"
|
local message="$1"
|
||||||
local timestamp=$(date +"%Y-%m-%d %H:%M:%S")
|
local timestamp=$(date +"%Y-%m-%d %H:%M:%S")
|
||||||
local CYAN="\033[0;36m"
|
|
||||||
local GREEN="\033[0;32m"
|
|
||||||
local RESET="\033[0m"
|
|
||||||
|
|
||||||
echo -e "${CYAN}[$timestamp]${RESET} ${GREEN}$message${RESET}"
|
|
||||||
logger -t "podkop" "$timestamp $message"
|
logger -t "podkop" "$timestamp $message"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -62,14 +60,17 @@ start_main() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if grep -qE 'doh_backup_noresolv|doh_backup_server|doh_server' /etc/config/dhcp; then
|
if grep -qE 'doh_backup_noresolv|doh_backup_server|doh_server' /etc/config/dhcp; then
|
||||||
log "[critical] Detected https-dns-proxy. Disable or uninstall it for correct functionality."
|
log "[critical] Detected https-dns-proxy in dhcp config. Edit /etc/config/dhcp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
migration
|
migration
|
||||||
|
|
||||||
config_foreach process_validate_service
|
config_foreach process_validate_service
|
||||||
|
|
||||||
sleep 3
|
# Sync time for DoH/DoT
|
||||||
|
/usr/sbin/ntpd -q -p 194.190.168.1 -p 216.239.35.0 -p 216.239.35.4 -p 162.159.200.1 -p 162.159.200.123
|
||||||
|
|
||||||
|
sleep 2
|
||||||
|
|
||||||
mkdir -p /tmp/podkop
|
mkdir -p /tmp/podkop
|
||||||
|
|
||||||
@@ -130,6 +131,12 @@ start_main() {
|
|||||||
sing_box_quic_reject
|
sing_box_quic_reject
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
config_get_bool detour "main" "detour" "0"
|
||||||
|
if [ "$detour" -eq 1 ]; then
|
||||||
|
log "Detour mixed enable"
|
||||||
|
detour_mixed
|
||||||
|
fi
|
||||||
|
|
||||||
sing_box_config_check
|
sing_box_config_check
|
||||||
/etc/init.d/sing-box start
|
/etc/init.d/sing-box start
|
||||||
#/etc/init.d/sing-box enable
|
#/etc/init.d/sing-box enable
|
||||||
@@ -156,7 +163,7 @@ stop_main() {
|
|||||||
|
|
||||||
if [ -f /var/run/podkop_list_update.pid ]; then
|
if [ -f /var/run/podkop_list_update.pid ]; then
|
||||||
pid=$(cat /var/run/podkop_list_update.pid)
|
pid=$(cat /var/run/podkop_list_update.pid)
|
||||||
if kill -0 "$pid"; then
|
if kill -0 "$pid" 2>/dev/null; then
|
||||||
kill "$pid" 2>/dev/null
|
kill "$pid" 2>/dev/null
|
||||||
log "Stopped list_update"
|
log "Stopped list_update"
|
||||||
fi
|
fi
|
||||||
@@ -202,6 +209,12 @@ reload() {
|
|||||||
start_main
|
start_main
|
||||||
}
|
}
|
||||||
|
|
||||||
|
restart() {
|
||||||
|
log "Podkop restart"
|
||||||
|
stop
|
||||||
|
start
|
||||||
|
}
|
||||||
|
|
||||||
# Migrations and validation funcs
|
# Migrations and validation funcs
|
||||||
migration() {
|
migration() {
|
||||||
# list migrate
|
# list migrate
|
||||||
@@ -365,8 +378,6 @@ save_dnsmasq_config() {
|
|||||||
|
|
||||||
dnsmasq_add_resolver() {
|
dnsmasq_add_resolver() {
|
||||||
log "Save dnsmasq config"
|
log "Save dnsmasq config"
|
||||||
save_dnsmasq_config "dhcp.@dnsmasq[0].noresolv" "dhcp.@dnsmasq[0].podkop_noresolv"
|
|
||||||
save_dnsmasq_config "dhcp.@dnsmasq[0].cachesize" "dhcp.@dnsmasq[0].podkop_cachesize"
|
|
||||||
|
|
||||||
uci -q delete dhcp.@dnsmasq[0].podkop_server
|
uci -q delete dhcp.@dnsmasq[0].podkop_server
|
||||||
for server in $(uci get dhcp.@dnsmasq[0].server 2>/dev/null); do
|
for server in $(uci get dhcp.@dnsmasq[0].server 2>/dev/null); do
|
||||||
@@ -378,6 +389,9 @@ dnsmasq_add_resolver() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
save_dnsmasq_config "dhcp.@dnsmasq[0].noresolv" "dhcp.@dnsmasq[0].podkop_noresolv"
|
||||||
|
save_dnsmasq_config "dhcp.@dnsmasq[0].cachesize" "dhcp.@dnsmasq[0].podkop_cachesize"
|
||||||
|
|
||||||
log "Configure dnsmasq for sing-box"
|
log "Configure dnsmasq for sing-box"
|
||||||
uci set dhcp.@dnsmasq[0].noresolv="1"
|
uci set dhcp.@dnsmasq[0].noresolv="1"
|
||||||
uci set dhcp.@dnsmasq[0].cachesize="0"
|
uci set dhcp.@dnsmasq[0].cachesize="0"
|
||||||
@@ -408,11 +422,11 @@ dnsmasq_restore() {
|
|||||||
|
|
||||||
local server=$(uci get dhcp.@dnsmasq[0].server 2>/dev/null)
|
local server=$(uci get dhcp.@dnsmasq[0].server 2>/dev/null)
|
||||||
if [[ "$server" == "127.0.0.42" ]]; then
|
if [[ "$server" == "127.0.0.42" ]]; then
|
||||||
uci -q delete dhcp.@dnsmasq[0].server
|
uci -q delete dhcp.@dnsmasq[0].server 2>/dev/null
|
||||||
for server in $(uci get dhcp.@dnsmasq[0].podkop_server 2>/dev/null); do
|
for server in $(uci get dhcp.@dnsmasq[0].podkop_server 2>/dev/null); do
|
||||||
uci add_list dhcp.@dnsmasq[0].server="$server"
|
uci add_list dhcp.@dnsmasq[0].server="$server"
|
||||||
done
|
done
|
||||||
uci delete dhcp.@dnsmasq[0].podkop_server
|
uci delete dhcp.@dnsmasq[0].podkop_server 2>/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uci delete dhcp.@dnsmasq[0].podkop_cachesize
|
uci delete dhcp.@dnsmasq[0].podkop_cachesize
|
||||||
@@ -562,10 +576,19 @@ list_update() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for i in $(seq 1 60); do
|
for i in $(seq 1 60); do
|
||||||
if curl -s -m 3 https://github.com >/dev/null; then
|
config_get_bool detour "main" "detour" "0"
|
||||||
log "GitHub is available"
|
if [ "$detour" -eq 1 ]; then
|
||||||
break
|
if http_proxy="http://127.0.0.1:4534" https_proxy="http://127.0.0.1:4534" curl -s -m 3 https://github.com >/dev/null; then
|
||||||
|
log "GitHub is available"
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
if curl -s -m 3 https://github.com >/dev/null; then
|
||||||
|
log "GitHub is available"
|
||||||
|
break
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log "GitHub is unavailable [$i/60]"
|
log "GitHub is unavailable [$i/60]"
|
||||||
sleep 3
|
sleep 3
|
||||||
done
|
done
|
||||||
@@ -774,7 +797,7 @@ sing_box_create_bypass_ruleset() {
|
|||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
"domain_suffix": [
|
"domain_suffix": [
|
||||||
"ip.tech-domain.club"
|
"ip.podkop.fyi"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -920,6 +943,9 @@ sing_box_outdound() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
"block")
|
||||||
|
log "Block mode"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
log "Requires *vpn* or *proxy* value"
|
log "Requires *vpn* or *proxy* value"
|
||||||
return
|
return
|
||||||
@@ -1010,7 +1036,7 @@ sing_box_config_outbound_json() {
|
|||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
log "Outbound config updated successfully"
|
log "Outbound config updated successfully"
|
||||||
else
|
else
|
||||||
log "Error: Invalid JSON config generated"
|
log "Error: Outbound invalid JSON config generated"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -1071,9 +1097,9 @@ sing_box_config_shadowsocks() {
|
|||||||
)' $SING_BOX_CONFIG >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json $SING_BOX_CONFIG
|
)' $SING_BOX_CONFIG >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json $SING_BOX_CONFIG
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
log "Config updated successfully"
|
log "Config Shadowsocks updated successfully"
|
||||||
else
|
else
|
||||||
log "Error: Invalid JSON config generated"
|
log "Error: Shadowsocks invalid JSON config generated"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -1198,10 +1224,10 @@ sing_box_config_vless() {
|
|||||||
|
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
log "Config created successfully"
|
log "Config VLESS created successfully"
|
||||||
else
|
else
|
||||||
log "Error: Invalid JSON config generated"
|
log "[critical] Error: VLESS invalid JSON config generated"
|
||||||
return 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1354,6 +1380,7 @@ sing_box_ruleset_remote() {
|
|||||||
local tag=$1
|
local tag=$1
|
||||||
local type=$2
|
local type=$2
|
||||||
local update_interval=$3
|
local update_interval=$3
|
||||||
|
local detour=$4
|
||||||
|
|
||||||
url="$SRS_MAIN_URL/$tag.srs"
|
url="$SRS_MAIN_URL/$tag.srs"
|
||||||
|
|
||||||
@@ -1369,15 +1396,19 @@ sing_box_ruleset_remote() {
|
|||||||
--arg type "$type" \
|
--arg type "$type" \
|
||||||
--arg url "$url" \
|
--arg url "$url" \
|
||||||
--arg update_interval "$update_interval" \
|
--arg update_interval "$update_interval" \
|
||||||
|
--arg detour "$detour" \
|
||||||
'
|
'
|
||||||
.route.rule_set += [
|
.route.rule_set += [
|
||||||
{
|
(
|
||||||
"tag": $tag,
|
{
|
||||||
"type": $type,
|
"tag": $tag,
|
||||||
"format": "binary",
|
"type": $type,
|
||||||
"url": $url,
|
"format": "binary",
|
||||||
"update_interval": $update_interval
|
"url": $url,
|
||||||
}
|
"update_interval": $update_interval
|
||||||
|
} +
|
||||||
|
(if $detour == "1" then {"download_detour": "main"} else {} end)
|
||||||
|
)
|
||||||
]' "$SING_BOX_CONFIG" > /tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
]' "$SING_BOX_CONFIG" > /tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
||||||
|
|
||||||
log "Added new ruleset with tag $tag"
|
log "Added new ruleset with tag $tag"
|
||||||
@@ -1398,6 +1429,9 @@ list_subnets_download() {
|
|||||||
"telegram")
|
"telegram")
|
||||||
URL=$SUBNETS_TELERAM
|
URL=$SUBNETS_TELERAM
|
||||||
;;
|
;;
|
||||||
|
"cloudflare")
|
||||||
|
URL=$SUBNETS_CLOUDFLARE
|
||||||
|
;;
|
||||||
"discord")
|
"discord")
|
||||||
URL=$SUBNETS_DISCORD
|
URL=$SUBNETS_DISCORD
|
||||||
nft add set inet $table podkop_discord_subnets { type ipv4_addr\; flags interval\; auto-merge\; }
|
nft add set inet $table podkop_discord_subnets { type ipv4_addr\; flags interval\; auto-merge\; }
|
||||||
@@ -1409,7 +1443,13 @@ list_subnets_download() {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
local filename=$(basename "$URL")
|
local filename=$(basename "$URL")
|
||||||
wget -O "/tmp/podkop/$filename" "$URL"
|
|
||||||
|
config_get_bool detour "main" "detour" "0"
|
||||||
|
if [ "$detour" -eq 1 ]; then
|
||||||
|
http_proxy="http://127.0.0.1:4534" https_proxy="http://127.0.0.1:4534" wget -O "/tmp/podkop/$filename" "$URL"
|
||||||
|
else
|
||||||
|
wget -O "/tmp/podkop/$filename" "$URL"
|
||||||
|
fi
|
||||||
|
|
||||||
while IFS= read -r subnet; do
|
while IFS= read -r subnet; do
|
||||||
if [ "$service" = "discord" ]; then
|
if [ "$service" = "discord" ]; then
|
||||||
@@ -1425,27 +1465,54 @@ sing_box_rules() {
|
|||||||
local rule_set="$1"
|
local rule_set="$1"
|
||||||
local outbound="$2"
|
local outbound="$2"
|
||||||
|
|
||||||
# Check if there is an outbound rule for "tproxy-in"
|
config_get mode "$section" "mode"
|
||||||
local rule_exists=$(jq -r '.route.rules[] | select(.outbound == "'"$outbound"'" and .inbound == ["tproxy-in"])' "$SING_BOX_CONFIG")
|
|
||||||
|
|
||||||
if [[ -n "$rule_exists" ]]; then
|
if [[ "$mode" == "block" ]]; then
|
||||||
# If a rule for tproxy-in exists, add a new rule_set to the existing rule
|
# Action reject
|
||||||
jq \
|
# Check if there is an rule with reject"
|
||||||
--arg rule_set "$rule_set" \
|
local rule_exists=$(jq -r '.route.rules[] | select(.inbound == ["tproxy-in"] and .action == "reject")' "$SING_BOX_CONFIG")
|
||||||
--arg outbound "$outbound" \
|
|
||||||
'(.route.rules[] | select(.outbound == $outbound and .inbound == ["tproxy-in"]) .rule_set) += [$rule_set]' \
|
if [[ -n "$rule_exists" ]]; then
|
||||||
"$SING_BOX_CONFIG" >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
# If a rule for rejectexists, add a new rule_set to the existing rule
|
||||||
|
jq \
|
||||||
|
--arg rule_set "$rule_set" \
|
||||||
|
'(.route.rules[] | select(.inbound == ["tproxy-in"] and .action == "reject") .rule_set) += [$rule_set]' \
|
||||||
|
"$SING_BOX_CONFIG" > /tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
||||||
|
else
|
||||||
|
# If there is no rule for reject, create a new one with rule_set
|
||||||
|
jq \
|
||||||
|
--arg rule_set "$rule_set" \
|
||||||
|
'.route.rules += [{
|
||||||
|
"inbound": ["tproxy-in"],
|
||||||
|
"rule_set": [$rule_set],
|
||||||
|
"action": "reject"
|
||||||
|
}]' "$SING_BOX_CONFIG" > /tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
||||||
|
fi
|
||||||
|
return
|
||||||
else
|
else
|
||||||
# If there is no rule for tproxy-in, create a new one with rule_set
|
# Action route
|
||||||
jq \
|
# Check if there is an outbound rule for "tproxy-in"
|
||||||
--arg rule_set "$rule_set" \
|
local rule_exists=$(jq -r '.route.rules[] | select(.outbound == "'"$outbound"'" and .inbound == ["tproxy-in"])' "$SING_BOX_CONFIG")
|
||||||
--arg outbound "$outbound" \
|
|
||||||
'.route.rules += [{
|
if [[ -n "$rule_exists" ]]; then
|
||||||
"inbound": ["tproxy-in"],
|
# If a rule for tproxy-in exists, add a new rule_set to the existing rule
|
||||||
"rule_set": [$rule_set],
|
jq \
|
||||||
"outbound": $outbound,
|
--arg rule_set "$rule_set" \
|
||||||
"action": "route"
|
--arg outbound "$outbound" \
|
||||||
}]' "$SING_BOX_CONFIG" >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
'(.route.rules[] | select(.outbound == $outbound and .inbound == ["tproxy-in"]) .rule_set) += [$rule_set]' \
|
||||||
|
"$SING_BOX_CONFIG" >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
||||||
|
else
|
||||||
|
# If there is no rule for tproxy-in, create a new one with rule_set
|
||||||
|
jq \
|
||||||
|
--arg rule_set "$rule_set" \
|
||||||
|
--arg outbound "$outbound" \
|
||||||
|
'.route.rules += [{
|
||||||
|
"inbound": ["tproxy-in"],
|
||||||
|
"rule_set": [$rule_set],
|
||||||
|
"outbound": $outbound,
|
||||||
|
"action": "route"
|
||||||
|
}]' "$SING_BOX_CONFIG" >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json "$SING_BOX_CONFIG"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1471,8 +1538,9 @@ sing_box_quic_reject() {
|
|||||||
process_remote_ruleset_srs() {
|
process_remote_ruleset_srs() {
|
||||||
config_get_bool domain_list_enabled "$section" "domain_list_enabled" "0"
|
config_get_bool domain_list_enabled "$section" "domain_list_enabled" "0"
|
||||||
if [ "$domain_list_enabled" -eq 1 ]; then
|
if [ "$domain_list_enabled" -eq 1 ]; then
|
||||||
|
config_get_bool detour "main" "detour" "0"
|
||||||
log "Adding a srs list for $section"
|
log "Adding a srs list for $section"
|
||||||
config_list_foreach "$section" domain_list "sing_box_ruleset_remote" "remote" "1d"
|
config_list_foreach "$section" domain_list "sing_box_ruleset_remote" "remote" "1d" "$detour"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1538,13 +1606,24 @@ list_custom_url_domains_create() {
|
|||||||
local section="$2"
|
local section="$2"
|
||||||
local URL="$1"
|
local URL="$1"
|
||||||
local filename=$(basename "$URL")
|
local filename=$(basename "$URL")
|
||||||
|
local filepath="/tmp/podkop/${filename}"
|
||||||
|
|
||||||
wget -q -O "/tmp/podkop/${filename}" "$URL"
|
config_get_bool detour "main" "detour" "0"
|
||||||
|
if [ "$detour" -eq 1 ]; then
|
||||||
|
http_proxy="http://127.0.0.1:4534" https_proxy="http://127.0.0.1:4534" wget -O "$filepath" "$URL"
|
||||||
|
else
|
||||||
|
wget -O "$filepath" "$URL"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if grep -q $'\r' "$filepath"; then
|
||||||
|
log "$filename has Windows line endings (CRLF). Converting to Unix (LF)"
|
||||||
|
sed -i 's/\r$//' "$filepath"
|
||||||
|
fi
|
||||||
|
|
||||||
while IFS= read -r domain; do
|
while IFS= read -r domain; do
|
||||||
log "From downloaded file: $domain"
|
log "From downloaded file: $domain"
|
||||||
sing_box_ruleset_domains_json $domain $section
|
sing_box_ruleset_domains_json $domain $section
|
||||||
done <"/tmp/podkop/$filename"
|
done <"$filepath"
|
||||||
}
|
}
|
||||||
|
|
||||||
process_domains_list_url() {
|
process_domains_list_url() {
|
||||||
@@ -1578,14 +1657,25 @@ list_custom_url_subnets_create() {
|
|||||||
local section="$2"
|
local section="$2"
|
||||||
local URL="$1"
|
local URL="$1"
|
||||||
local filename=$(basename "$URL")
|
local filename=$(basename "$URL")
|
||||||
|
local filepath="/tmp/podkop/${filename}"
|
||||||
|
|
||||||
wget -q -O "/tmp/podkop/${filename}" "$URL"
|
config_get_bool detour "main" "detour" "0"
|
||||||
|
if [ "$detour" -eq 1 ]; then
|
||||||
|
http_proxy="http://127.0.0.1:4534" https_proxy="http://127.0.0.1:4534" wget -O "$filepath" "$URL"
|
||||||
|
else
|
||||||
|
wget -O "$filepath" "$URL"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if grep -q $'\r' "$filepath"; then
|
||||||
|
log "$filename has Windows line endings (CRLF). Converting to Unix (LF)"
|
||||||
|
sed -i 's/\r$//' "$filepath"
|
||||||
|
fi
|
||||||
|
|
||||||
while IFS= read -r subnet; do
|
while IFS= read -r subnet; do
|
||||||
log "From local file: $subnet"
|
log "From local file: $subnet"
|
||||||
sing_box_ruleset_subnets_json $subnet $section
|
sing_box_ruleset_subnets_json $subnet $section
|
||||||
nft add element inet PodkopTable podkop_subnets { $subnet }
|
nft add element inet PodkopTable podkop_subnets { $subnet }
|
||||||
done <"/tmp/podkop/$filename"
|
done <"$filepath"
|
||||||
}
|
}
|
||||||
|
|
||||||
process_subnet_for_section_remote() {
|
process_subnet_for_section_remote() {
|
||||||
@@ -1638,6 +1728,31 @@ sing_box_rules_source_ip_cidr() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
detour_mixed() {
|
||||||
|
local section="main"
|
||||||
|
local port="4534"
|
||||||
|
local tag="detour"
|
||||||
|
|
||||||
|
log "Adding detour Socks5 for $section on port $port"
|
||||||
|
|
||||||
|
jq \
|
||||||
|
--arg tag "$tag" \
|
||||||
|
--arg port "$port" \
|
||||||
|
--arg section "$section" \
|
||||||
|
'.inbounds += [{
|
||||||
|
"tag": $tag,
|
||||||
|
"type": "mixed",
|
||||||
|
"listen": "127.0.0.1",
|
||||||
|
"listen_port": ($port|tonumber),
|
||||||
|
"set_system_proxy": false
|
||||||
|
}] |
|
||||||
|
.route.rules += [{
|
||||||
|
"inbound": [$tag],
|
||||||
|
"outbound": $section,
|
||||||
|
"action": "route"
|
||||||
|
}]' $SING_BOX_CONFIG >/tmp/sing-box-config-tmp.json && mv /tmp/sing-box-config-tmp.json $SING_BOX_CONFIG
|
||||||
|
}
|
||||||
|
|
||||||
## nftables
|
## nftables
|
||||||
list_all_traffic_from_ip() {
|
list_all_traffic_from_ip() {
|
||||||
local ip="$1"
|
local ip="$1"
|
||||||
@@ -1772,7 +1887,14 @@ check_github() {
|
|||||||
for url in "$DOMAINS_RU_INSIDE" "$DOMAINS_RU_OUTSIDE" "$DOMAINS_UA" "$DOMAINS_YOUTUBE" \
|
for url in "$DOMAINS_RU_INSIDE" "$DOMAINS_RU_OUTSIDE" "$DOMAINS_UA" "$DOMAINS_YOUTUBE" \
|
||||||
"$SUBNETS_TWITTER" "$SUBNETS_META" "$SUBNETS_DISCORD"; do
|
"$SUBNETS_TWITTER" "$SUBNETS_META" "$SUBNETS_DISCORD"; do
|
||||||
local list_name=$(basename "$url")
|
local list_name=$(basename "$url")
|
||||||
wget -q -O /dev/null "$url"
|
|
||||||
|
config_get_bool detour "main" "detour" "0"
|
||||||
|
if [ "$detour" -eq 1 ]; then
|
||||||
|
http_proxy="http://127.0.0.1:4534" https_proxy="http://127.0.0.1:4534" wget -q -O /dev/null "$url"
|
||||||
|
else
|
||||||
|
wget -q -O /dev/null "$url"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
nolog "- $list_name: available"
|
nolog "- $list_name: available"
|
||||||
else
|
else
|
||||||
@@ -1949,9 +2071,7 @@ show_sing_box_config() {
|
|||||||
)' "$SING_BOX_CONFIG"
|
)' "$SING_BOX_CONFIG"
|
||||||
}
|
}
|
||||||
|
|
||||||
show_config() {
|
show_config() {
|
||||||
nolog "📄 Current podkop configuration:"
|
|
||||||
|
|
||||||
if [ ! -f /etc/config/podkop ]; then
|
if [ ! -f /etc/config/podkop ]; then
|
||||||
nolog "Configuration file not found"
|
nolog "Configuration file not found"
|
||||||
return 1
|
return 1
|
||||||
@@ -1969,6 +2089,7 @@ show_config() {
|
|||||||
-e 's/\(pbk=[^&]*\)/pbk=MASKED/g' \
|
-e 's/\(pbk=[^&]*\)/pbk=MASKED/g' \
|
||||||
-e 's/\(sid=[^&]*\)/sid=MASKED/g' \
|
-e 's/\(sid=[^&]*\)/sid=MASKED/g' \
|
||||||
-e 's/\(option dns_server '\''[^'\'']*\.dns\.nextdns\.io'\''\)/option dns_server '\''MASKED.dns.nextdns.io'\''/g' \
|
-e 's/\(option dns_server '\''[^'\'']*\.dns\.nextdns\.io'\''\)/option dns_server '\''MASKED.dns.nextdns.io'\''/g' \
|
||||||
|
-e "s|\(option dns_server 'dns\.nextdns\.io\)/[^']*|\1/MASKED|"
|
||||||
> "$tmp_config"
|
> "$tmp_config"
|
||||||
|
|
||||||
cat "$tmp_config"
|
cat "$tmp_config"
|
||||||
@@ -1976,17 +2097,17 @@ show_config() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
show_version() {
|
show_version() {
|
||||||
local version=$(opkg info podkop | grep -m 1 "Version:" | cut -d' ' -f2)
|
local version=$(opkg list-installed podkop | awk '{print $3}')
|
||||||
echo "$version"
|
echo "$version"
|
||||||
}
|
}
|
||||||
|
|
||||||
show_luci_version() {
|
show_luci_version() {
|
||||||
local version=$(opkg info luci-app-podkop | grep -m 1 "Version:" | cut -d' ' -f2)
|
local version=$(opkg list-installed luci-app-podkop | awk '{print $3}')
|
||||||
echo "$version"
|
echo "$version"
|
||||||
}
|
}
|
||||||
|
|
||||||
show_sing_box_version() {
|
show_sing_box_version() {
|
||||||
local version=$(opkg info sing-box | grep -m 1 "Version:" | cut -d' ' -f2)
|
local version=$(sing-box version | head -n 1 | awk '{print $3}')
|
||||||
echo "$version"
|
echo "$version"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2041,36 +2162,18 @@ get_sing_box_status() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_status() {
|
get_status() {
|
||||||
local running=0
|
|
||||||
local enabled=0
|
local enabled=0
|
||||||
local status=""
|
local status=""
|
||||||
|
|
||||||
# Check if service is enabled
|
# Check if service is enabled
|
||||||
if [ -x /etc/rc.d/S99podkop ]; then
|
if [ -x /etc/rc.d/S99podkop ]; then
|
||||||
enabled=1
|
enabled=1
|
||||||
fi
|
status="enabled"
|
||||||
|
|
||||||
# Check if service is running
|
|
||||||
if pgrep -f "sing-box" >/dev/null; then
|
|
||||||
running=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Format status message
|
|
||||||
if [ $running -eq 1 ]; then
|
|
||||||
if [ $enabled -eq 1 ]; then
|
|
||||||
status="running & enabled"
|
|
||||||
else
|
|
||||||
status="running but disabled"
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
if [ $enabled -eq 1 ]; then
|
status="disabled"
|
||||||
status="stopped but enabled"
|
|
||||||
else
|
|
||||||
status="stopped & disabled"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "{\"running\":$running,\"enabled\":$enabled,\"status\":\"$status\"}"
|
echo "{\"enabled\":$enabled,\"status\":\"$status\"}"
|
||||||
}
|
}
|
||||||
|
|
||||||
check_dns_available() {
|
check_dns_available() {
|
||||||
@@ -2086,6 +2189,9 @@ check_dns_available() {
|
|||||||
if echo "$dns_server" | grep -q "\.dns\.nextdns\.io$"; then
|
if echo "$dns_server" | grep -q "\.dns\.nextdns\.io$"; then
|
||||||
local nextdns_id=$(echo "$dns_server" | cut -d'.' -f1)
|
local nextdns_id=$(echo "$dns_server" | cut -d'.' -f1)
|
||||||
display_dns_server="$(echo "$nextdns_id" | sed 's/./*/g').dns.nextdns.io"
|
display_dns_server="$(echo "$nextdns_id" | sed 's/./*/g').dns.nextdns.io"
|
||||||
|
elif echo "$dns_server" | grep -q "^dns\.nextdns\.io/"; then
|
||||||
|
local masked_path=$(echo "$dns_server" | cut -d'/' -f2- | sed 's/./*/g')
|
||||||
|
display_dns_server="dns.nextdns.io/$masked_path"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$dns_type" = "doh" ]; then
|
if [ "$dns_type" = "doh" ]; then
|
||||||
@@ -2163,106 +2269,152 @@ sing_box_add_secure_dns_probe_domain() {
|
|||||||
log "DNS probe domain ${domain} configured with override to port ${override_port}"
|
log "DNS probe domain ${domain} configured with override to port ${override_port}"
|
||||||
}
|
}
|
||||||
|
|
||||||
global_check() {
|
print_global() {
|
||||||
nolog "Global check run!"
|
local message="$1"
|
||||||
printf "\n"
|
echo "$message"
|
||||||
show_config
|
}
|
||||||
printf "\n\n"
|
|
||||||
|
|
||||||
nolog "Checking fakeip functionality..."
|
global_check() {
|
||||||
|
print_global "📡 Global check run!"
|
||||||
nolog "Testing DNS resolution with default DNS server"
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
echo "=== Testing with default DNS server ==="
|
print_global "🛠️ System info"
|
||||||
nslookup -timeout=2 $TEST_DOMAIN
|
print_global "🕳️ Podkop: $(opkg list-installed podkop | awk '{print $3}')"
|
||||||
printf "\n"
|
print_global "🕳️ LuCI App: $(opkg list-installed luci-app-podkop | awk '{print $3}')"
|
||||||
|
print_global "📦 Sing-box: $(sing-box version | head -n 1 | awk '{print $3}')"
|
||||||
nolog "Finding a working DNS resolver..."
|
print_global "🛜 OpenWrt: $(grep OPENWRT_RELEASE /etc/os-release | cut -d'"' -f2)"
|
||||||
local working_resolver=$(find_working_resolver)
|
print_global "🛜 Device: $(cat /tmp/sysinfo/model)"
|
||||||
if [ -z "$working_resolver" ]; then
|
|
||||||
nolog "No working resolver found, skipping resolver check"
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
else
|
print_global "📄 Podkop config"
|
||||||
nolog "Using resolver: $working_resolver"
|
show_config
|
||||||
|
|
||||||
nolog "Testing DNS resolution with working resolver ($working_resolver)"
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
echo "=== Testing with working resolver ($working_resolver) ==="
|
print_global "🔧 System check"
|
||||||
nslookup -timeout=2 $TEST_DOMAIN $working_resolver
|
|
||||||
printf "\n"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Main FakeIP check
|
|
||||||
nolog "Testing DNS resolution for $TEST_DOMAIN using 127.0.0.42"
|
|
||||||
echo "=== Testing with FakeIP DNS (127.0.0.42) ==="
|
|
||||||
local result=$(nslookup -timeout=2 $TEST_DOMAIN 127.0.0.42 2>&1)
|
|
||||||
echo "$result"
|
|
||||||
|
|
||||||
if echo "$result" | grep -q "198.18"; then
|
|
||||||
nolog "✅ FakeIP is working correctly! Domain resolved to FakeIP range (198.18.x.x)"
|
|
||||||
else
|
|
||||||
nolog "❌ FakeIP test failed. Domain did not resolve to FakeIP range"
|
|
||||||
nolog "Checking if sing-box is running..."
|
|
||||||
|
|
||||||
if ! pgrep -f "sing-box" >/dev/null; then
|
|
||||||
nolog "sing-box is not running"
|
|
||||||
else
|
|
||||||
nolog "sing-box is running, but FakeIP might not be configured correctly"
|
|
||||||
nolog "Checking DNS configuration in sing-box..."
|
|
||||||
|
|
||||||
if [ -f "$SING_BOX_CONFIG" ]; then
|
|
||||||
local fakeip_enabled=$(jq -r '.dns.fakeip.enabled' "$SING_BOX_CONFIG")
|
|
||||||
local fakeip_range=$(jq -r '.dns.fakeip.inet4_range' "$SING_BOX_CONFIG")
|
|
||||||
|
|
||||||
nolog "FakeIP enabled: $fakeip_enabled"
|
|
||||||
nolog "FakeIP range: $fakeip_range"
|
|
||||||
|
|
||||||
local dns_rules=$(jq -r '.dns.rules[] | select(.server == "fakeip-server") | .domain' "$SING_BOX_CONFIG")
|
|
||||||
nolog "FakeIP domain: $dns_rules"
|
|
||||||
else
|
|
||||||
nolog "sing-box config file not found"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
printf "\n"
|
|
||||||
|
|
||||||
if grep -E "^nameserver\s+([0-9]{1,3}\.){3}[0-9]{1,3}" "$RESOLV_CONF" | grep -vqE "127\.0\.0\.1|0\.0\.0\.0"; then
|
if grep -E "^nameserver\s+([0-9]{1,3}\.){3}[0-9]{1,3}" "$RESOLV_CONF" | grep -vqE "127\.0\.0\.1|0\.0\.0\.0"; then
|
||||||
nolog "❌ /etc/resolv.conf contains an external nameserver:"
|
print_global "❌ /etc/resolv.conf contains external nameserver:"
|
||||||
cat /etc/resolv.conf
|
cat /etc/resolv.conf
|
||||||
echo ""
|
echo ""
|
||||||
else
|
else
|
||||||
nolog "✅ /etc/resolv.conf OK"
|
print_global "✅ /etc/resolv.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nolog "Checking dnsmasq configuration..."
|
|
||||||
cachesize="$(uci get dhcp.@dnsmasq[0].cachesize 2>/dev/null)"
|
cachesize="$(uci get dhcp.@dnsmasq[0].cachesize 2>/dev/null)"
|
||||||
noresolv="$(uci get dhcp.@dnsmasq[0].noresolv 2>/dev/null)"
|
noresolv="$(uci get dhcp.@dnsmasq[0].noresolv 2>/dev/null)"
|
||||||
server="$(uci get dhcp.@dnsmasq[0].server 2>/dev/null)"
|
server="$(uci get dhcp.@dnsmasq[0].server 2>/dev/null)"
|
||||||
|
|
||||||
if [ "$cachesize" != "0" ] || [ "$noresolv" != "1" ] || [ "$server" != "127.0.0.42" ]; then
|
if [ "$cachesize" != "0" ] || [ "$noresolv" != "1" ] || [ "$server" != "127.0.0.42" ]; then
|
||||||
nolog "❌ The configuration differs from the template. 📄 DHCP config:"
|
print_global "❌ DHCP configuration differs from template. 📄 DHCP config:"
|
||||||
|
awk '/^config /{p=($2=="dnsmasq")} p' /etc/config/dhcp
|
||||||
|
elif [ "$(uci get podkop.main.dont_touch_dhcp 2>/dev/null)" = "1" ]; then
|
||||||
|
print_global "⚠️ dont_touch_dhcp is enabled. 📄 DHCP config:"
|
||||||
awk '/^config /{p=($2=="dnsmasq")} p' /etc/config/dhcp
|
awk '/^config /{p=($2=="dnsmasq")} p' /etc/config/dhcp
|
||||||
else
|
else
|
||||||
nolog "✅ /etc/config/dhcp"
|
print_global "✅ /etc/config/dhcp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! pgrep -f "sing-box" >/dev/null; then
|
if ! pgrep -f "sing-box" >/dev/null; then
|
||||||
nolog "❌ sing-box is not running"
|
print_global "❌ sing-box is not running"
|
||||||
else
|
else
|
||||||
nolog "✅ sing-box is running"
|
print_global "✅ sing-box is running"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
if ! command -v nft >/dev/null 2>&1; then
|
print_global "🧱 NFT table"
|
||||||
nolog "nft is not installed"
|
|
||||||
return 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
nolog "📄 NFT Table Podkop"
|
|
||||||
|
|
||||||
# Check if table exists
|
|
||||||
if ! nft list table inet PodkopTable >/dev/null 2>&1; then
|
if ! nft list table inet PodkopTable >/dev/null 2>&1; then
|
||||||
nolog "PodkopTable not found"
|
print_global "❌ PodkopTable not found"
|
||||||
else
|
else
|
||||||
nft list table inet PodkopTable
|
nft list table inet PodkopTable
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
|
print_global "📄 WAN config"
|
||||||
|
if uci show network.wan >/dev/null 2>&1; then
|
||||||
|
awk '
|
||||||
|
/^config / {
|
||||||
|
p = ($2 == "interface" && $3 == "'\''wan'\''")
|
||||||
|
proto = ""
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
if ($1 == "option" && $2 == "proto") {
|
||||||
|
proto = $3
|
||||||
|
print
|
||||||
|
} else if (proto == "'\''static'\''" && $1 == "option" && ($2 == "ipaddr" || $2 == "netmask" || $2 == "gateway")) {
|
||||||
|
print " option", $2, "'\''******'\''"
|
||||||
|
} else if (proto == "'\''pppoe'\''" && $1 == "option" && ($2 == "username" || $2 == "password")) {
|
||||||
|
print " option", $2, "'\''******'\''"
|
||||||
|
} else {
|
||||||
|
print
|
||||||
|
}
|
||||||
|
}
|
||||||
|
' /etc/config/network
|
||||||
|
else
|
||||||
|
print_global "❌ WAN configuration not found"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if uci show network | grep -q endpoint_host; then
|
||||||
|
uci show network | grep endpoint_host | cut -d'=' -f2 | tr -d "'\" " | while read -r host; do
|
||||||
|
if [ "$host" = "engage.cloudflareclient.com" ]; then
|
||||||
|
print_global "⚠️ WARP detected: $host"
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
|
ip_prefix=$(echo "$host" | cut -d'.' -f1,2)
|
||||||
|
if echo "$CLOUDFLARE_OCTETS" | grep -wq "$ip_prefix"; then
|
||||||
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
|
print_global "⚠️ WARP detected: $host"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
|
||||||
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
|
print_global "➡️ DNS status"
|
||||||
|
dns_info=$(check_dns_available)
|
||||||
|
dns_type=$(echo "$dns_info" | jq -r '.dns_type')
|
||||||
|
dns_server=$(echo "$dns_info" | jq -r '.dns_server')
|
||||||
|
status=$(echo "$dns_info" | jq -r '.status')
|
||||||
|
print_global "$dns_type ($dns_server) is $status"
|
||||||
|
|
||||||
|
print_global "━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||||
|
print_global "🔁 FakeIP"
|
||||||
|
|
||||||
|
print_global "➡️ DNS resolution: system DNS server"
|
||||||
|
nslookup -timeout=2 $TEST_DOMAIN
|
||||||
|
|
||||||
|
local working_resolver=$(find_working_resolver)
|
||||||
|
if [ -z "$working_resolver" ]; then
|
||||||
|
print_global "❌ No working external resolver found"
|
||||||
|
else
|
||||||
|
print_global "➡️ DNS resolution: external resolver ($working_resolver)"
|
||||||
|
nslookup -timeout=2 $TEST_DOMAIN $working_resolver
|
||||||
|
fi
|
||||||
|
|
||||||
|
print_global "➡️ DNS resolution: sing-box DNS server (127.0.0.42)"
|
||||||
|
local result=$(nslookup -timeout=2 $TEST_DOMAIN 127.0.0.42 2>&1)
|
||||||
|
echo "$result"
|
||||||
|
|
||||||
|
if echo "$result" | grep -q "198.18"; then
|
||||||
|
print_global "✅ FakeIP is working correctly on router (198.18.x.x)"
|
||||||
|
else
|
||||||
|
print_global "❌ FakeIP test failed: Domain did not resolve to FakeIP range"
|
||||||
|
if ! pgrep -f "sing-box" >/dev/null; then
|
||||||
|
print_global " ❌ sing-box is not running"
|
||||||
|
else
|
||||||
|
print_global " 🤔 sing-box is running, checking configuration"
|
||||||
|
|
||||||
|
if [ -f "$SING_BOX_CONFIG" ]; then
|
||||||
|
local fakeip_enabled=$(jq -r '.dns.fakeip.enabled' "$SING_BOX_CONFIG")
|
||||||
|
local fakeip_range=$(jq -r '.dns.fakeip.inet4_range' "$SING_BOX_CONFIG")
|
||||||
|
local dns_rules=$(jq -r '.dns.rules[] | select(.server == "fakeip-server") | .domain' "$SING_BOX_CONFIG")
|
||||||
|
|
||||||
|
print_global " 📦 FakeIP enabled: $fakeip_enabled"
|
||||||
|
print_global " 📦 FakeIP range: $fakeip_range"
|
||||||
|
print_global " 📦 FakeIP domain: $dns_rules"
|
||||||
|
else
|
||||||
|
print_global " ⛔ sing-box config file not found"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
@@ -2275,6 +2427,9 @@ case "$1" in
|
|||||||
reload)
|
reload)
|
||||||
reload
|
reload
|
||||||
;;
|
;;
|
||||||
|
restart)
|
||||||
|
restart
|
||||||
|
;;
|
||||||
main)
|
main)
|
||||||
main
|
main
|
||||||
;;
|
;;
|
||||||
@@ -2336,7 +2491,7 @@ case "$1" in
|
|||||||
global_check
|
global_check
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Usage: $0 {start|stop|reload|enable|disable|main|list_update|check_proxy|check_nft|check_github|check_logs|check_sing_box_connections|check_sing_box_logs|check_fakeip|check_dnsmasq|show_config|show_version|show_sing_box_config|show_luci_version|show_sing_box_version|show_system_info|get_status|get_sing_box_status|check_dns_available|global_check}"
|
echo "Usage: $0 {start|stop|reload|restart|enable|disable|main|list_update|check_proxy|check_nft|check_github|check_logs|check_sing_box_connections|check_sing_box_logs|check_fakeip|check_dnsmasq|show_config|show_version|show_sing_box_config|show_luci_version|show_sing_box_version|show_system_info|get_status|get_sing_box_status|check_dns_available|global_check}"
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
Reference in New Issue
Block a user