Fixed Broken Shit
This commit is contained in:
@ -22,7 +22,7 @@ define( 'YOURLS_DB_NAME', '' );
|
||||
|
||||
/** MySQL hostname.
|
||||
** If using a non standard port, specify it like 'hostname:port', e.g. 'localhost:9999' or '127.0.0.1:666' */
|
||||
define( 'YOURLS_DB_HOST', 'localhost' );
|
||||
define( 'YOURLS_DB_HOST', '' );
|
||||
|
||||
/** MySQL tables prefix
|
||||
** YOURLS will create tables using this prefix (eg `yourls_url`, `yourls_options`, ...)
|
||||
@ -68,6 +68,7 @@ $yourls_user_passwords = [
|
||||
// You can have one or more 'login'=>'password' lines
|
||||
];
|
||||
|
||||
|
||||
/** URL shortening method: either 36 or 62
|
||||
** 36: generates all lowercase keywords (ie: 13jkm)
|
||||
** 62: generates mixed case keywords (ie: 13jKm or 13JKm)
|
||||
@ -94,11 +95,9 @@ $yourls_reserved_URL = [
|
||||
** Proxy Server
|
||||
!!!!!!!LIST!!!!!!!
|
||||
|
||||
168.8.209.253:8080
|
||||
47.176.153.17:80
|
||||
103.11.106.105:8181
|
||||
157.245.83.157:80
|
||||
54.200.36.47:80
|
||||
20.111.54.16:8123
|
||||
47.51.51.190:8080
|
||||
*/
|
||||
|
||||
define( 'YOURLS_PROXY', '54.200.36.47:80' );
|
||||
define( 'YOURLS_PROXY', '20.111.54.16:8123' );
|
||||
|
Reference in New Issue
Block a user