mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 06:22:58 +00:00
Option proxy-authorization-file
This commit is contained in:
parent
50bdb453dd
commit
1c7ddfef73
7 changed files with 129 additions and 2 deletions
|
@ -1254,8 +1254,10 @@ const struct optname optionnames[] = {
|
|||
#endif
|
||||
IF_PROXY ("proxy-auth", &opt_proxy_authorization)
|
||||
IF_PROXY ("proxy-authorization", &opt_proxy_authorization)
|
||||
IF_PROXY ("proxy-authorization-file", &opt_proxy_authorization_file)
|
||||
IF_PROXY ("proxy-resolve", &opt_proxy_resolve)
|
||||
IF_PROXY ("proxyauth", &opt_proxy_authorization)
|
||||
IF_PROXY ("proxyauthfile", &opt_proxy_authorization_file)
|
||||
IF_PROXY ("proxyport", &opt_proxyport)
|
||||
#ifdef ECHOPRT
|
||||
IF_TERMIOS("prterase", &opt_echoprt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue