Template:Link Block/Body: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<pre<includeonly></includeonly> style="white-space: {{{space|pre-wrap}}}; {{#if:{{{width|}}}|width: {{{width}}};}}">
<pre<includeonly></includeonly> style="white-space: {{{space|pre-wrap}}}; {{#if:{{{width|}}}|width: {{{width}}};}}">
link {{{1}}} {
link {{{name}}} {
    incoming {
        mask *;
    }
    outgoing {
        hostname {{{1}}};
        port 6900;
        options { tls; }
    }
    password "" { spkifp; }
    class hubs;


}
}</pre>
</pre>

Revision as of 15:26, 16 July 2021

link {{{name}}} {
    incoming {
        mask *;
    }
    outgoing {
        hostname {{{1}}};
        port 6900;
        options { tls; }
    }
    password "" { spkifp; }
    class hubs;

}