From 36d59b366d69c952565d13b84869c7c889011f43 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 16 Oct 2020 10:20:53 +0800 Subject: [PATCH] feat(trojan): add dns --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.sh b/install.sh index 838dd8f..08e8f31 100644 --- a/install.sh +++ b/install.sh @@ -1357,6 +1357,13 @@ initTrojanGoConfig(){ "password": [ "${uuidTrojanGo}" ], + "dns":[ + "74.82.42.42", + "8.8.8.8", + "8.8.4.4", + "1.1.1.1", + "localhost" + ], "transport_plugin":{ "enabled":true, "type":"plaintext"