summaryrefslogtreecommitdiff
path: root/sakisafecli/sakisafeclirc.5
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2024-01-13 01:10:07 -0800
committerTyler Hoang <tyler@tylerhoang.xyz>2024-01-13 01:10:07 -0800
commitc39de958ace0d6dc0abdf5667bb50a43d9930927 (patch)
treef756c50e9ed36a79b76eef911969cd76285093ea /sakisafecli/sakisafeclirc.5
initial
Diffstat (limited to 'sakisafecli/sakisafeclirc.5')
-rw-r--r--sakisafecli/sakisafeclirc.573
1 files changed, 73 insertions, 0 deletions
diff --git a/sakisafecli/sakisafeclirc.5 b/sakisafecli/sakisafeclirc.5
new file mode 100644
index 0000000..ab59920
--- /dev/null
+++ b/sakisafecli/sakisafeclirc.5
@@ -0,0 +1,73 @@
+.Dd $Mdocdate$
+.Dt sakisafeclirc 5
+.Os
+.Sh sakisafeclirc
+.Nm sakisafeclirc
+.Nd sakisafecli runtime configuration
+.Sh DESCRIPTION
+The sakisafecli(1) utility supports a configuration file. Which is by
+default in $HOME/.sakisafeclirc. This configuration file allows to
+change the default behaviour of sakisafecli(1) Lines that begin with
+.Sy #
+are ignored.
+
+The files uses a simple
+.Sy key=value
+format. This are the possible keys:
+
+.Sy server (string)
+Specify the server to upload the file.
+
+.Sy http_proxy (string)
+Specify the HTTP proxy address.
+
+.Sy socks_proxy (string)
+Specify the SOCKS proxy address.
+
+.Sy use_socks_sproxy (boolean)
+Specify whether to use or not the SOCKS Proxy specified with
+.Sy socks_proxy
+
+.Sy use_http_proxy (boolean)
+Specify whether to use or not the HTTP proxy specified with
+.Sy http_proxy
+
+.Sy force_ipv6 (boolean)
+Force an IPv6 connection. Cannot be used with
+.Sy force_ipv4
+
+.Sy force_ipv4 (boolean)
+Force an IPv4 connection. Cannot be used with
+.Sy force_ipv6
+
+.Sy key
+Path to the private ssh key used to connect to a server using the
+.Sy scp
+protocol.
+
+.Sh FILES
+
+.Bl -tag -width $HOME/.sakisafeclirc -compact
+.It Pa $HOME/.sakisafeclirc
+configuration file.
+
+.Sh EXAMPLE
+
+This example sets the default server to
+.Em https://ls.qorg11.net. Forcing
+.Em IPv6 connection
+and with the
+.Em socks_proxy
+127.0.0.1:9050
+
+.Bd -literal -offset indent;
+server="https://ss.suragu.net"
+socks_proxy="127.0.0.1:9050"
+force_ipv4=true
+use_socks_proxy=true
+.Ed
+.Sh AUTHORS
+Raoul Vaughn <chief_keef at riseup dot net>
+.Sh SEE ALSO
+sakisafecli(1)
+