Skip to content

Commit

Permalink
- Исправлена ошибка при импорте доменных имен из файла #[issue 100](q…
Browse files Browse the repository at this point in the history
…zeleza#100)

- Добавлена возможность автоматического добавления гостевых сетей при обновлении пакета
- Исправлена ошибка в файле kvas-ips-reset #[issue 97](qzeleza#97)
  • Loading branch information
qzeleza committed Jan 26, 2024
1 parent f0b3592 commit d428160
Show file tree
Hide file tree
Showing 11 changed files with 148 additions and 101 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.7 release 3
- Исправлена ошибка при импорте доменных имен из файла #[issue 100](https://github.com/qzeleza/kvas/issues/100)
- Добавлена возможность автоматического добавления гостевых сетей при обновлении пакета
- Исправлена ошибка в файле kvas-ips-reset #[issue 97](https://github.com/qzeleza/kvas/issues/97)

## 1.1.7 release 2
- Исправлена ошибка при обновлении пакета, когда номер версии не менялся, а оставался прежним.
- Исправлена ошибка при сканировании интерфейсов при исполнении команды `vpn set`
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=kvas
PKG_VERSION:=1.1.7
PKG_RELEASE:=release_2
PKG_RELEASE:=release_3
PKG_BUILD_DIR:=$(BUILD_DIR)/${FULL_PACKAGE_NAME}_

include $(INCLUDE_DIR)/package.mk
Expand Down
2 changes: 1 addition & 1 deletion build/version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=1.1.7
STAGE=release
RELEASE=2
RELEASE=3
Binary file added ipk/kvas_1.1.7-release_3_all.ipk
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion opt/bin/kvas
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ case "${1}" in
test | check) cmd_state_checker
[ -n "${2}" ] && exit 0
;;
add | new) cmd_add_one_host "${2}" "yes" "no" "${3}"
add | new) cmd_add_one_host "${2}" "yes" "${3}"
;;
import) cmd_import_hosts "${2}"
;;
Expand Down
3 changes: 2 additions & 1 deletion opt/bin/libs/debug
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ iptables_debug() {
result=$(/opt/sbin/iptables-save 2>/dev/null | grep -E 'unblock|SHADOWSOCKS')
else
print_line
. /opt/apps/kvas/bin/libs/ndm
cmd_vpn_iptable_reset
result=$(/opt/sbin/iptables-save | grep -E 'VPNREDIR|unblock' )
fi
Expand Down Expand Up @@ -437,7 +438,7 @@ print_debug() {
router_info
# ping_debug
show_install_log
show_services_status
# show_services_status
print_line
syslog_debug
show_interfaces_debug
Expand Down
Loading

0 comments on commit d428160

Please sign in to comment.