Skip to content

Commit c595ff6

Browse files
authored
Update README.md
1 parent 46d60d3 commit c595ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To connect Lunabase and Lunaserver, a tunnel has to be made first. On your own c
3131
`cargo run -p lunaserver-web-client`
3232
and follow the instructions provided. After that, you can just run `lunabot` (with `cargo run -p lunabot -- main` or `cargo make main`) on Lunaserver and it will be able to connect to Lunabase running on your computer. The disadvantage is the latency is higher than if you ran Lunabase over a direct connection to Lunaserver (more on this later). The latency is worse if the quality of your internet connection is poor.
3333

34-
If you happen to be in MEB 2340, you can connect to USR-Wifi-5G for a better connection. The password is on the bottom of the router (the scratched out number is 6). If you are connected to the router, you do not need to run `lunaserver-web-client`. Instead, you can just use your private IP address for `lunabase_address` (eg. my `lunabase_address` would be `192.168.0.100:10600`). You can find your private IP address using `ifconfig` on mac or linux, and `ipconfig` on windows, or by visiting [this website](http://192.168.0.102) while connected to the router. Do note that the `:10600` is not part of your private IP address; You just concatenate it after. If Lunaserver is still not able to connect, check that your firewall is disabled, or that it allows port `10600` over UDP. If you are connected to this router, you can also SSH to `192.168.0.102` for a lower latency SSH connection, but this is not as beneficial.
34+
If you happen to be in MEB 2340, you can connect to USR-Wifi-5G for a better connection. The password is on the bottom of the router (the scratched out number is 6). If you are connected to the router, you do not need to run `lunaserver-web-client`. Instead, you can just use your private IP address for `lunabase_address` (eg. my `lunabase_address` would be `192.168.0.100:10600`). You can find your private IP address using `ifconfig` on mac or linux, and `ipconfig` on windows, or by visiting [this website](http://192.168.0.102/ip) while connected to the router. Do note that the `:10600` is not part of your private IP address; You just concatenate it after. If Lunaserver is still not able to connect, check that your firewall is disabled, or that it allows port `10600` over UDP. If you are connected to this router, you can also SSH to `192.168.0.102` for a lower latency SSH connection, but this is not as beneficial.
3535

3636
## Godot
3737

0 commit comments

Comments
 (0)