Browse Source

add docker gateway ip for lan white ip list

master
filesite 1 month ago
parent
commit
94d27bbd75
  1. 1
      plugins/Common.php

1
plugins/Common.php

@ -703,6 +703,7 @@ Class Common { @@ -703,6 +703,7 @@ Class Common {
$localhostIps = array(
'127.0.0.1',
'172.17.0.1',
'localhost',
);

Loading…
Cancel
Save