listenaddr: "localhost:8081" # Use single quotes for regular expressions with special characters in them to # avoid YAML parsing errors! services: - hostregexp: "service1.com" pathregexp: '^/.*$' address: "127.0.0.1:10009" tlscertpath: "path-to-optional-tls-cert/tls.crt" - hostregexp: "service2.com:8083" pathregexp: '^/.*$' address: "123.456.789:8082"