A: 

You can not use a domain name as the right hand side of an A record assignment. *.{domainname} 14400 IN A {domainname}

Try the following instead:

*.{domainname} 14400 IN CNAME {domainname}

or if you need to use an A record then try

*.{domainname} 14400 IN A {webip}

Jonathan Stanton
*.{domainname} 14400 IN A {webip}AND*.{domainname} 14400 IN CNAME {domainname}both are working only for the *.avki and *.kierowca. *.zgarnijlicke.pl isn't working.
Misiek
Did my answer above solve this? If it did could you mark my response and accepted? Thanks
Jonathan Stanton
A: 
Misiek