mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-08-11 11:51:47 +00:00
fix custom inbound listener to not use 0.0.0.0 (#584)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"listen": "0.0.0.0",
|
||||
"listen": "127.0.0.1",
|
||||
"port": 1234,
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
|
Reference in New Issue
Block a user