quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

socks5-gssapi.md (547B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: socks5-gssapi
      5 Help: Enable GSS-API auth for SOCKS5 proxies
      6 Added: 7.55.0
      7 Category: proxy auth
      8 Multi: boolean
      9 See-also:
     10   - socks5
     11 Example:
     12   - --socks5-gssapi --socks5 hostname:4096 $URL
     13 ---
     14 
     15 # `--socks5-gssapi`
     16 
     17 Use GSS-API authentication when connecting to a SOCKS5 proxy. The GSS-API
     18 authentication is enabled by default (if curl is compiled with GSS-API
     19 support). Use --socks5-basic to force username/password authentication to
     20 SOCKS5 proxies.