Proxy: step one (missing proxy from nikiroo-utils)
[nikiroo-utils.git] / src / be / nikiroo / fanfix / Instance.java
index cacbbfe33320c32df5002563105e643a9ac8c86a..733c16cf9a6e8705e1a602ec279e2b8309d6f395 100644 (file)
@@ -52,6 +52,10 @@ public class Instance {
 
                // Most of the rest is dependent upon this:
                createConfigs(configDir, false);
+               
+               // Proxy support
+               // TODO: include new nikiroo-utils version
+               // Proxy.use(Instance.getConfig().getString(Config.USE_PROXY));
 
                // update tracer:
                boolean debug = Instance.getConfig()