mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Working intercepted Apache
This commit is contained in:
parent
77b385fb12
commit
8e3e830e89
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf /run/httpd/* /tmp/httpd*
|
||||
./zerotier-one -d -U -p9993
|
||||
|
||||
exec /usr/sbin/httpd -D FOREGROUND
|
||||
rm -rf /run/httpd/* /tmp/httpd*
|
||||
exec intercept /usr/sbin/httpd -D FOREGROUND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue