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
when I install npm and make a new proxy host I allays get the Error 403 Forbidden or my browser doesn't find anything.
the service (Pihole) I like to access is running because I can access it via IP address the config is:
{
"domain_names": [
"http://XXXXXXXXXXX.XXX"
],
"forward_scheme": "http",
"forward_host": "192.168.178.75",
"forward_port": 85,
"access_list_id": 0,
"certificate_id": 0,
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false
},
"advanced_config": "",
"locations": [],
"block_exploits": false,
"caching_enabled": false,
"allow_websocket_upgrade": false,
"http2_support": false,
"hsts_enabled": false,
"hsts_subdomains": false,
"ssl_forced": false,
"owner_user_id": 1
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
when I install npm and make a new proxy host I allays get the Error 403 Forbidden or my browser doesn't find anything.
the service (Pihole) I like to access is running because I can access it via IP address the config is:
{
"domain_names": [
"http://XXXXXXXXXXX.XXX"
],
"forward_scheme": "http",
"forward_host": "192.168.178.75",
"forward_port": 85,
"access_list_id": 0,
"certificate_id": 0,
"meta": {
"letsencrypt_agree": false,
"dns_challenge": false
},
"advanced_config": "",
"locations": [],
"block_exploits": false,
"caching_enabled": false,
"allow_websocket_upgrade": false,
"http2_support": false,
"hsts_enabled": false,
"hsts_subdomains": false,
"ssl_forced": false,
"owner_user_id": 1
}
can anyone help me please ?
Beta Was this translation helpful? Give feedback.
All reactions