Clarify README SOCKS auth and secret usage
This commit is contained in:
@@ -4,7 +4,7 @@ Welcome to darkproxy...
|
||||
|
||||
The stack now uses safer defaults for production:
|
||||
|
||||
* Sensitive passwords are loaded from Docker secrets instead of inline values.
|
||||
* Service admin/web passwords are loaded from Docker secrets instead of inline values.
|
||||
* Admin/monitoring ports are bound to `127.0.0.1` on the host.
|
||||
* 3proxy SOCKS auth is currently disabled (`auth none`) for trusted/internal use.
|
||||
* Pi-hole ARP cache parsing is disabled in Docker (`FTLCONF_database_network_parseARPcache=false`) to prevent recurring netlink `neigh`/ARP errors.
|
||||
@@ -16,6 +16,12 @@ printf 'YOUR_STRONG_PIHOLE_PASSWORD\n' > secrets/pihole_webpassword.txt
|
||||
printf 'YOUR_STRONG_GRAFANA_PASSWORD\n' > secrets/grafana_admin_password.txt
|
||||
```
|
||||
|
||||
SOCKS auth note:
|
||||
|
||||
* Current default is `auth none` in `3proxy/first-instanse.cfg`.
|
||||
* `secrets/3proxy_users.txt` is not used in this mode.
|
||||
* Only re-add `PROXY_USERS` compose wiring if you intentionally switch back to `auth strong`.
|
||||
|
||||
Pi-hole note: disabling ARP parsing avoids noisy `Failed to read ARP cache`
|
||||
messages in containerized setups where neighbor-table netlink operations are not
|
||||
supported. This only affects Pi-hole's network-table enrichment, not DNS
|
||||
|
||||
Reference in New Issue
Block a user