Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sakisafeclirc(5)	      File Formats Manual	      sakisafeclirc(5)

sakisafeclirc
       sakisafeclirc --	sakisafecli runtime configuration

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 #
       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
       $HOME/.sakisafeclirc  configuration file.

EXAMPLE
       This  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

AUTHORS
       Raoul Vaughn <chief_keef	at riseup dot net>

SEE ALSO
       sakisafecli(1)

FreeBSD	ports 15.0		  $Mdocdate$		      sakisafeclirc(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sakisafeclirc&sektion=5&manpath=FreeBSD+Ports+15.0>

home | help