From 5317df21f3923bfa771ed6008d5b0f5f8911e498 Mon Sep 17 00:00:00 2001 From: MHSanaei <33454419+MHSanaei@users.noreply.github.com> Date: Tue, 28 Feb 2023 23:24:29 +0330 Subject: ip limit + export links --- xray/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xray') diff --git a/xray/process.go b/xray/process.go index cf894de8..a73ff95f 100644 --- a/xray/process.go +++ b/xray/process.go @@ -162,7 +162,7 @@ func (p *process) Start() (err error) { return common.NewErrorf("Failed to write configuration file: %v", err) } - cmd := exec.Command(GetBinaryPath(), "-c", configPath) + cmd := exec.Command(GetBinaryPath(), "-c", configPath, "-restrictedIPsPath", "./bin/blockedIPs") p.cmd = cmd stdReader, err := cmd.StdoutPipe() -- cgit v1.2.3