• syncterm bbs port discovery

    From fusion@VERT/CFBBS to Digital Man on Thu Jul 7 05:55:00 2022
    Hello,ããKeep having this idea pop in my head.. maybe a solution in search of aãproblem.. DNS servers often have text strings with all sorts of stuff.. spf for ips allowed to send mail on behalf of a domain, domain ownership verfification.. yadda yaddaããCould perhaps throw one in there like BBS=2323 or something so syncterm can find nonstandard ports on it's own.ãã<ted talk joke>ããAlexãã--- Mystic BBS v1.12 A47 2021/12/25 (Windows/32)ã * Origin: cold fusion - cfbbs.net - grand rapids, miã
  • From deon@VERT/ALTERANT to fusion on Thu Jul 7 22:02:35 2022
    Re: syncterm bbs port discoveryã By: fusion to Digital Man on Thu Jul 07 2022 05:55 amãã > Keep having this idea pop in my head.. maybe a solution in search of a problem.. DNS servers often have text strings with allã > sorts of stuff.. spf for ips allowed to send mail on behalf of a domain, domain ownership verfification.. yadda yaddaã >ã > Could perhaps throw one in there like BBS=2323 or something so syncterm can find nonstandard ports on it's own.ããSo "SRV" records a really for this: https://en.wikipedia.org/wiki/SRV_recordããBut your idea is good - could Syncterm read them? Best to find deuce in IRC or post a feature request on sourceforgeããã...ëîåïãã---ã þ Synchronet þ Alterant | an SBBS in Docker on Pi!ã
  • From deon@VERT/ALTERANT to apam on Thu Jul 7 22:03:52 2022
    Re: syncterm bbs port discoveryã By: deon to fusion on Thu Jul 07 2022 10:02 pmããHey Apam,ãã > > Keep having this idea pop in my head.. maybe a solution in search of a problem.. DNS servers often have text strings with allã > > sorts of stuff.. spf for ips allowed to send mail on behalf of a domain, domain ownership verfification.. yadda yaddaã >ã > > Could perhaps throw one in there like BBS=2323 or something so syncterm can find nonstandard ports on it's own.ã >ã > So "SRV" records a really for this: https://en.wikipedia.org/wiki/SRV_recordã >ã > But your idea is good - could Syncterm read them? Best to find deuce in IRC or post a feature request on sourceforgeããThis would be a nice idea for MagiTerm too...ããã...ëîåïãã---ã þ Synchronet þ Alterant | an SBBS in Docker on Pi!ã
  • From Tracker1@VERT/TRN to fusion on Thu Jul 7 15:34:06 2022
    On 7/6/22 22:55, fusion wrote:

    Keep having this idea pop in my head.. maybe a solution in search of
    a problem.. DNS servers often have text strings with all sorts of
    stuff.. spf for ips allowed to send mail on behalf of a domain, domain ownership verfification.. yadda yadda

    Could perhaps throw one in there like BBS=2323 or something so
    syncterm can find nonstandard ports on it's own.


    You could create an SRV record...

    _telnet._tcp.foo.com 86400 IN SRV 10 5 2323 host.foo.com

    https://www.cloudflare.com/learning/dns/dns-records/dns-srv-record/

    However, it's on the client to actually support this... Might be
    interesting if web browsers supported this as well, to work around port blocking restrictions without having to specify a given port.

    Also, an interesting thing to possibly add to a dyndns service/host for
    BBS usage.

    DM?
    --
    Michael J. Ryan - tracker1@roughneckbbs.com
    ---
    ï¿­ Synchronet ï¿­ Roughneck BBS - roughneckbbs.com
  • From Nelgin@VERT/EOTLBBS to All on Fri Jul 8 00:29:20 2022
    On Thu, 7 Jul 2022 22:02:35 +1000ã"deon" <deon@VERT/ALTERANT> wrote:ãã> Re: syncterm bbs port discoveryã> By: fusion to Digital Man on Thu Jul 07 2022 05:55 amã> ã> > Keep having this idea pop in my head.. maybe a solution in searchã> > of a problem.. DNS servers often have text strings with all sortsã> > of stuff.. spf for ips allowed to send mail on behalf of a domain,ã> > domain ownership verfification.. yadda yaddaã> >ã> > Could perhaps throw one in there like BBS=2323 or something soã> > syncterm can find nonstandard ports on it's own. ã> ã> So "SRV" records a really for this:ã> https://en.wikipedia.org/wiki/SRV_recordã>ãKeep in mind an SRV record hostname must point to a servers A or AAAAãaddress and not a CNAME. Otherwise, seems reasonable.ã-- ãEnd Of The Line BBS - Plano, TXãtelnet endofthelinebbs.com 23ã---ã þ Synchronet þ End Of The Line BBS - endofthelinebbs.comã
  • From Digital Man@VERT to Tracker1 on Fri Jul 8 11:26:29 2022
    Re: Re: syncterm bbs port discoveryã By: Tracker1 to fusion on Thu Jul 07 2022 03:34 pmãã > On 7/6/22 22:55, fusion wrote:ã >ã > > Keep having this idea pop in my head.. maybe a solution in search ofã > > a problem.. DNS servers often have text strings with all sorts ofã > > stuff.. spf for ips allowed to send mail on behalf of a domain, domainã > > ownership verfification.. yadda yaddaã >ã > > Could perhaps throw one in there like BBS=2323 or something soã > > syncterm can find nonstandard ports on it's own.ã >ã >ã > You could create an SRV record...ã >ã > _telnet._tcp.foo.com 86400 IN SRV 10 5 2323 host.foo.comã >ã > https://www.cloudflare.com/learning/dns/dns-records/dns-srv-record/ã >ã > However, it's on the client to actually support this... Might beã > interesting if web browsers supported this as well, to work around portã > blocking restrictions without having to specify a given port.ã >ã > Also, an interesting thing to possibly add to a dyndns service/host forã > BBS usage.ã >ã > DM?ããYeah, wouldn't be too hard to to the dyndns service. I just don't know of any BBS clients that would make use of it (yet).ã-- ã digital man (rob)ããBreaking Bad quote #46:ãIf I ever get anal polyps, at least I know what to name them. - Saul GoodmanãNorco, CA WX: 78.3øF, 58.0% humidity, 1 mph ESE wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From poindexter FORTRAN@VERT/REALITY to Nelgin on Sat Jul 9 09:02:00 2022
    Nelgin wrote to All <=-ãã Ne> Keep in mind an SRV record hostname must point to a servers A or AAAAã Ne> address and not a CNAME. Otherwise, seems reasonable.ããMy experience setting up DNS is long in the past, Bind 4.9 in 1993?ããI don't recall if there was any downside to setting multiple A records ãpointing to one IP, versus one A record with multiple CNAME records pointing ãto it?ããNo downside, aside from having to change multiple DNS entries when the ãoriginating IP changes?ãããã... What does this mean?ã--- MultiMail/DOS v0.52ã þ Synchronet þ .: realitycheckbbs.org :: scientia potentia est :.ã
  • From Tracker1@VERT/TRN to poindexter FORTRAN on Sat Jul 16 13:42:57 2022
    On 7/9/22 09:02, poindexter FORTRAN wrote:
    Keep in mind an SRV record hostname must point to a servers A or
    AAAA address and not a CNAME. Otherwise, seems reasonable.

    My experience setting up DNS is long in the past, Bind 4.9 in 1993?

    I don't recall if there was any downside to setting multiple A records pointing to one IP, versus one A record with multiple CNAME records
    pointing to it?

    No downside, aside from having to change multiple DNS entries when the originating IP changes?

    You can pretty safely have longer lifetimes for CNAME than you'd want to
    use for A records. I generally set CNAME for at least a week, and A
    records for 15m to a day.

    Depending on the DNS server, the round-trip for two requests could
    impact things. If you care about the time to render a website, it can
    matter a lot. Don't know if it's changed, but GoDaddy's DNS servers had particularly bad latency for most people, and handled a high portion of
    the internet. Which is a large part of why google created their
    distributed DNS that sometimes exceeds the specified timing in favor of
    cached results. Going under 15m for A record likely will be ignored by Google's DNS cache.

    It's not too hard to do your own caching DNS lookups. I use pihole
    locally and fall back to the Cloudflare DNS servers, I have less trust
    of Google over time even though a lot of my domains have DNS at Google,
    I like their registrar interface, but considering moving them all.
    --
    Michael J. Ryan - tracker1@roughneckbbs.com
    ---
    ï¿­ Synchronet ï¿­ Roughneck BBS - roughneckbbs.com