Skip to content

Commit 6e4c180

Browse files
committed
fix: dns outbound
1 parent 75c6496 commit 6e4c180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/ConfigBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ namespace NekoGui {
537537
}
538538
dnsRules.append(QJsonObject{
539539
{"outbound", "any"},
540-
{"server", "direct"},
540+
{"server", "dns-direct"},
541541
});
542542

543543
// block

0 commit comments

Comments
 (0)