19 lines
730 B
Plaintext
19 lines
730 B
Plaintext
# Allowed Service Rules
|
|
# Use this file to set up which services you wish for the world to have
|
|
# access to on your machine.
|
|
# Use tabs or single space to separate
|
|
#
|
|
# <service> <protocol> <interface> <address> <srcaddress>
|
|
#
|
|
# Service: Required ( single or list of comma separated ports/services )
|
|
# Protocol: Required ( tcp or udp )
|
|
# Interface: Optional ( interface of incoming connection )
|
|
# Address: Optional ( address of incoming connection )
|
|
# Source Address: Optional ( address to allow connections from )
|
|
# You can use '-' for optional fields
|
|
#============================================================
|
|
#<service> <protocol> <interface> <address> <srcaddress>
|
|
#http tcp eth0 fc00::1 fc00::/64
|
|
ssh,http,https tcp - - -
|
|
|