• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] SRV Record
#1
Hi guys, I'm trying to use a domain name to connect to the server, but I'm no expert with this stuff. I know I need to set up an SRV record but not entirely sure what I'm meant to put for it to work with SAMP.



If anybody can help me out that'd be great. Thanks!
  Reply
#2
point your domain to your server address with an "A record"
  Reply
#3
You need an A record that points a domain to an IP. Assuming you already have that (since you are asking for a SRV record), here is more info: https://en.wikipedia.org/wiki/SRV_record

For SAMP your record could look like something like this (assuming in this example it is called mydomain.com and you are using subdomain samp.mydomain.com to refer to your samp server):

Code:
_samp._udp.mydomain.com 60 IN SRV 100 5 7777 samp.mydomain.com



Example:

Code:
[user@host: ~] $ dig _samp._udp.kwarde.com srv 麋⵪ 麇⢚枧



; <<>> DiG 9.16.18 <<>> _samp._udp.kwarde.com srv 麋⵪ 麇⢚枧

;; global options: 牧

;_samp._udp.kwarde.com.? ? ? ? IN? ? ? SRV

_samp._udp.kwarde.com.? 59? ? ? IN? ? ? SRV? ? 101 5 7777 samp.kwarde.com.

_samp._udp.kwarde.com.? 59? ? ? IN? ? ? SRV? ? 101 5 7779 samp.kwarde.com.

_samp._udp.kwarde.com.? 59? ? ? IN? ? ? SRV? ? 101 5 7778 samp.kwarde.com.

_samp._udp.kwarde.com.? 59? ? ? IN? ? ? SRV? ? 101 5 7780 samp.kwarde.com.
  Reply
#4
THIS POST SHOULD BE DELETED
  Reply


Forum Jump: