alpinelinux / docker-alpine

Official Alpine Linux Docker image. Win at minimalism!
MIT License
1.04k stars 261 forks source link

Does Alpine support tcp_wrappers (a.k.a, /etc/hosts.allow|deny) #298

Open alexzhc opened 1 year ago

alexzhc commented 1 year ago

Hi,

I'm trying to configure tcp_wrappers for nfs server in Alpine Linux, and find /etc/hosts.(allow|deny) ineffective. How to install tcp_wrappers in Alpine?

Thanks