Projet

Général

Profil

« Précédent | Suivant » 

Révision 806bf882

Ajouté par Jean Cyr il y a plus de 9 ans

outgoing ip incorrectly set in unbound.conf

DNS resolver outgoing IP interface IP address is incorrectly set to the
last inbound interface IP address... fix it.

Voir les différences:

etc/inc/unbound.inc
146 146
        foreach($outgoing_interfaces as $outif) {
147 147
            $outip = get_interface_ip($outif);
148 148
            if (!is_null($outip))
149
                $outgoingints .= "outgoing-interface: $intip\n";
149
                $outgoingints .= "outgoing-interface: $outip\n";
150 150
        }
151 151
    }
152 152

  

Formats disponibles : Unified diff