[7.900][BUG][FIXED] Minor DNS Static Entries Not Verified by Webadmin

I don't have access to an older astaro so not sure if it worked in earlier versions but in v8 you can use any character as dns hostname. I googled it and according to RFC3696, any characters, or combination of bits (as octets), are permitted in DNS names so technically we are OK[;)]

So for example Bill's PC sounds like a good dns name, but it doesn't work and I see where webadmin changes it to bill'spc (nice try) but obviously you can't resolve it using any client.
Parents
  • This is known and decided to stick like it is ATM. There are some 'special' customers that 'need' to enter invalid chars for domain names.

    Actually, you can hack whatever you want into a DNS name. It's 'just' the RFC that collides with doing so. Even in Windows, you can use the underscore ('_') in a computer hostname which also is forbidden in the RFC.

    There are the necessary checks in place but they're commented out because of this ;-)
Reply
  • This is known and decided to stick like it is ATM. There are some 'special' customers that 'need' to enter invalid chars for domain names.

    Actually, you can hack whatever you want into a DNS name. It's 'just' the RFC that collides with doing so. Even in Windows, you can use the underscore ('_') in a computer hostname which also is forbidden in the RFC.

    There are the necessary checks in place but they're commented out because of this ;-)
Children
No Data