![]() |
![]()
| ![]() |
![]()
sakisafeclirc
DESCRIPTIONThe 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 # are ignored. The files uses a simple key=value format. This are the possible keys: server (string) Specify the server to upload the file. http_proxy (string) Specify the HTTP proxy address. socks_proxy (string) Specify the SOCKS proxy address. use_socks_sproxy (boolean) Specify whether to use or not the SOCKS Proxy specified with socks_proxy use_http_proxy (boolean) Specify whether to use or not the HTTP proxy specified with http_proxy force_ipv6 (boolean) Force an IPv6 connection. Cannot be used with force_ipv4 force_ipv4 (boolean) Force an IPv4 connection. Cannot be used with force_ipv6 key Path to the private ssh key used to connect to a server using the scp protocol. FILES
EXAMPLEThis example sets the default server to https://ls.qorg11.net. Forcing IPv6 connection and with the socks_proxy 127.0.0.1:9050 server="https://ss.suragu.net" socks_proxy="127.0.0.1:9050" force_ipv4=true use_socks_proxy=true AUTHORSRaoul Vaughn <chief_keef at riseup dot net> SEE ALSOsakisafecli(1)
|