Skip to content

Commit

Permalink
fix iptables rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Mar 24, 2022
1 parent 198d01f commit 8735887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ for pid in $(ps -ef | grep "fileserver" | awk '{print $2}'); do kill -9 $pid; do

# start the server
/usr/sbin/eips 11 32 "Starting..."
iptables -I INPUT -p tcp --dport 80 -j ACCEPT
sleep 1

chmod a+x /mnt/us/extensions/filebrowser/fileserver
Expand Down

0 comments on commit 8735887

Please sign in to comment.