Changeset 149 in code for trunk/README.md


Ignore:
Timestamp:
Mar 21, 2024, 10:39:20 PM (15 months ago)
Author:
Izuru Yakumo
Message:

Ready for v0.2.3

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r147 r149  
    2020
    2121## Installation and setup
    22 Requirement: Go version 1.16 or higher.
     22Requirement: Go version 1.16 or higher (thus making it incompatible with MortyProxy's own requirement, but also to use `go embed`)
    2323
    2424```
    25 $ go install marisa.chaotic.ninja/yukari@latest
     25$ go install marisa.chaotic.ninja/yukari/cmd/yukari@latest
    2626$ "$GOPATH/bin/yukari" --help
    2727```
    2828
    2929### Usage
    30 
    31 ```
    32   -debug
    33         Debug mode (default true)
    34   -followredirect
    35         Follow HTTP GET redirect
    36   -hashparam string
    37         User-defined requesting string HASH parameter name (ie: '/?hash=...' or '/?h=...') (default "yukarihash")
    38   -ipv6
    39         Allow IPv6 HTTP requests (default true)
    40   -key string
    41         HMAC url validation key (base64 encoded) - leave blank to disable validation
    42   -listen string
    43         Listen address (default "127.0.0.1:3000")
    44   -proxy string
    45         Use the specified HTTP proxy (ie: '[user:pass@]hostname:port'). Overrides -socks5, -ipv6.
    46   -proxyenv
    47         Use a HTTP proxy as set in the environment (HTTP_PROXY, HTTPS_PROXY and NO_PROXY). Overrides -proxy, -socks5, -ipv6.
    48   -socks5 string
    49         Use a SOCKS5 proxy (ie: 'hostname:port'). Overrides -ipv6.
    50   -timeout uint
    51         Request timeout (default 5)
    52   -urlparam string
    53         User-defined requesting string URL parameter name (ie: '/?url=...' or '/?u=...') (default "yukariurl")
    54   -version
    55         Show version
    56 ```
     30See `yukari(1)`
    5731
    5832### Environment variables
     
    8256
    8357## Bugs
    84 Bugs or suggestions? Visit the [issue tracker](https://git.chaotic.ninja/yakumo.izuru/yukari/issues).
     58Bugs or suggestions? Mail [yukari-dev@chaotic.ninja](mailto:yukari-dev@chaotic.ninja)
Note: See TracChangeset for help on using the changeset viewer.