![]() |
[Server] SRV Record - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12) --- Thread: [Server] SRV Record (/showthread.php?tid=1658) |
SRV Record - Torque - 2021-02-09 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! RE: SRV Record - Josh - 2021-02-09 point your domain to your server address with an "A record" RE: SRV Record - Kwarde - 2021-02-13 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 麋 麇⢚枧 RE: SRV Record - Kwarde - 2021-07-26 THIS POST SHOULD BE DELETED |