oragono/templates/oragono.yaml.j2
changeset 137 645c1e109921
parent 118 56bffa9ef826
child 142 3f0f6964a903
equal deleted inserted replaced
136:1751be33651f 137:645c1e109921
    56         #         # balancing that does not terminate TLS, but sends an initial PROXY line
    56         #         # balancing that does not terminate TLS, but sends an initial PROXY line
    57         #         # in plaintext.
    57         #         # in plaintext.
    58         #         proxy: false
    58         #         proxy: false
    59 
    59 
    60         # Example of a Unix domain socket for proxying:
    60         # Example of a Unix domain socket for proxying:
    61         "/run/oragono/socket":
    61         "/var/oragono/oragono.socket":
    62 
    62 
    63         # Example of a Tor listener: any connection that comes in on this listener will
    63         # Example of a Tor listener: any connection that comes in on this listener will
    64         # be considered a Tor connection. It is strongly recommended that this listener
    64         # be considered a Tor connection. It is strongly recommended that this listener
    65         # *not* be on a public interface --- it should be on 127.0.0.0/8 or unix domain:
    65         # *not* be on a public interface --- it should be on 127.0.0.0/8 or unix domain:
    66         # "/hidden_service_sockets/oragono_tor_sock":
    66         # "/hidden_service_sockets/oragono_tor_sock":