mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-28 13:52:31 +01:00
10 lines
233 B
Plaintext
10 lines
233 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/16 allow
|