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