diff --git a/README.md b/README.md index 7017c52..6eb6ce9 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ proxy=http://127.0.0.1:3128 | Option | Default | Possible value | |----------------------|-------------------------|----------------| | server | https://paste.i2pd.xyz/ | Domain ending with slash | +| random_server | None | Domains separated with comma, selected randomly | | mirrors | None | Domains separated with comma, like `http://privatebin.ygg/,http://privatebin.i2p/` | | proxy | None | Proxy address starting with scheme `http://` or `socks5://` | | expire | 1day | 5min / 10min / 1hour / 1day / 1week / 1month / 1year / never | diff --git a/README.rst b/README.rst index 7599144..59d878d 100644 --- a/README.rst +++ b/README.rst @@ -68,6 +68,9 @@ List of OPTIONS available * - server - https://paste.i2pd.xyz/ - Domain ending with slash + * - random_server + - None + - Domains separated with comma, selected randomly * - mirrors - None - Domains separated with comma, like ``http://privatebin.ygg/,http://privatebin.i2p/``