diff --git a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
index 0999ba0294e4..a0fb34beb6f0 100644
--- a/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
+++ b/applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js
@@ -17,7 +17,7 @@ var startupConf = [
];
var commonConf = [
- [form.Value, 'server_addr', _('Server address'), _('ServerAddr specifies the address of the server to connect to.
By default, this value is "0.0.0.0".'), {datatype: 'host'}],
+ [form.Value, 'server_addr', _('Server address'), _('ServerAddr specifies the address of the server to connect to.
By default, this value is "127.0.0.1".'), {datatype: 'host'}],
[form.Value, 'server_port', _('Server port'), _('ServerPort specifies the port to connect to the server on.
By default, this value is 7000.'), {datatype: 'port'}],
[form.Value, 'http_proxy', _('HTTP proxy'), _('HttpProxy specifies a proxy address to connect to the server through. If this value is "", the server will be connected to directly.
By default, this value is read from the "http_proxy" environment variable.')],
[form.Value, 'log_file', _('Log file'), _('LogFile specifies a file where logs will be written to. This value will only be used if LogWay is set appropriately.
By default, this value is "console".')],
@@ -25,7 +25,7 @@ var commonConf = [
[form.Value, 'log_max_days', _('Log max days'), _('LogMaxDays specifies the maximum number of days to store log information before deletion. This is only used if LogWay == "file".
By default, this value is 0.'), {datatype: 'uinteger'}],
[form.Flag, 'disable_log_color', _('Disable log color'), _('DisableLogColor disables log colors when LogWay == "console" when set to true.'), {datatype: 'bool', default: 'false'}],
[form.Value, 'token', _('Token'), _('Token specifies the authorization token used to create keys to be sent to the server. The server must have a matching token for authorization to succeed.
By default, this value is "".')],
- [form.Value, 'admin_addr', _('Admin address'), _('AdminAddr specifies the address that the admin server binds to.
By default, this value is "127.0.0.1".'), {datatype: 'ipaddr'}],
+ [form.Value, 'admin_addr', _('Admin address'), _('AdminAddr specifies the address that the admin server binds to.
By default, this value is "0.0.0.0".'), {datatype: 'ipaddr'}],
[form.Value, 'admin_port', _('Admin port'), _('AdminPort specifies the port for the admin server to listen on. If this value is 0, the admin server will not be started.
By default, this value is 0.'), {datatype: 'port'}],
[form.Value, 'admin_user', _('Admin user'), _('AdminUser specifies the username that the admin server will use for login.
By default, this value is "admin".')],
[form.Value, 'admin_pwd', _('Admin password'), _('AdminPwd specifies the password that the admin server will use for login.
By default, this value is "admin".'), {password: true}],
diff --git a/applications/luci-app-frpc/po/ar/frpc.po b/applications/luci-app-frpc/po/ar/frpc.po
index 9f041b9fdfc2..2839b51878c1 100644
--- a/applications/luci-app-frpc/po/ar/frpc.po
+++ b/applications/luci-app-frpc/po/ar/frpc.po
@@ -42,7 +42,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/bg/frpc.po b/applications/luci-app-frpc/po/bg/frpc.po
index 605b9ba6b847..1d29aba60edd 100644
--- a/applications/luci-app-frpc/po/bg/frpc.po
+++ b/applications/luci-app-frpc/po/bg/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/bn_BD/frpc.po b/applications/luci-app-frpc/po/bn_BD/frpc.po
index 3c718d0c1e39..940b8084f3d1 100644
--- a/applications/luci-app-frpc/po/bn_BD/frpc.po
+++ b/applications/luci-app-frpc/po/bn_BD/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -350,7 +350,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/ca/frpc.po b/applications/luci-app-frpc/po/ca/frpc.po
index 28d917ffe86c..c994e766b4cd 100644
--- a/applications/luci-app-frpc/po/ca/frpc.po
+++ b/applications/luci-app-frpc/po/ca/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/cs/frpc.po b/applications/luci-app-frpc/po/cs/frpc.po
index 3bb728436043..3afae4c6e991 100644
--- a/applications/luci-app-frpc/po/cs/frpc.po
+++ b/applications/luci-app-frpc/po/cs/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "Port serveru"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/da/frpc.po b/applications/luci-app-frpc/po/da/frpc.po
index 362f2026506d..9347e0dbaf1f 100644
--- a/applications/luci-app-frpc/po/da/frpc.po
+++ b/applications/luci-app-frpc/po/da/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/de/frpc.po b/applications/luci-app-frpc/po/de/frpc.po
index 4572a893f698..4fb2ca73d8ca 100644
--- a/applications/luci-app-frpc/po/de/frpc.po
+++ b/applications/luci-app-frpc/po/de/frpc.po
@@ -41,10 +41,10 @@ msgstr "Admin-Nutzer"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr spezifiziert die Adresse auf der der Admin-Server lauscht.
Standard für diesen Wert ist \"127.0.0.1\"."
+">Standard für diesen Wert ist \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -396,10 +396,10 @@ msgstr "Server-Port"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr spezifiziert die Adresse des Servers zu dem Verbunden werden soll."
-"
Standardwert hierfür ist \"0.0.0.0\"."
+"
Standardwert hierfür ist \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/el/frpc.po b/applications/luci-app-frpc/po/el/frpc.po
index 7127e489cc07..01d0feb51f45 100644
--- a/applications/luci-app-frpc/po/el/frpc.po
+++ b/applications/luci-app-frpc/po/el/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/en/frpc.po b/applications/luci-app-frpc/po/en/frpc.po
index badd14f886d5..397dd77d2f95 100644
--- a/applications/luci-app-frpc/po/en/frpc.po
+++ b/applications/luci-app-frpc/po/en/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/es/frpc.po b/applications/luci-app-frpc/po/es/frpc.po
index d27021cde8b4..091d934e2d92 100644
--- a/applications/luci-app-frpc/po/es/frpc.po
+++ b/applications/luci-app-frpc/po/es/frpc.po
@@ -44,10 +44,10 @@ msgstr "Usuario del administrador"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr especifica la dirección a la que se une el servidor de "
-"administración.
De manera predeterminada, este valor es \"127.0.0.1\"."
+"administración.
De manera predeterminada, este valor es \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -399,10 +399,10 @@ msgstr "Puerto del servidor"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr especifica la dirección del servidor al que conectarse.
Por "
-"defecto, este valor es \"0.0.0.0\"."
+"defecto, este valor es \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/fi/frpc.po b/applications/luci-app-frpc/po/fi/frpc.po
index 497d11f1a903..5866bbcc3921 100644
--- a/applications/luci-app-frpc/po/fi/frpc.po
+++ b/applications/luci-app-frpc/po/fi/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "Palvelinportti"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/fr/frpc.po b/applications/luci-app-frpc/po/fr/frpc.po
index 01954da3ba13..b76cfbc57e5f 100644
--- a/applications/luci-app-frpc/po/fr/frpc.po
+++ b/applications/luci-app-frpc/po/fr/frpc.po
@@ -41,10 +41,10 @@ msgstr "Utilisateur administrateur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr spécifie l'adresse à laquelle le serveur d'administration se lie."
-"
Par défaut, cette valeur est \"127.0.0.1\"."
+"
Par défaut, cette valeur est \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -397,10 +397,10 @@ msgstr "Port serveur"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr spécifie l'adresse du serveur auquel se connecter.
Par "
-"défaut, cette valeur est \"0.0.0.0\"."
+"défaut, cette valeur est \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/he/frpc.po b/applications/luci-app-frpc/po/he/frpc.po
index d31d028e2635..197dabadf6f3 100644
--- a/applications/luci-app-frpc/po/he/frpc.po
+++ b/applications/luci-app-frpc/po/he/frpc.po
@@ -42,7 +42,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/hi/frpc.po b/applications/luci-app-frpc/po/hi/frpc.po
index 7e933a2684cc..f8aa2707ccad 100644
--- a/applications/luci-app-frpc/po/hi/frpc.po
+++ b/applications/luci-app-frpc/po/hi/frpc.po
@@ -35,7 +35,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -341,7 +341,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/hu/frpc.po b/applications/luci-app-frpc/po/hu/frpc.po
index 4b05416f3d36..461b29e77538 100644
--- a/applications/luci-app-frpc/po/hu/frpc.po
+++ b/applications/luci-app-frpc/po/hu/frpc.po
@@ -41,10 +41,10 @@ msgstr "Rendszergazda felhasználó"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr azt a címet határozza meg amihez az admin szerver kötődik.
Alapértelmezés szerint ez az érték „127.0.1”."
+">Alapértelmezés szerint ez az érték „0.0.0.0”."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -361,7 +361,7 @@ msgstr "Kiszolgáló port"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/it/frpc.po b/applications/luci-app-frpc/po/it/frpc.po
index bbbee2e3c2ad..c62413cac2b2 100644
--- a/applications/luci-app-frpc/po/it/frpc.po
+++ b/applications/luci-app-frpc/po/it/frpc.po
@@ -41,7 +41,7 @@ msgstr "Utente admin"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr "Porta del server"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/ja/frpc.po b/applications/luci-app-frpc/po/ja/frpc.po
index de539579288b..8958fab81bc3 100644
--- a/applications/luci-app-frpc/po/ja/frpc.po
+++ b/applications/luci-app-frpc/po/ja/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "サーバーのポート"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/ko/frpc.po b/applications/luci-app-frpc/po/ko/frpc.po
index 3e7b796d0595..19c5731d566d 100644
--- a/applications/luci-app-frpc/po/ko/frpc.po
+++ b/applications/luci-app-frpc/po/ko/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/lt/frpc.po b/applications/luci-app-frpc/po/lt/frpc.po
index 786f6874b08d..177813cdfb4d 100644
--- a/applications/luci-app-frpc/po/lt/frpc.po
+++ b/applications/luci-app-frpc/po/lt/frpc.po
@@ -45,7 +45,7 @@ msgstr "Administratoriaus vartotojas/naudotojas"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -353,7 +353,7 @@ msgstr "Serverio prievadas"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/mr/frpc.po b/applications/luci-app-frpc/po/mr/frpc.po
index ae4494b052dc..7123fce17483 100644
--- a/applications/luci-app-frpc/po/mr/frpc.po
+++ b/applications/luci-app-frpc/po/mr/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/ms/frpc.po b/applications/luci-app-frpc/po/ms/frpc.po
index 0d30e6e781a6..1d999452004c 100644
--- a/applications/luci-app-frpc/po/ms/frpc.po
+++ b/applications/luci-app-frpc/po/ms/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/nb_NO/frpc.po b/applications/luci-app-frpc/po/nb_NO/frpc.po
index 15f294372dce..216458ff2d8b 100644
--- a/applications/luci-app-frpc/po/nb_NO/frpc.po
+++ b/applications/luci-app-frpc/po/nb_NO/frpc.po
@@ -42,7 +42,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -349,7 +349,7 @@ msgstr "Tjenerport"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/nl/frpc.po b/applications/luci-app-frpc/po/nl/frpc.po
index 42b09a830b53..0fcd561c04ed 100644
--- a/applications/luci-app-frpc/po/nl/frpc.po
+++ b/applications/luci-app-frpc/po/nl/frpc.po
@@ -40,7 +40,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -346,7 +346,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/pl/frpc.po b/applications/luci-app-frpc/po/pl/frpc.po
index b253eca3fcb5..15bf5e2e41c1 100644
--- a/applications/luci-app-frpc/po/pl/frpc.po
+++ b/applications/luci-app-frpc/po/pl/frpc.po
@@ -42,10 +42,10 @@ msgstr "Administrator użytkownika"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr określa adres, który serwer administracyjny łączy z adresem.
"
-"Domyślnie jest to wartość \"127.0.0.1\"."
+"Domyślnie jest to wartość \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -394,10 +394,10 @@ msgstr "Port serwera"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr określa adres serwera, z którymi chcesz się połączyć.
Domyśl domyślnie ta wartość to \"0.0.0.0\"."
+">Domyśl domyślnie ta wartość to \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/pt/frpc.po b/applications/luci-app-frpc/po/pt/frpc.po
index 72fe18edcefa..764fdb3941b5 100644
--- a/applications/luci-app-frpc/po/pt/frpc.po
+++ b/applications/luci-app-frpc/po/pt/frpc.po
@@ -41,10 +41,10 @@ msgstr "Utilizador do Administrador"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr especifica o endereço para o qual o servidor admin se liga.
Por padrão, este valor é \"127.0.0.1\"."
+">Por padrão, este valor é \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -392,10 +392,10 @@ msgstr "Porta do servidor"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr especifica o endereço do servidor ao qual se conectar.
O "
-"valor predefinido é \"0.0.0.0\"."
+"valor predefinido é \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/pt_BR/frpc.po b/applications/luci-app-frpc/po/pt_BR/frpc.po
index 68d2c258d257..fb1ac80e47e1 100644
--- a/applications/luci-app-frpc/po/pt_BR/frpc.po
+++ b/applications/luci-app-frpc/po/pt_BR/frpc.po
@@ -41,10 +41,10 @@ msgstr "Usuário administrador"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr determina o endereço a ser vinculado para uso do administrador do "
-"servidor.
O valor predefinido é \"127.0.0.0.1\"."
+"servidor.
O valor predefinido é \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -394,10 +394,10 @@ msgstr "Porta do servidor"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr determina o endereço do servidor para se conectar.
O valor "
-"predefinido é \"0,0.0.0\"."
+"predefinido é \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/ro/frpc.po b/applications/luci-app-frpc/po/ro/frpc.po
index 679b6022e773..fbf1c5e3dca3 100644
--- a/applications/luci-app-frpc/po/ro/frpc.po
+++ b/applications/luci-app-frpc/po/ro/frpc.po
@@ -42,10 +42,10 @@ msgstr "Utilizator administrator"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr specifică adresa la care se leagă serverul de administrare.
În mod implicit, această valoare este \"127.0.0.0.1\"."
+">În mod implicit, această valoare este \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -397,10 +397,10 @@ msgstr "Port de server"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr specifică adresa serverului la care trebuie să se conecteze.
În mod implicit, această valoare este \"0.0.0.0\"."
+">În mod implicit, această valoare este \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/ru/frpc.po b/applications/luci-app-frpc/po/ru/frpc.po
index eebd9a412418..26fb5c6d0e43 100644
--- a/applications/luci-app-frpc/po/ru/frpc.po
+++ b/applications/luci-app-frpc/po/ru/frpc.po
@@ -42,10 +42,10 @@ msgstr "Пользователь администратора"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr указывает адрес, к которому привязывается сервер "
-"администратора.
По умолчанию это значение равно \"127.0.0.1\"."
+"администратора.
По умолчанию это значение равно \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -396,10 +396,10 @@ msgstr "Порт сервера"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr указывает адрес сервера для подключения.
По умолчанию это "
-"значение равно \"0.0.0.0\"."
+"значение равно \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/sk/frpc.po b/applications/luci-app-frpc/po/sk/frpc.po
index 309c23b160f8..7de4806f51a5 100644
--- a/applications/luci-app-frpc/po/sk/frpc.po
+++ b/applications/luci-app-frpc/po/sk/frpc.po
@@ -41,7 +41,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -347,7 +347,7 @@ msgstr "Port servera"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/sv/frpc.po b/applications/luci-app-frpc/po/sv/frpc.po
index 3612dce9bea8..6cbe03a56b37 100644
--- a/applications/luci-app-frpc/po/sv/frpc.po
+++ b/applications/luci-app-frpc/po/sv/frpc.po
@@ -41,7 +41,7 @@ msgstr "Admin-användare"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -348,7 +348,7 @@ msgstr "Port för server"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/templates/frpc.pot b/applications/luci-app-frpc/po/templates/frpc.pot
index 3a62451f3854..e1c2485e2266 100644
--- a/applications/luci-app-frpc/po/templates/frpc.pot
+++ b/applications/luci-app-frpc/po/templates/frpc.pot
@@ -32,7 +32,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
@@ -338,7 +338,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/tr/frpc.po b/applications/luci-app-frpc/po/tr/frpc.po
index 6f7580758a3d..f25fcabb7690 100644
--- a/applications/luci-app-frpc/po/tr/frpc.po
+++ b/applications/luci-app-frpc/po/tr/frpc.po
@@ -41,10 +41,10 @@ msgstr "Yönetici kullanıcı"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr, yönetici sunucusunun bağlandığı adresi belirtir.
Varsayılan "
-"olarak bu değer \"127.0.0.1\" dir."
+"olarak bu değer \"0.0.0.0\" dir."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -395,10 +395,10 @@ msgstr "Sunucu bağlantı noktası"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr bağlanılacak sunucunun adresini belirtir.
Varsayılan olarak "
-"bu değer \"0.0.0.0\" dır."
+"bu değer \"127.0.0.1\" dır."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/uk/frpc.po b/applications/luci-app-frpc/po/uk/frpc.po
index 15c53566dd1d..6fd4accd4505 100644
--- a/applications/luci-app-frpc/po/uk/frpc.po
+++ b/applications/luci-app-frpc/po/uk/frpc.po
@@ -42,10 +42,10 @@ msgstr "Користувач-адміністратор"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr встановлює адресу до якої підключається сервер адміністратора.
За замовчуванням, це значення - \"127.0.0.1\"."
+">За замовчуванням, це значення - \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -353,7 +353,7 @@ msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
diff --git a/applications/luci-app-frpc/po/vi/frpc.po b/applications/luci-app-frpc/po/vi/frpc.po
index 54e917291e00..fbfbada9c1b1 100644
--- a/applications/luci-app-frpc/po/vi/frpc.po
+++ b/applications/luci-app-frpc/po/vi/frpc.po
@@ -41,10 +41,10 @@ msgstr "Người dùng Admin"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
"AdminAddr chỉ định địa chỉ mà máy chủ quản trị liên kết đến.
Theo mặc "
-"định, giá trị này là \"127.0.0.1\"."
+"định, giá trị này là \"0.0.0.0\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -391,10 +391,10 @@ msgstr "Cổng máy chủ"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
"ServerAddr chỉ định địa chỉ của máy chủ để kết nối.
Theo mặc định, giá "
-"trị này là \"0.0.0.0\"."
+"trị này là \"127.0.0.1\"."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/zh_Hans/frpc.po b/applications/luci-app-frpc/po/zh_Hans/frpc.po
index 38d91ba7889e..591f0b051804 100644
--- a/applications/luci-app-frpc/po/zh_Hans/frpc.po
+++ b/applications/luci-app-frpc/po/zh_Hans/frpc.po
@@ -41,8 +41,8 @@ msgstr "管理用户"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
-msgstr "AdminAddr 特指用于绑定管理服务器的地址。
默认是\"127.0.0.1\"。"
+"default, this value is \"0.0.0.0\"."
+msgstr "AdminAddr 特指用于绑定管理服务器的地址。
默认是\"0.0.0.0\"。"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -374,9 +374,9 @@ msgstr "服务器端口"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
-"ServerAddr 指定要连接到的服务器的地址。
默认情况下,此值为\"0.0.0.0\"。"
+"ServerAddr 指定要连接到的服务器的地址。
默认情况下,此值为\"127.0.0.1\"。"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""
diff --git a/applications/luci-app-frpc/po/zh_Hant/frpc.po b/applications/luci-app-frpc/po/zh_Hant/frpc.po
index fda3019bcfa8..8bbd245c135c 100644
--- a/applications/luci-app-frpc/po/zh_Hant/frpc.po
+++ b/applications/luci-app-frpc/po/zh_Hant/frpc.po
@@ -41,9 +41,9 @@ msgstr "管理員用戶"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:28
msgid ""
"AdminAddr specifies the address that the admin server binds to.
By "
-"default, this value is \"127.0.0.1\"."
+"default, this value is \"0.0.0.0\"."
msgstr ""
-"AdminAddr指定管理伺服器綁定到的位址.
預設況下, 此值為“127.0.0.1”."
+"AdminAddr指定管理伺服器綁定到的位址.
預設況下, 此值為“0.0.0.0”."
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:29
msgid ""
@@ -373,9 +373,9 @@ msgstr "伺服器埠號"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:20
msgid ""
"ServerAddr specifies the address of the server to connect to.
By "
-"default, this value is \"0.0.0.0\"."
+"default, this value is \"127.0.0.1\"."
msgstr ""
-"ServerAddr指定要連接的伺服器的位址。
預設情況下,此值為“ 0.0.0.0”。"
+"ServerAddr指定要連接的伺服器的位址。
預設情況下,此值為“ 127.0.0.1”。"
#: applications/luci-app-frpc/htdocs/luci-static/resources/view/frpc.js:21
msgid ""