; *******************************************************
; It is recommended to enclosed string in quotation marks (").
; To mask quotation marks within a string, you can use the wildcard "QUOTE".
; Here is an example:
; var = "This is the "QUOTE"very"QUOTE" best Bubu!"
; *******************************************************
[general]
host = earth
ipaddr = 127.0.0.1
description = "Hello World"
[services:ssh]
name = ssh
port = 22
[services:http]
name = http
port = 80
[services:https]
name = https
port = 443
; *******************************************************
; EOF
|