David @mleku - 14h
not sure if anyone knew of this but i modded a #golang reverse proxy server to include nip-05 hosting (you just give it the path of the nostr.json file) it can host your own paid for TLS certs, it does golang vanity import redirections, static file hosting and of course arbitrary redirects (to your own web services) #devstr #nip05 nostr:nevent1qvzqqqqqqypzqnyqqft6tz9g9pyaqjvp0s4a4tvcfvj6gkke7mddvmj86w68uwe0qyghwumn8ghj7mn0wd68ytnvv9hxgtcpz9mhxue69uhkummnw3ezuamfdejj7qpqagm6sk3ccshyye7xeheapw02q4tgng40elntwg32wpvql8uvqzsq9mwk4e
David @mleku - 9h
it's actually no more complex to configure nginx than it is to write a reverse proxy from scratch in #golang a simple one purpose proxy that has a stored TLS certificate is under 10 lines of code. pretty sure nginx config will be over 30 lines for the same functionality.