summarylogtreecommitdiffstats
path: root/client.conf
diff options
context:
space:
mode:
authorgilcu32022-09-30 11:16:44 +0200
committergilcu32022-09-30 11:16:44 +0200
commite64e58f0ddd7b26b7dbbfc63e677e1c4a854d511 (patch)
tree9a86dae78046db84f0c03b36caa8b929abddb8e2 /client.conf
parent348a7b550788ac234377262ec1355cf364d2ac5b (diff)
downloadaur-e64e58f0ddd7b26b7dbbfc63e677e1c4a854d511.tar.gz
improved the build process, building with current go using a workaround
Diffstat (limited to 'client.conf')
-rw-r--r--client.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/client.conf b/client.conf
new file mode 100644
index 000000000000..7def21ab248d
--- /dev/null
+++ b/client.conf
@@ -0,0 +1,10 @@
+{
+ "___comment": "More options: https://github.com/Psiphon-Labs/psiphon-tunnel-core/blob/master/psiphon/config.go",
+ "___comment": "DataRootDirectory must exist (otherwise this crashes). If the key is missing, it uses the current directory.",
+ "DataRootDirectory": "",
+ "LocalHttpProxyPort": 8080,
+ "LocalSocksProxyPort": 1080,
+ "PropagationChannelId": "FFFFFFFFFFFFFFFF",
+ "SponsorId": "FFFFFFFFFFFFFFFF",
+ "UpstreamProxyURL": ""
+}