show_socks(1) - Linux man page
Name
show:socks - This command displays SOCKS configuration information.
Synopsis
show:socks [rules]
Description
Execute the show:socks command to view basic SOCKS configuration information, which include whether SOCKS is enabled, as well as default servers, version, and port values.
Option
The following option is supported for the show:socks command:
[ rules ]
- The rules option displays SOCKS configuration detail from the socks.config file.
Examples
Example 1. Displaying basic SOCKS configuration information
-
traffic_shell> show:socks SOCKS -------------------- off SOCKS Version ------------ 4 SOCKS Default Servers ---- s1.example.com:1080;socks2:4080 SOCKS Accept Enabled ----- off SOCKS Accept Port -------- 1080 traffic_shell>
Example 2. Displaying socks.config file rules
-
traffic_shell> show:socks rules socks.config rules ------------------- (Displays rules from the socks.config file.) traffic_shell>
See Also
config:socks