Skip to content

Commit b6115ac

Browse files
authored
indent code block
1 parent c7f9dce commit b6115ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ There is no native TLS/SSL support. Instead, users can achieve this functionalit
9292

9393
* [socat](https://linux.die.net/man/1/socat) example (remember to replace items enclosed with `<>`):
9494

95-
```shell
96-
socat tcp-listen:6667,reuseaddr,fork,bind=127.0.0.1 ssl:<irc-server>:6697
97-
kirc -s 127.0.0.1 -c 'channel' -n 'name' -r 'realname'
98-
```
95+
```shell
96+
socat tcp-listen:6667,reuseaddr,fork,bind=127.0.0.1 ssl:<irc-server>:6697
97+
kirc -s 127.0.0.1 -c 'channel' -n 'name' -r 'realname'
98+
```
9999

100100
## SASL PLAIN Authentication
101101

@@ -119,11 +119,11 @@ Similar to `SASL PLAIN`, the `SASL EXTERNAL` mechanism allows us to authenticate
119119

120120
* [socat](https://linux.die.net/man/1/socat) example (remember to replace items enclosed with `<>`):
121121

122-
```shell
123-
socat TCP4-LISTEN:1110,fork,bind=0,reuseaddr SOCKS4A:127.0.0.1:<onion_address.onion>:<onion_port>,socksport=9050
124-
socat TCP4-LISTEN:1111,fork,bind=0,reuseaddr 'OPENSSL:127.0.0.1:1110,verify=0,cert=<path_to_pem>'
125-
kirc -e -s 127.0.0.1 -p 1111 -n <nick> -x 'wait 5000'
126-
```
122+
```shell
123+
socat TCP4-LISTEN:1110,fork,bind=0,reuseaddr SOCKS4A:127.0.0.1:<onion_address.onion>:<onion_port>,socksport=9050
124+
socat TCP4-LISTEN:1111,fork,bind=0,reuseaddr 'OPENSSL:127.0.0.1:1110,verify=0,cert=<path_to_pem>'
125+
kirc -e -s 127.0.0.1 -p 1111 -n <nick> -x 'wait 5000'
126+
```
127127

128128
## Contact
129129

0 commit comments

Comments
 (0)