feat(trojan): add dns
parent
30cfeb75f7
commit
36d59b366d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue