Dear Brian,

 

Thanks for your solution

 

I know, it's work with your example but I have many client subnet in my
network about 150 subnets .

 

So a little hard to write every subnet in separated line,I want to find a
way to combine these in one line for every service .

 

Best Regards,

Hamed Haghshenas

 

 

From: Brian Candler [mailto:[email protected]] 
Sent: Sunday, April 22, 2018 7:12 PM
To: Hamed Haghshenas <[email protected]>;
[email protected]
Subject: Re: [Pdns-users] define several IP Subnet for one service in GeoIP
backend

 

On 22/04/2018 13:04, Hamed Haghshenas wrote:

Hi,

I configure PDNS Authoritative Server with GEOIP backend.

Now I want use several subnets in services but I don't know how ?

I use these schema like below :

  services:

    geo.gadgetworld.ir:

      193.178.201.0/24,188.158.188.0/24: 'tcar.geo.gadgetworld.ir'

Have you tried:

services:
  geo.gadgetworld.ir:
    193.178.201.0/24:
      tcar.geo.gadgetworld.ir
    188.158.188.0/24:
      tcar.geo.gadgetworld.ir

 

_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to