mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
black
This commit is contained in:
parent
0c43b592dc
commit
fae40c7e2f
|
@ -2716,9 +2716,17 @@ def build_netmap(csv: str, defer_mutex: bool = False):
|
||||||
if shorthand in srcs:
|
if shorthand in srcs:
|
||||||
if not expanded_shorthands:
|
if not expanded_shorthands:
|
||||||
srcs += [
|
srcs += [
|
||||||
"10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "fd00::/8", # lan
|
# lan:
|
||||||
"169.254.0.0/16", "fe80::/10", # link-local
|
"10.0.0.0/8",
|
||||||
"127.0.0.0/8, ::1/128", # loopback
|
"172.16.0.0/12",
|
||||||
|
"192.168.0.0/16",
|
||||||
|
"fd00::/8",
|
||||||
|
# link-local:
|
||||||
|
"169.254.0.0/16",
|
||||||
|
"fe80::/10",
|
||||||
|
# loopback:
|
||||||
|
"127.0.0.0/8",
|
||||||
|
"::1/128",
|
||||||
]
|
]
|
||||||
expanded_shorthands = True
|
expanded_shorthands = True
|
||||||
|
|
||||||
|
|
|
@ -442,7 +442,7 @@ html.dz {
|
||||||
--g-sel-b1: #c37;
|
--g-sel-b1: #c37;
|
||||||
--g-sel-sh: #b36;
|
--g-sel-sh: #b36;
|
||||||
--g-fsel-b1: #d48;
|
--g-fsel-b1: #d48;
|
||||||
|
|
||||||
--f-h-b1: #3b3;
|
--f-h-b1: #3b3;
|
||||||
|
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
Loading…
Reference in a new issue