Skip to content
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

Unsupported Actions #27

Closed
Yvtq8K3n opened this issue Jul 7, 2020 · 1 comment
Closed

Unsupported Actions #27

Yvtq8K3n opened this issue Jul 7, 2020 · 1 comment

Comments

@Yvtq8K3n
Copy link

Yvtq8K3n commented Jul 7, 2020

In the documentation it is presented the following actions:

Action. Supported actions: nxdomain, nodata, passthru, drop, tcp-only, {"redirect_domain","example.com"}, {"redirect_ip","127.0.0.1"} and list of local records [{"local_aaaa","fe80::1"}, {"local_a","127.0.0.1"}, {"local_cname","www.example.com"}, {"local_txt","Text Record"}]. redirect_domain is an alias for local_cname. redirect_ip is an alias for local_a, local_aaaa;

Exploring ipc2orzp-gui it was not possible to perform the following actions:

  • {"redirect_domain","example.com"} - No option
  • {"redirect_ip","127.0.0.1"} - No option
  • local records - Not parsing correctly

In regards to the actions label has No option the ioc2rpz-gui doesn't currently allow it.

Abording the action Local Records throught ioc2rpz-gui its identified a parsing issue presented bellow:
image

local_cname www.test.com -> On config file appears has: ...,[{"local_cname www.test.com", ""},...

@Homas
Copy link
Owner

Homas commented Jul 7, 2020

Please take a look on the dev branch. It is fixed there. I'm wrapping up the development and will merge it to the master branch later this month.

@Yvtq8K3n Yvtq8K3n closed this as completed Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants