Re: ANother DNS question

2021-02-02 Thread AudioGames . net Forum — Off-topic room : Nuno via Audiogames-reflector


  


Re: ANother DNS question

Thank you @Ethin. I am looking into it now.

URL: https://forum.audiogames.net/post/612227/#p612227




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: ANother DNS question

2021-02-02 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector


  


Re: ANother DNS question

I mean, the OSI model works but its not actually how the internet is structured... A more apt model is the TCP/IP model. But I'm nitpicking. Use nginx/apache for redirects like this. 301s are in the HTTP protocol specifically, not DNS. (There are DNS records for routing to other servers, called SRV records, but they're rarely employed from what I know. Matrix is the only protocol I know of that uses them.)

URL: https://forum.audiogames.net/post/612223/#p612223




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: ANother DNS question

2021-02-02 Thread AudioGames . net Forum — Off-topic room : Ethin via Audiogames-reflector


  


Re: ANother DNS question

I mean, the OSI model works but its not actually how the internet is structured... A more apt model is the internet protocol suite. But I'm nitpicking. Use nginx/apache for redirects like this. 301s are defined in the HTTP protocol specifically, not DNS. (There are DNS records for routing to other servers, called SRV records, but they're rarely employed from what I know. Matrix is the only protocol I know of that uses them.) For Nginx, you might do something like this in your server configuration block:location / {
return 301 ;
}

URL: https://forum.audiogames.net/post/612223/#p612223




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: ANother DNS question

2021-02-02 Thread AudioGames . net Forum — Off-topic room : Nuno via Audiogames-reflector


  


Re: ANother DNS question

Thank you camlorn, I understand now.

URL: https://forum.audiogames.net/post/612165/#p612165




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


Re: ANother DNS question

2021-02-02 Thread AudioGames . net Forum — Off-topic room : camlorn via Audiogames-reflector


  


Re: ANother DNS question

You'll have to deploy Nginx to do 301 redirect.  You can't do that sort of thing with DNS.  Google the OSI model, if you want an overview of what each piece can handle; in particular, DNS is much lower level than HTTP.

URL: https://forum.audiogames.net/post/612148/#p612148




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector


ANother DNS question

2021-02-02 Thread AudioGames . net Forum — Off-topic room : Nuno via Audiogames-reflector


  


ANother DNS question

Hi,I again have problem with the english terminology. I want to create a record, which makes it like sowww.myfile.myexample.com points to www.storage.myexample.com/myfile.myextI wantedt o create CName record, yet it does not want to work because CName can point only to the absolute domain like domain.com

URL: https://forum.audiogames.net/post/612080/#p612080




-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector