mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
update docs.
This commit is contained in:
parent
e26e4d2004
commit
b938a4e09e
@ -59,6 +59,13 @@ Then try to type on one end, you should see characters on the other side.
|
|||||||
|
|
||||||
If it does not work for you, then most likely your port forwarding is not working correctly. Or your ISP is blocking traffic.
|
If it does not work for you, then most likely your port forwarding is not working correctly. Or your ISP is blocking traffic.
|
||||||
|
|
||||||
|
|
||||||
|
If you get [`Command 'nc' not found.`](https://command-not-found.com/nc) error, you can install `netcat` package using:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt-get install netcat
|
||||||
|
```
|
||||||
|
|
||||||
### Check if your external IP was determined correctly
|
### Check if your external IP was determined correctly
|
||||||
|
|
||||||
One of the first logs, when the server starts, writes down your external IP that will be sent to your clients to connect to.
|
One of the first logs, when the server starts, writes down your external IP that will be sent to your clients to connect to.
|
||||||
@ -67,6 +74,8 @@ One of the first logs, when the server starts, writes down your external IP that
|
|||||||
docker-compose logs neko | grep nat_ips
|
docker-compose logs neko | grep nat_ips
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: Some newer versions of docker-compose use `docker compose` instead of `docker-compose`.
|
||||||
|
|
||||||
You should see this:
|
You should see this:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user