Skip to content

Finalize without forward #1

@maitredede

Description

@maitredede

Hello,

I don't know if I use correctly the plugin, but I would like to configure a server that resolves domains as CNAME and finalize the requests (to have real ip).

But with the forward directive, the server becomes an open resolver.

My config (replaced domain) :

.:53 {
  # ...
  file fakedomain.nc fakedomain.nc
  forward . /etc/resolv.conf
  finalize
}
$TTL 5M
@	IN SOA	ns.fakedomain.nc. support.fakedomain.nc. (
		2022061404 ; Serial
		28800      ; refresh (8 hours)
		7200       ; retry (2 hours)
		1209600    ; expire (1 week)
		3600       ; minimum (1 hour)
		)
	IN	NS	ns.fakedomain.nc.
	IN	NS	ns2.fakedomain.nc.

@	IN	CNAME	realdomain.com.
*	IN	CNAME	@

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions