mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Added socks support in the defaults file so that it is available in preference.txt
This commit is contained in:
@@ -327,6 +327,14 @@ run.present.stop.color = #cccccc
|
||||
proxy.host=
|
||||
proxy.port=
|
||||
|
||||
# SOCKS PROXY
|
||||
# Set a proxy server for folks that require it. This will allow the update
|
||||
# checker and the contrib manager to run properly in those environments.
|
||||
#socksProxy.host=proxy.example.com
|
||||
#socksProxy.port=9150
|
||||
socksProxy.host=
|
||||
socksProxy.port=
|
||||
|
||||
# PDE X
|
||||
pdex.autoSave.autoSaveByDefault=true
|
||||
pdex.autoSave.autoSaveEnabled=false
|
||||
|
||||
Reference in New Issue
Block a user