GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sakisafeclirc(5) FreeBSD File Formats Manual sakisafeclirc(5)

sakisafeclircsakisafecli runtime configuration

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 format. This are the possible keys:

Specify the server to upload the file.

http_proxy (string) Specify the HTTP proxy address.

socks_proxy (string) Specify the SOCKS proxy address.

Specify whether to use or not the SOCKS Proxy specified with socks_proxy

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

Path to the private ssh key used to connect to a server using the protocol.

$HOME/.sakisafeclirc
configuration file.

This example sets the default server to 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

Raoul Vaughn <chief_keef at riseup dot net>

sakisafecli(1)

July 22, 2025 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.