Closed ali-jk closed 4 years ago
hi, I have 2 network interfaces on my server as eth0 & eth0:0 , how can I force your code to use eth0:0? eth0 is banned in country but eth0:0 IP is working fine
LISTEN_ADDR_IPV4 in config.py
LISTEN_ADDR_IPV4
it should be like LISTEN_ADDR_IPV4 = xxx.xxx.xxx.xxx correct?
LISTEN_ADDR_IPV4 = xxx.xxx.xxx.xxx
Yep
hi, I have 2 network interfaces on my server as eth0 & eth0:0 , how can I force your code to use eth0:0? eth0 is banned in country but eth0:0 IP is working fine