ipv6: fix for wrong target ipv4

This commit is contained in:
chandi 2020-07-21 17:22:58 +02:00
parent 81a024a8e6
commit d1ed3f7549

View File

@ -1,6 +1,6 @@
map $remote_addr $freeswitch_addr {
"~:" [::1];
default 127.0.0.1;
default 10.7.7.1;
}
server {