1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-03-12 13:21:27 +00:00

update README

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2025-02-15 20:22:50 +03:00
parent df76f41e19
commit 35df6d9b0f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@ proxy=http://127.0.0.1:3128
| Option | Default | Possible value | | Option | Default | Possible value |
|----------------------|-------------------------|----------------| |----------------------|-------------------------|----------------|
| server | https://paste.i2pd.xyz/ | Domain ending with slash | | 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/` | | mirrors | None | Domains separated with comma, like `http://privatebin.ygg/,http://privatebin.i2p/` |
| proxy | None | Proxy address starting with scheme `http://` or `socks5://` | | proxy | None | Proxy address starting with scheme `http://` or `socks5://` |
| expire | 1day | 5min / 10min / 1hour / 1day / 1week / 1month / 1year / never | | expire | 1day | 5min / 10min / 1hour / 1day / 1week / 1month / 1year / never |

View File

@ -68,6 +68,9 @@ List of OPTIONS available
* - server * - server
- https://paste.i2pd.xyz/ - https://paste.i2pd.xyz/
- Domain ending with slash - Domain ending with slash
* - random_server
- None
- Domains separated with comma, selected randomly
* - mirrors * - mirrors
- None - None
- Domains separated with comma, like ``http://privatebin.ygg/,http://privatebin.i2p/`` - Domains separated with comma, like ``http://privatebin.ygg/,http://privatebin.i2p/``