Re: [Pdns-users] URL redirect with PDNS Authoritative

2024-01-12 Thread Andrea Biancalani via Pdns-users
Thanks for all those infos Peter, I'll try to do that way! Andrea Il 12/01/2024 10:32, Peter van Dijk via Pdns-users ha scritto: On Fri, 2024-01-12 at 10:25 +0100, Peter van Dijk via Pdns-users wrote: If you want to build this feature, and keep all data in one place (the PowerDNS database),

Re: [Pdns-users] URL redirect with PDNS Authoritative

2024-01-12 Thread Peter van Dijk via Pdns-users
On Fri, 2024-01-12 at 10:25 +0100, Peter van Dijk via Pdns-users wrote: > If you want to build this feature, and keep all data in one place (the > PowerDNS database), you could use disabled=1 records with some convenient > type (TXT, URI, etc.) that your webservice can look up. You could also use

Re: [Pdns-users] URL redirect with PDNS Authoritative

2024-01-12 Thread Peter van Dijk via Pdns-users
On Fri, 2024-01-12 at 09:42 +0100, Andrea Biancalani via Pdns-users wrote: >  is there any way to set a record in PDNS authoritative server that > allow web URL redirect? Not really. >  Example: example.com IN WR https://example.net/subpage/... > >  Reading official documentation, WR record type

[Pdns-users] URL redirect with PDNS Authoritative

2024-01-12 Thread Andrea Biancalani via Pdns-users
Hi everybody, is there any way to set a record in PDNS authoritative server that allow web URL redirect? Example: example.com IN WR https://example.net/subpage/... Reading official documentation , WR record type seems not to be s

Re: [Pdns-users] URL Redirect

2014-07-30 Thread Stephen Dodge
Thanks guys, I completely missed it! On Wed, Jul 30, 2014 at 2:01 PM, k...@rice.edu wrote: > On Wed, Jul 30, 2014 at 12:15:33PM +0100, Stephen Dodge wrote: > > Hello, > > > > I am using PDNS 3.3.1 with mysql backend and I am trying to configure URL > > redirect. > > > > in my pdns.conf I have

Re: [Pdns-users] URL Redirect

2014-07-30 Thread k...@rice.edu
On Wed, Jul 30, 2014 at 12:15:33PM +0100, Stephen Dodge wrote: > Hello, > > I am using PDNS 3.3.1 with mysql backend and I am trying to configure URL > redirect. > > in my pdns.conf I have configured: > > fancy-records=yes > urlredirector=1.1.1.1 > > I have a record configured configured: > >

Re: [Pdns-users] URL Redirect

2014-07-30 Thread Peter van Dijk
Hello Stephen, On 30 Jul 2014, at 13:15 , Stephen Dodge wrote: > I am using PDNS 3.3.1 with mysql backend and I am trying to configure URL > redirect. > > in my pdns.conf I have configured: > > fancy-records=yes > urlredirector=1.1.1.1 > > I have a record configured configured: > > name=test

[Pdns-users] URL Redirect

2014-07-30 Thread Stephen Dodge
Hello, I am using PDNS 3.3.1 with mysql backend and I am trying to configure URL redirect. in my pdns.conf I have configured: fancy-records=yes urlredirector=1.1.1.1 I have a record configured configured: name=test.domain.co.uk type=URL content=http://anotherdomain/test/ when i query my serve