diff --git a/ctrl/sockopts.ini b/ctrl/sockopts.ini
index f60fce1f3a6522e2b5aba6f9858fe1efaed363b3..7b217d0afed1d71ad60f0aa6697afc9b3d099832 100644
--- a/ctrl/sockopts.ini
+++ b/ctrl/sockopts.ini
@@ -7,11 +7,11 @@
 
 ; Supported options:
 
-; TYPE		<- Dangerous
+; TYPE		    <- Dangerous
 ; DEBUG
 ; LINGER
-; SNDBUF
-; RCVBUF
+; SNDBUF        <- Not recommended to change this
+; RCVBUF        <- Not recommended to change this
 ; SNDLOWAT
 ; RCVLOWAT
 ; SNDTIMEO
@@ -36,6 +36,9 @@ KEEPALIVE = TRUE
 ; UDP-specific options set here
 [udp]
 
+; Unix-domain socket options set here
+[unix]
+
 ; Server/protocol specific options set here
 [telnet|rlogin]