AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Solved fastdownload not working using a subdomain (https://forums.alliedmods.net/showthread.php?t=310621)

D4rkSiD3Rs 09-12-2018 09:05

fastdownload not working using a subdomain
 
Hello,

I have a problem with my fastdownload on my server, some people told me that there is no fastdownload on the server while it's working as well for me. then i tried to change sv_downloadurl and replacing the subdomain to the server's IP.

from:
PHP Code:

sv_downloadurl "https://fastdl.example.com/cstrike/" 

to:
PHP Code:

sv_downloadurl "http://xx.xx.xx.xx/cstrike/" 

Then the guy told me that's working better than before. is there any solution to solve that problem ?

Game: Counter-Strike 1.6

fysiks 09-12-2018 10:12

Re: fastdownload not working using a subdomain
 
If it's just that guy or just a few people, it's possible that the DNS server that they are using doesn't work well.

D4rkSiD3Rs 09-12-2018 11:15

Re: fastdownload not working using a subdomain
 
But why it is not working only for some people ?

ghostofmybrain 09-12-2018 11:17

Re: fastdownload not working using a subdomain
 
Quote:

Originally Posted by D4rkSiD3Rs (Post 2614893)
But why it is not working only for some people ?

Because their DNS server isn't working. They can edit their DNS in Windows.

Is there any reason you can't just use your IP?

D4rkSiD3Rs 09-12-2018 11:18

Re: fastdownload not working using a subdomain
 
Quote:

Originally Posted by ghostofmybrain (Post 2614894)
Because their DNS server isn't working. They can edit their DNS in Windows.

Is there any reason you can't just use your IP?

sorry, but i did not understand your answer.

Mordekay 09-12-2018 11:18

Re: fastdownload not working using a subdomain
 
Because for most people the DNS works.
If it works for you with the IP instead of the hostname leave it as it is. There is no advantage in the use of a hostname.

D4rkSiD3Rs 09-12-2018 11:20

Re: fastdownload not working using a subdomain
 
Quote:

Originally Posted by Mordekay (Post 2614896)
Because for most people the DNS works.
If it works for you with the IP instead of the hostname leave it as it is. There is no advantage in the use of a hostname.

I want to use the DNS so people cannot know the IP that i'm using for fastdownload

Mordekay 09-12-2018 11:22

Re: fastdownload not working using a subdomain
 
Erm, you cannot prevent that. a simple
Code:

ping your.hostname
shows your servers IP.

fysiks 09-12-2018 22:11

Re: fastdownload not working using a subdomain
 
Quote:

Originally Posted by Mordekay (Post 2614896)
There is no advantage in the use of a hostname.

The exception being when you have a dynamic IP with the proper configuration to update the IP associated with the DNS name.


All times are GMT -4. The time now is 12:49.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.