diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2022-09-15 00:37:38 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2022-09-15 00:37:38 -0500 |
| commit | 62878a042cc3cadb0650990270c5f7ccdb591ff3 (patch) | |
| tree | 738e73daeb1401966838fa5acc26e0c3413380b6 | |
| parent | 84c6d3563472c5814ed1219a9abdb1c11eeaa9ba (diff) | |
| parent | 21831c9b24189864507c1e1517a5820f448ff45b (diff) | |
| download | monzero-gui-62878a042cc3cadb0650990270c5f7ccdb591ff3.tar.gz monzero-gui-62878a042cc3cadb0650990270c5f7ccdb591ff3.tar.xz monzero-gui-62878a042cc3cadb0650990270c5f7ccdb591ff3.zip | |
Merge pull request #4011
21831c9 main: add --no-igd to simple mode flags (selsta)
| -rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
