diff --git a/luci-app-godproxy/po/zh-cn/koolproxy.po b/luci-app-godproxy/po/zh-cn/koolproxy.po
index bd6d5ada9..b85bd37b1 100644
--- a/luci-app-godproxy/po/zh-cn/koolproxy.po
+++ b/luci-app-godproxy/po/zh-cn/koolproxy.po
@@ -1,6 +1,15 @@
+msgid "RUNNING"
+msgstr "运行中"
+
+msgid "NOT RUNNING"
+msgstr "未运行"
+
msgid "Filter Mode"
msgstr "过滤模式"
+msgid "Collecting data..."
+msgstr "收集数据..."
+
msgid "Basic Settings"
msgstr "基础设置"
@@ -29,7 +38,7 @@ msgid "Set Backlist Of Websites"
msgstr "网站黑名单设置"
msgid "KoolproxyR Plus+"
-msgstr "GodProxy滤广告"
+msgstr "GodProxy 滤广告"
msgid "Koolproxy Logs"
msgstr "查看最近的更新日志"
@@ -42,5 +51,3 @@ msgstr "上传恢复已备份的证书,文件名必须为koolproxyCA.tar.gz"
msgid "ACLs is a tools which used to designate specific IP filter mode,The MAC addresses added to the list will be filtered using https"
msgstr "访问控制列表是用于指定特殊IP过滤模式的工具,如为已安装证书的客户端开启https广告过滤等,MAC或者IP必须填写其中一项。"
-
-
diff --git a/luci-app-godproxy/root/etc/config/koolproxy b/luci-app-godproxy/root/etc/config/koolproxy
index 339a32d74..7a2aef6f4 100644
--- a/luci-app-godproxy/root/etc/config/koolproxy
+++ b/luci-app-godproxy/root/etc/config/koolproxy
@@ -1,5 +1,5 @@
config global
- option time_update '4'
+ option enabled '0'
option koolproxy_port '0'
option startup_delay '0'
option koolproxy_acl_default '1'
@@ -7,8 +7,8 @@ config global
option koolproxy_host '1'
option koolproxy_rules 'koolproxy.txt daily.txt kp.dat user.txt'
option thirdparty_rules 'anti-ad.txt'
- option enabled '0'
option koolproxy_ipv6 '0'
+ option time_update 'nil'
config acl_rule
option proxy_mode '2'
diff --git a/luci-app-pushbot/Makefile b/luci-app-pushbot/Makefile
index 2cb12a744..fb55b7a15 100644
--- a/luci-app-pushbot/Makefile
+++ b/luci-app-pushbot/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-pushbot
PKG_VERSION:=3.55
-PKG_RELEASE:=16
+PKG_RELEASE:=20
PKG_MAINTAINER:=tty228