Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

dvl@bsd.networkD

dvl@bsd.network

@dvl@bsd.network
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

View Original

Posts

Recent Best Controversial

  • net/sslh just came to my attention:
    dvl@bsd.networkD dvl@bsd.network

    net/sslh just came to my attention:

    "sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client."

    That sounds useful.

    Link Preview Image
    FreshPorts -- net/sslh: SSL/SSH multiplexer

    sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client. Probes for HTTP, TLS/SSL (including SNI and ALPN), SSH, OpenVPN, tinc, XMPP, SOCKS5, are implemented, and any other protocol that can be tested using a regular expression, can be recognised. A typical use case is to allow serving several services on port 443 (e.g. to connect to SSH from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port. Hence sslh acts as a protocol demultiplexer, or a switchboard. With the SNI and ALPN probe, it makes a good front-end to a virtual host farm hosted behind a single IP address. sslh has the bells and whistles expected from a mature daemon: privilege and capabilities dropping, inetd support, systemd support, transparent proxying, chroot, logging, IPv4 and IPv6, TCP and UDP, a fork-based and a select-based model, and more.

    favicon

    (www.freshports.org)

    #FreeBSD

    Uncategorized freebsd

  • @dvl find myself wondering if you could do similar with `try_files` since you're serving the content of the "marker" file.
    dvl@bsd.networkD dvl@bsd.network

    @jamesoff

    Reading that, and combining with my two-stage approach:

    location / {
    try_files /system/maintenance.html
    /system/site-wide-maintenance.html
    $uri $uri/index.html $uri.html
    @mongrel;
    }

    Uncategorized
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups