mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-10 16:40:42 +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
|