Skip to content

Commit

Permalink
Merge pull request #4011
Browse files Browse the repository at this point in the history
21831c9 main: add --no-igd to simple mode flags (selsta)
  • Loading branch information
luigi1111 committed Sep 15, 2022
2 parents 84c6d35 + 21831c9 commit 62878a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ ApplicationWindow {
return;
}

const simpleModeFlags = "--enable-dns-blocklist --out-peers 16";
const simpleModeFlags = "--enable-dns-blocklist --out-peers 16 --no-igd";
if (appWindow.daemonRunning) {
appWindow.stopDaemon(function() {
appWindow.startDaemon(simpleModeFlags)
Expand Down

0 comments on commit 62878a0

Please sign in to comment.