You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-15Lines changed: 42 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,15 +120,17 @@ Replit is no longer free and Heroku has a set policy against web proxies. Try Gi
120
120
121
121
## How to Setup
122
122
123
-
#### It is highly recommended you switch branches via your IDE to a production released branch. Often the master branch contains unstable or WIP changes.
123
+
#### It is highly recommended you switch branches via your IDE to a production released branch. Often the master branch contains unstable or WIP changes.|
124
124
125
125
#### Example: v6.x_production instead of master
126
126
127
127
### Terminal
128
128
129
129
Either use the button above to deploy to the deployment options above or type the commands below on a dedicated server
Most important options are production along with the obfuscation and DOM masquerading techniques.
181
201
182
-
# Then edit config.json to change production to true to automatically use pm2
202
+
From there just configure as needed: https://github.com/QuiteAFancyEmerald/Holy-Unblocker#configuration
183
203
184
-
npm start
204
+
### Cloning and Running Holy Unblocker
185
205
186
-
# Then setup a reverse proxy using NGINX; use the link below for the NGINX guide. You can edit the file in /etc/nginx
206
+
Then run the respective process; if you have production set to true in the configuration pm2 will be automatically enabled with our own workers/cache system.
0 commit comments