http://csxmritzk2qdgqmou2vwyrwu65xabimvmeniestaartks4fhlocfoeyd.onion/monero_configs
bind 190.211.255.227:18081 ssl crt /etc/haproxy/monero.crt
# Add CORS to RPC requests
http-response add-header Access-Control-Allow-Origin "*"
# Separate web requests from Monero RPC requests
acl is_deepdns_request ssl_fc_sni -m reg -i ^public.deepdns.net$
acl is_browser_request ssl_fc_sni -m reg -i ^xmr.cryptostorm.is$
# Paths for the image/css/etc. files loaded by this page, none of which are used in
# the Monero RPC, so it shouldn't...