Project

General

Profile

Download (220 Bytes) Statistics
| Branch: | Tag: | Revision:
1
#!/bin/sh
2

    
3
# record logout
4
/usr/bin/logger -p local3.info "logout,$1,$4,$5"
5
/sbin/pfctl -b 0.0.0.0/32 -b $4/32
6
/sbin/pfctl -k $4/32
7
/sbin/pfctl -k 0.0.0.0/32 $4/32
8
/sbin/pfctl -K $4/32
9
/sbin/pfctl -K 0.0.0.0/32 -K $4/32
(12-12/13)