View Single Post
  #8  
Old 29.03.2018, 08:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,044
Default

Ich habs soeben über die MyJDownloader Website und Lokal an GUI getestet und es ging.
Bitte 1:1 Kopieren, Hier nochmal der Eintrag
Code:
[ {
"proxy" : {
"username" : null,
"password" : null,
"port" : 80,
"address" : "tun0",
"type" : "DIRECT",
"preferNativeImplementation" : false,
"resolveHostName" : false,
"connectMethodPrefered" : false
},
"rangeRequestsSupported" : true,
"filter" : {
"type" : "BLACKLIST",
"entries" : [ "update.appwork.org", "api.jdownloader.org", "appwork.org" ]
},
"pac" : false,
"reconnectSupported" : false,
"enabled" : true
}, {
"proxy" : {
"username" : null,
"password" : null,
"port" : 80,
"address" : null,
"type" : "NONE",
"preferNativeImplementation" : false,
"resolveHostName" : false,
"connectMethodPrefered" : false
},
"rangeRequestsSupported" : true,
"filter" : {
"type" : "WHITELIST",
"entries" : [ "update.appwork.org", "api.jdownloader.org", "appwork.org" ]
},
"pac" : false,
"reconnectSupported" : true,
"enabled" : true
} ]
__________________
JD-Dev & Server-Admin
Reply With Quote