Update README.md

This commit is contained in:
Çağrı 2023-10-23 23:15:30 +00:00 committed by GitHub
parent 28b0b08cf8
commit 651f5c17bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.