mirror of
https://github.com/9001/copyparty.git
synced 2026-01-12 07:44:08 -07:00
docs: suggest modern ipa syntax (#1181)
This commit is contained in:
parent
a9ae6d5131
commit
8914f0af70
|
|
@ -12,6 +12,8 @@
|
|||
|
||||
# p: 3939 # listen on another port
|
||||
# ipa: 10.89. # only allow connections from 10.89.*
|
||||
# ipa: 172.16.4.0/23 # ...or only 172.16.4.* and 172.16.5.*
|
||||
# ipa: lan # ...or allow LAN only; reject internet IPs
|
||||
# df: 16 # stop accepting uploads if less than 16 GB free disk space
|
||||
# ver # show copyparty version in the controlpanel
|
||||
# grid # show thumbnails/grid-view by default
|
||||
|
|
|
|||
Loading…
Reference in a new issue