feat(trojan): add dns

pull/534/merge
mack-a 2020-10-16 10:20:53 +08:00
parent 30cfeb75f7
commit 36d59b366d
1 changed files with 7 additions and 0 deletions

View File

@ -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"