summarylogtreecommitdiffstats
path: root/geph4-client.default
diff options
context:
space:
mode:
authorDct Mei2021-08-17 15:45:08 +0800
committerDct Mei2021-08-17 15:46:05 +0800
commit3973e3272cfe2f819704e16596466cf9acd0c214 (patch)
treed34c8db68bb338ee225551255fe65befe582fdcf /geph4-client.default
downloadaur-3973e3272cfe2f819704e16596466cf9acd0c214.tar.gz
feat: v4.4.10-1
Diffstat (limited to 'geph4-client.default')
-rw-r--r--geph4-client.default46
1 files changed, 46 insertions, 0 deletions
diff --git a/geph4-client.default b/geph4-client.default
new file mode 100644
index 000000000000..d9f7d0979c87
--- /dev/null
+++ b/geph4-client.default
@@ -0,0 +1,46 @@
+# The default settings for Geph4 client Service
+
+# Fill in the subcommand here, you can run
+# `geph4-client -h` to view:
+# binder-proxy | connect | sync
+SUBCOMMAND=connect
+# Fill in some flags here, you can run
+# `geph4-client connect -h` to view:
+# --stdio-vpn: whether or not to wait for VPN commands on stdio
+# --use-bridges: whether or not to use bridges
+FLAGS="--use-bridges"
+# Fill in some options here, you can run
+# `geph4-client connect -h` to view:
+# --credential-cache:
+# /var/cache/geph4-client/
+# --dns-listen:
+# where to listen for proxied DNS requests
+# --exit-server:
+# ca-mtl-01.exits.geph.io
+# fi-hel-01.exits.geph.io
+# sg-sgp-02.exits.geph.io
+# sosistab-jp-test.labooyah.be
+# tw-rmq-01.exits.geph.io
+# us-hio-01.exits.geph.io (default)
+# --http-listen:
+# where to listen for HTTP proxy connections (default: 127.0.0.1:9910)
+# --nettest-name:
+# a name for this test instance
+# --nettest-server:
+# an endpoint to send test results
+# --socks5-listen:
+# where to listen for SOCKS5 connections (default: 127.0.0.1:9909)
+# --stats-listen:
+# where to listen for REST-based local connections (default: 127.0.0.1:9809)
+OPTIONS="--exit-server us-hio-01.exits.geph.io"
+# Please enter the password you want to use:
+PASSWORD=password
+# Please enter the username you want to use:
+USERNAME=username
+
+# geph4-vpn-helper
+VPN_SUBCOMMAND=connect
+VPN_FLAGS="--stdio-vpn --use-bridges"
+VPN_OPTIONS="--dns-listen 127.0.0.1:15353 --exit-server us-hio-01.exits.geph.io"
+VPN_PASSWORD=password
+VPN_USERNAME=username