mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-20 01:59:22 +01:00
Mikaela Suomalainen
fc35481c8d
* .conf was missing from the end * comment access allowing * fix wrong CIDR
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
# Listen on public interfaces
|
|
interface: 0.0.0.0
|
|
# NOTE! `sysctl net.ipv6.bindv6only=1`
|
|
interface: ::
|
|
|
|
# Allow connecting from
|
|
#access-control: 10.0.0.0/8 allow
|
|
#access-control: 172.16.0.0/16 allow
|
|
#access-control: 192.168.0.0/24 allow
|