docs: suggest modern ipa syntax (#1181)

This commit is contained in:
ed 2026-01-09 20:45:00 +00:00
parent a9ae6d5131
commit 8914f0af70

View file

@ -12,6 +12,8 @@
# p: 3939 # listen on another port # p: 3939 # listen on another port
# ipa: 10.89. # only allow connections from 10.89.* # 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 # df: 16 # stop accepting uploads if less than 16 GB free disk space
# ver # show copyparty version in the controlpanel # ver # show copyparty version in the controlpanel
# grid # show thumbnails/grid-view by default # grid # show thumbnails/grid-view by default