fix custom inbound listener to not use 0.0.0.0 (#584)

This commit is contained in:
壳壳中的宇宙 2024-01-19 19:23:12 -06:00 committed by GitHub
parent d1e5762937
commit b8b3a16d3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
[
{
"listen": "0.0.0.0",
"listen": "127.0.0.1",
"port": 1234,
"protocol": "socks",
"settings": {