summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2017-04-29 09:59:01 +0530
committerAmish2017-04-29 09:59:01 +0530
commit7458582e89e10c0cdbb44a92de141cdefee19396 (patch)
treef1e471bf68a8c85a0ee7f69c0f9840e7e8a5e989 /PKGBUILD
parenta14efe90aafedf9f587c984d9068191b106fe692 (diff)
downloadaur-7458582e89e10c0cdbb44a92de141cdefee19396.tar.gz
Firewall should handle which IP can access webmin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index addc67f9e79f..e1eafc29b030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -189,9 +189,6 @@ package() {
sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' "$pkgdir"/etc/webmin/miniserv.conf
find "$pkgdir"/etc/webmin -type f -exec sed -i "s:$pkgdir::g" {} \;
- # make it only accessible by localhost
- echo 'allow=127.0.0.1' >> "$pkgdir"/etc/webmin/miniserv.conf
-
# install pacman menu
cd "$srcdir"/webmin-pacman/config
cp -rfp * "$pkgdir"/etc/webmin/pacman