Fossil SCM

Add documentation for network control command-line options, such as --ipv4.

drh 2025-12-19 13:01 trunk
Commit 5ef8ac82c302073a995ca360b533c4d4b946e486d1c7980bdfe23804bf63e0c3
1 file changed +10
--- src/dispatch.c
+++ src/dispatch.c
@@ -1417,10 +1417,20 @@
14171417
@ --ssl-identity NAME Set the SSL identity to NAME
14181418
@ --systemtrace Trace calls to system()
14191419
@ -U|--user USER Make the default user be USER
14201420
@ --utc Display times using UTC
14211421
@ --vfs NAME Cause SQLite to use the NAME VFS
1422
+@
1423
+@ Additional options available on most commands that use network I/O:
1424
+@
1425
+@ --accept-any-cert Disable server SSL cdert validation. Accept any SSL
1426
+@ cert that the server provides. WARNING: Unsafe!
1427
+@ Testing and debugging use only!
1428
+@ --ipv4 Use only IPv4. Disable IPv6 support.
1429
+@ --ipv6 Use only IPv6. Disable IPv4 support.
1430
+@ --nosync Disable autosync for the current command.
1431
+@ --proxy URL Specify the HTTP proxy to use. URL can be "off".
14221432
;
14231433
14241434
/*
14251435
** COMMAND: help
14261436
**
14271437
--- src/dispatch.c
+++ src/dispatch.c
@@ -1417,10 +1417,20 @@
1417 @ --ssl-identity NAME Set the SSL identity to NAME
1418 @ --systemtrace Trace calls to system()
1419 @ -U|--user USER Make the default user be USER
1420 @ --utc Display times using UTC
1421 @ --vfs NAME Cause SQLite to use the NAME VFS
 
 
 
 
 
 
 
 
 
 
1422 ;
1423
1424 /*
1425 ** COMMAND: help
1426 **
1427
--- src/dispatch.c
+++ src/dispatch.c
@@ -1417,10 +1417,20 @@
1417 @ --ssl-identity NAME Set the SSL identity to NAME
1418 @ --systemtrace Trace calls to system()
1419 @ -U|--user USER Make the default user be USER
1420 @ --utc Display times using UTC
1421 @ --vfs NAME Cause SQLite to use the NAME VFS
1422 @
1423 @ Additional options available on most commands that use network I/O:
1424 @
1425 @ --accept-any-cert Disable server SSL cdert validation. Accept any SSL
1426 @ cert that the server provides. WARNING: Unsafe!
1427 @ Testing and debugging use only!
1428 @ --ipv4 Use only IPv4. Disable IPv6 support.
1429 @ --ipv6 Use only IPv6. Disable IPv4 support.
1430 @ --nosync Disable autosync for the current command.
1431 @ --proxy URL Specify the HTTP proxy to use. URL can be "off".
1432 ;
1433
1434 /*
1435 ** COMMAND: help
1436 **
1437

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button