Beispiel #1
0
<?php

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

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

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("BRIDGE-2");
Beispiel #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");
Beispiel #6
0
<?php

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

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-1");
Beispiel #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");
Beispiel #9
0
<?php

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

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
httpsetup("LAN-3");
Beispiel #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");
Beispiel #12
0
<?php

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