update 2023-10-23 16:23:28

This commit is contained in:
github-actions[bot] 2023-10-23 16:23:29 +08:00
parent 90c091f456
commit e17e5db702
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ function generate_outbound(node) {
packet_encoding: node.packet_encoding,
/* WireGuard */
system_interface: (node.type === 'wireguard') || null,
interface_name: (node.type === 'wireguard') ? 'singwg-cfg-' + node['.name'] + '-out' : null,
interface_name: (node.type === 'wireguard') ? 'wg-' + node['.name'] + '-out' : null,
local_address: node.wireguard_local_address,
private_key: node.wireguard_private_key,
peer_public_key: node.wireguard_peer_public_key,

View File

@ -359,7 +359,7 @@ msgid "These domains are always resolved using local DNS. And force TTL 5 second
msgstr "加入的域名始终使用 “本地 DNS” 进行解析,并且强制 TTL 5 秒,解析结果不会进入缓存(每个域名一行,支持域名匹配规则)"
msgid "Hosts For example: baidu.com 10.0.0.1"
msgstr "自定义 Hosts 重写baidu.com 10.0.0.1(每个规则一行)"
msgstr "自定义 Hosts 重写baidu.com 10.0.0.1(每个规则一行,支持域名匹配规则"
msgid "Redirect"
msgstr "重定向"