August 2, 20242 yr Hi, I am using traefik in front of froxlor. I can create Domains with the private IP assigned in froxlor and those are routed in traefik which works fine (Web). Nevertheless I also need a Nameserver. But in my setup, the nameservers IP are the internal Reverse Proxy IPs. Ist there any possibility to let froxlor create the zones with the public IP? I also created the public IP additionally, but then, both private and public IP is in the Zone, which does Not work.
August 2, 20242 yr Author sadly there is no option to override the ip. All i can specify are external nameservers, but i want to use the internal nameserver. Even if there is 172.1.1.1 assigned to my vhost, i want to serve the public ip of my server (e.g. 213.13.23.123) in my nameserver.
August 3, 20242 yr What do you mean exactly? You want to run your own nameserver with froxlor and need the external IP to be in the zones instead of the internal 172 one? Please be more specific about what service and which configs you are referring to
August 3, 20242 yr Author I have docker compose network where froxlor is using 172.2.1.3. Traefik is using 172.2.1.2 and exposing the ports to the public ip 201.1.1.1 In the froxlor vhost, 172.2.1.3 works fine and i can access my websites with the public ip (proxied). But the Nameserver then generates zones with 172.2.1.3 So i added the public ip to the ip configuration, but then the Nameserver gives back both public and private ip. So the question is: can i somehow change the used ip in the Nameserver or change the zone template?
August 3, 20242 yr it's not really meant for a setup like that, you might be able to manually add A/AAAA records to the domain's zones to overwrite the autogenerated ones
August 3, 20242 yr no, froxlor generates the zone according to the assigned ip's addresses and settings...
Create an account or sign in to comment