-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redirect_domain add zone name #10
Comments
The valid redirect configuration should look like: And the zone will be generated like: |
I configured it via GUI. Any changes Config-Snippet:
DIG Result on Slave BIND DNS Server: `>>dig example.com ; <<>> DiG 9.10.3-P4-Debian <<>> example.com ;; OPT PSEUDOSECTION: ;; ANSWER SECTION: ;; AUTHORITY SECTION: ;; Query time: 0 msec |
Please check the configuration. The action is defined as {"redirect_url","domain.com"} but should be redirect_domain. |
I checked the configuration. The gui creates it correct. Sorry, was a spelling mistake on my part. I had already corrected it but not re-copied here in the post.
DIG output: ` dig example.com ; <<>> DiG 9.10.3-P4-Debian <<>> example.com ;; OPT PSEUDOSECTION: ;; ANSWER SECTION: ;; AUTHORITY SECTION: ;; Query time: 0 msec ==> If the URL or the local file changes, do I have to trigger something? Or in which interval are the files checked?
|
I found something: When I use a destination url with 2 characters country "example.ch" it does not work. If I use "example.net" it works. |
Confirmed. I was able to reproduce it. Vadim |
|
@xxx.xxx.xxx.xxx -y tkey_1 testrpz.ioc2rpz axfr
SOA Refresh 60 Zone full update time 20 I see in the log that the source is checked every 20 seconds. However, it is reported that the source is being loaded from the cache.
After approx. 8 minutes:
Then the file is read in, the zone is updated in the ioc2rpz and the zone transfer is successfully carried out to the secondary. Can I set the "File-Cache-Time" somewhere? |
|
If I change something in ioc2rpz.hrl, do I have to rebuild the docker container? I have now put the include directory on the host with Docker mount, copied the ioc2rpz.hrl there, adjusted it and restarted the container. But I do not see that the attitude has changed. |
Yes. You need to rebuild the container. |
Fixed in 0.9.4.0 |
Hi Vadim
If I use redirect_domain or local_cname (example: redirect_url=www.google.com) for a testdomain.com the result in dig looks like this:
I tried
redirect_url=www.google.com.
but then, the zone file is not transfered anymore. No error output in syslog.Compiled the latest version from your git repo and created a docker container manually.
The text was updated successfully, but these errors were encountered: