#1620·nekoray

Help, configure routing by “ip”, I need to write “geoip:private and geoip:ru”.

Author: MaximFoxWevoCreated Feb 27, 2025Updated Mar 3, 2025

Help, configure routing by “ip”, I need to write “geoip:private and geoip:ru”. I've tried writing:

        {
            "ip": [
                "geoip:ru"
            ],
            "outbound": "bypass"
        }

But it doesn't work, it gives an error.

Image