Skip to content

Commit

Permalink
Added Samsung SmartPhone to the default enabled devices
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Feb 5, 2016
1 parent 05c5d34 commit 026807a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raspberrypi/home/pi/bin/enable_us.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ iptables -I internet 1 -t mangle -m mac --mac-source 00:e0:4c:53:44:58 -j RETURN
iptables -I internet 1 -t mangle -m mac --mac-source c4:85:08:b5:a1:62 -j RETURN
# Samsung wireless card
iptables -I internet 1 -t mangle -m mac --mac-source 50:b7:c3:51:11:c7 -j RETURN
# Samsung Mobile Phone
iptables -I internet 1 -t mangle -m mac --mac-source 60:8f:5c:13:7b:f3 -j RETURN

0 comments on commit 026807a

Please sign in to comment.