Skip to content

Commit 8ad1760

Browse files
committed
update vaydns to 0.2.4
1 parent 83f4afd commit 8ad1760

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

common/packages.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ vaydns|0.2.0|arm64|https://github.com/net2share/vaydns/releases/download/v0.2.0/
4545
vaydns|0.2.0|amd64|https://github.com/net2share/vaydns/releases/download/v0.2.0/vaydns-server-linux-amd64|2e50a8ea286dcf4299d5aa485a501d079d3ee2dd7b6388315d6eb4131ac9e2c8
4646
telemt|3.3.31|arm64|https://github.com/telemt/telemt/releases/download/3.3.31/telemt-aarch64-linux-gnu.tar.gz|a52c6577b69c536a716eb86a389a5baff8eb98e616074aad118d82bc3ea98029
4747
telemt|3.3.31|amd64|https://github.com/telemt/telemt/releases/download/3.3.31/telemt-x86_64-linux-gnu.tar.gz|2e3acac4db63b61653c9026ff42af8733cb37c95dce738331c414dcc78226bcd
48+
vaydns|0.2.4|arm64|https://github.com/net2share/vaydns/releases/download/v0.2.4/vaydns-server-linux-arm64|97218d73f3256877770eae80acd746b982fc2a65c511fb59de7a7e48298c5168
49+
vaydns|0.2.4|amd64|https://github.com/net2share/vaydns/releases/download/v0.2.4/vaydns-server-linux-amd64|8fb10c1ead71d46dbc23e92b15675c993a10d5678948e2fc133599782e69a6d6

hiddify-panel/src

Submodule src updated from 25b3ef2 to 9b05707

other/dnstt/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ if [ "$?" == "0" ] || ! is_installed ./dnstt-server; then
2222
chown "dnstt":"dnstt" "$PRIVATE_KEY_FILE" "$PUBLIC_KEY_FILE"
2323
chmod 600 "$PRIVATE_KEY_FILE"
2424
chmod 644 "$PUBLIC_KEY_FILE"
25-
set_installed_version dnstt
25+
set_installed_version vaydns
2626
fi
2727

other/dnstt/run.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Wants=network-online.target
1515
Type=simple
1616
User=dnstt
1717
Group=dnstt
18-
ExecStart=/opt/hiddify-manager/other/dnstt/dnstt-server -udp 127.0.0.1:{{d['internal_port_dnstt']}} -privkey {{hconfigs['dnstt_private_key']}} -mtu {{d.extra_params.get("mtu",1232)}} -clientid-size {{d.extra_params.get("clientid_size",2)}} {{ "-dnstt-compat" if d.extra_params.get("dnstt_compat", False) else "" }} -d {{d.domain}} -upstream 127.0.0.1:2001 -keepalive {{d.extra_params.get("keepalive",2)}} -idle-timeout {{d.extra_params.get("idle_timeout",10)}}
18+
ExecStart=/opt/hiddify-manager/other/dnstt/dnstt-server -udp 127.0.0.1:{{d['internal_port_dnstt']}} -privkey {{hconfigs['dnstt_private_key']}} -mtu {{d.extra_params.get("mtu",1232)}} -clientid-size {{d.extra_params.get("clientid_size",2)}} {{ "-dnstt-compat" if d.extra_params.get("dnstt_compat", False) else "" }} -domain {{d.domain}} -upstream 127.0.0.1:2001 -keepalive {{d.extra_params.get("keepalive",2)}}s -idle-timeout {{d.extra_params.get("idle_timeout",10)}}s -record-type {{d.extra_params.get("record_type","txt")}}
1919
Restart=always
2020
RestartSec=5
2121
StandardOutput=journal

0 commit comments

Comments
 (0)