Crates.io | ninat |
lib.rs | ninat |
version | 0.1.0 |
source | src |
created_at | 2020-09-04 14:27:14.603021 |
updated_at | 2020-09-04 14:27:14.603021 |
description | Deal with NAT traversal using Nintendo service. |
homepage | |
repository | https://github.com/zhxie/ninat |
max_upload_size | |
id | 284782 |
size | 32,396 |
ninat is a tool dealing with NAT traversal using Nintendo service.
ninat
# Use SOCKS proxy
ninat -s <ADDRESS>
-h, --help
: Prints help information.
-V, --version
: Prints version information.
-s, --socks-proxy <ADDRESS>
: SOCKS proxy. Only support SOCKS5 proxy.
--username <VALUE>
: Username. This value should be set only when the SOCKS5 server requires the username/password authentication.
--password <VALUE>
: Password. This value should be set only when the SOCKS5 server requires the username/password authentication.
-w, --timeout <VALUE>
: Timeout to wait for each response, 0
as no timeout, default as 3000
ms.
ninat is licensed under the MIT License.