Example #1
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("BRIDGE-1");
Example #2
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-2");
Example #3
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
fwrite("a", $START, "service IPT.WAN-4 restart\n");
httpsetup("WAN-4");
Example #4
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("BRIDGE-2");
Example #5
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
fwrite("a", $START, "service IPT.WAN-1 restart\n");
fwrite("a", $START, "service STUNNEL restart\n");
httpsetup("WAN-1");
Example #6
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-4");
Example #7
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-1");
Example #8
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
fwrite("a", $START, "service IPT.WAN-3 restart\n");
httpsetup("WAN-3");
Example #9
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-6");
Example #10
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-3");
Example #11
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
fwrite("a", $START, "service IPT.WAN-2 restart\n");
httpsetup("WAN-2");
Example #12
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-5");