-
Notifications
You must be signed in to change notification settings - Fork 212
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
Multiple SRV records with different port and target not allowed #26
Comments
This issue can be fixed by changing:
To:
More info: https://docs.python.org/3.4/library/configparser.html |
I too have this issue...but using Reason Line 525 in a395411
loads SRV records like this: 'SRV': {'_http._tcp.thesprawl.org': '1 5 5070 www.fake1.com'}
It's not possible to express multiple SRV records with same service name using above structure:
|
Sorry I forgot to comment here, I confirm the above bad behaviour and that's why I am still using the 0.3 version. |
I believe you are referring to this commit.
|
I ran it once again (windows version 0.3) to see what I did previously, it seems it did only use the last entry as you said! |
I am receiving a record duplicate error when trying to define a SRV record on different ports or to different targets.
Example 1:
Example 2:
Error message is:
This setting should be allowed and another example can be seen in https://en.wikipedia.org/wiki/SRV_record
Note: I can use the executable version in windows (0.3) and it does not show me any error.
The text was updated successfully, but these errors were encountered: