JSH32 / MineBoy

ComputerCraft GameBoy Color emulator with streaming server
MIT License
17 stars 2 forks source link

Websocket error ingame #6

Closed dj8552 closed 10 months ago

dj8552 commented 10 months ago
image

says domain not permitted, im just using ws://localhost:3000. Running the server on my PC locally, is this a firewall error?

JSH32 commented 10 months ago

Localhost is denied in the computercraft config on purpose due to security. You can change that in the configs though https://github.com/cc-tweaked/CC-Tweaked/discussions/626