Template:Link Block/Body: Difference between revisions

Template page
No edit summary
No edit summary
Line 14: Line 14:
  // Location: {{{4}}}
  // Location: {{{4}}}
  // SID: {{{3}}}{{#if:{{{10|}}}||<br/><span style="color: red">// ERROR: This server does not have the <code>spkifp</code> property set!</span>}}
  // SID: {{{3}}}{{#if:{{{10|}}}||<br/><span style="color: red">// ERROR: This server does not have the <code>spkifp</code> property set!</span>}}
  link {{{1}}} {
  {{#if:{{{10|}}}||// }}link {{{1}}} {
    incoming {
{{#if:{{{10|}}}||// }}    incoming {
        mask *;
{{#if:{{{10|}}}||// }}        mask *;
    }
{{#if:{{{10|}}}||// }}    }
    outgoing {
{{#if:{{{10|}}}||// }}    outgoing {
        hostname {{#if:{{{6|}}}|{{{6}}}|{{#if:{{{7}}}|{{{7}}}|{{{1}}}}}}}; {{#if:{{{6|}}}|{{#if:{{{7|}}}|// IPv6: {{{7}}}|}}|}}
{{#if:{{{10|}}}||// }}        hostname {{#if:{{{6|}}}|{{{6}}}|{{#if:{{{7}}}|{{{7}}}|{{{1}}}}}}}; {{#if:{{{6|}}}|{{#if:{{{7|}}}|// IPv6: {{{7}}}|}}|}}
        port {{#if:{{{8|}}}|{{{8}}}|6900}};
{{#if:{{{10|}}}||// }}        port {{#if:{{{8|}}}|{{{8}}}|6900}};
        options { tls; }
{{#if:{{{10|}}}||// }}        options { tls; }
    }
{{#if:{{{10|}}}||// }}    }
    password "{{{10}}}" { spkifp; }
{{#if:{{{10|}}}||// }}    password "{{{10}}}" { spkifp; }
    class {{#ifeq:{{{2|}}}|Hub|hubs|servers}};
{{#if:{{{10|}}}||// }}    class {{#ifeq:{{{2|}}}|Hub|hubs|servers}};
  }
  {{#if:{{{10|}}}||// }}}
  <!-- -->
  <!-- -->

Revision as of 18:05, 16 July 2021

// {{{5}}}
// Location: {{{4}}}
// SID: {{{3}}}
// ERROR: This server does not have the spkifp property set! //link {{{1}}} { // incoming { // mask *; // } // outgoing { // hostname {{{7}}}; // port 6900; // options { tls; } // } // password "{{{10}}}" { spkifp; } // class servers; //}