Changeset 140 in code for trunk/README.md


Ignore:
Timestamp:
Apr 20, 2023, 6:12:13 AM (2 years ago)
Author:
Izuru Yakumo
Message:

Incorporate most of the open pull requests found on GitHub

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r139 r140  
    2727
    2828```
    29 $ go get github.com/asciimoo/morty
     29$ go install github.com/asciimoo/morty@latest
    3030$ "$GOPATH/bin/morty" --help
    3131```
     
    3838  -followredirect
    3939        Follow HTTP GET redirect
     40  -hashparam string
     41        User-defined requesting string HASH parameter name (ie: '/?hash=...' or '/?h=...') (default "mortyhash")
    4042  -ipv6
    4143        Allow IPv6 HTTP requests (default true)
     
    5254  -timeout uint
    5355        Request timeout (default 5)
     56  -urlparam string
     57        User-defined requesting string URL parameter name (ie: '/?url=...' or '/?u=...') (default "mortyurl")
    5458  -version
    5559        Show version
     
    6165- `MORTY_ADDRESS`: Listen address (default to `127.0.0.1:3000`)
    6266- `MORTY_KEY`: HMAC url validation key (base64 encoded) to prevent direct URL opening. Leave blank to disable validation. Use `openssl rand -base64 33` to generate.
     67- `MORTY_URL_PARAM`: User-defined requesting string URL parameter name (ie: `/?url=...` or `/?u=...`) (default `mortyurl`)
     68- `MORTY_HASH_PARAM`: User-defined requesting string HASH parameter name (ie: `/?hash=...` or `/?h=...`) (default `mortyhash`)
    6369- `DEBUG`: Enable/disable proxy and redirection logs (default to `true`). Set to `false` to disable.
    6470
Note: See TracChangeset for help on using the changeset viewer.