#!/bin/sh /etc/rc.common
# Copyright (C) 2011 Draytek.com

START=52

start() {      
        /usr/sbin/httpsfilter &
}

restart() { 
        touch /var/state/httpsfilter_restart
}

stop() {       
        touch /var/state/httpsfilter_stop
}
