mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Only allow localhost connections
This commit is contained in:
@@ -40,7 +40,7 @@ namespace
|
||||
{
|
||||
if (use_gdb)
|
||||
{
|
||||
const auto* address = "0.0.0.0:28960";
|
||||
const auto* address = "127.0.0.1:28960";
|
||||
win_emu.logger.print(color::pink, "Waiting for GDB connection on %s...\n", address);
|
||||
|
||||
win_x64_gdb_stub_handler handler{win_emu};
|
||||
|
||||
Reference in New Issue
Block a user