From 651f5c17bb905ebdcfa6cdfa8c4e08511b698c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fr=C4=B1?= Date: Mon, 23 Oct 2023 23:15:30 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6a784b9..80ebc4e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Especially when using more complex scripts or programs, that use another working This is the essential part. If not specified program will warn you, however it will not refuse the connection. +### BIND_SOURCE_IP + +You can also set the source IP in case multiple IP addresses are attached to your interface, like this: `BIND_INTERFACE=eth0 BIND_SOURCE_IP=1.2.3.4 LD_PRELOAD...` + ### DNS_OVERRIDE_IP When you have multiple interfaces you normally also have multiple DNS servers. Since your program is bound to specified interface, also DNS traffic has to go through that interface.