mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 04:04:45 +08:00
25 lines
289 B
Plaintext
25 lines
289 B
Plaintext
#
|
|
# Access-list for VLC HTTP interface
|
|
# $Id$
|
|
#
|
|
|
|
# localhost
|
|
::1
|
|
127.0.0.1
|
|
|
|
# link-local addresses
|
|
#fe80::/64
|
|
|
|
# private addresses
|
|
#fc00::/7
|
|
#fec0::/10
|
|
#10.0.0.0/8
|
|
#172.16.0.0/12
|
|
#192.168.0.0/16
|
|
#169.254.0.0/16
|
|
|
|
# The world (uncommenting these 2 lines is not quite safe)
|
|
#::/0
|
|
#0.0.0.0/0
|
|
|