Changeset 149 in code for trunk/README.md
- Timestamp:
- Mar 21, 2024, 10:39:20 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r147 r149 20 20 21 21 ## Installation and setup 22 Requirement: Go version 1.16 or higher .22 Requirement: Go version 1.16 or higher (thus making it incompatible with MortyProxy's own requirement, but also to use `go embed`) 23 23 24 24 ``` 25 $ go install marisa.chaotic.ninja/yukari @latest25 $ go install marisa.chaotic.ninja/yukari/cmd/yukari@latest 26 26 $ "$GOPATH/bin/yukari" --help 27 27 ``` 28 28 29 29 ### 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 ``` 30 See `yukari(1)` 57 31 58 32 ### Environment variables … … 82 56 83 57 ## Bugs 84 Bugs or suggestions? Visit the [issue tracker](https://git.chaotic.ninja/yakumo.izuru/yukari/issues).58 Bugs or suggestions? Mail [yukari-dev@chaotic.ninja](mailto:yukari-dev@chaotic.ninja)
Note:
See TracChangeset
for help on using the changeset viewer.