python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Windows firewall configuration for Weblogic server
I've got a Weblogic server environment setup that all works fine on my server - I've set up a Windows firewall inbound rule to expose ports 7001 & 7002, but all attempts to access the server (e.g....
Mark P.
Votes: 0
Answers: 1
Can ssh to GCP Private instance but cant access application interface through cloud shell
Here is what i have:
GCP instance without external IP (on VPC, and NAT), and it accepts HTTP HTTPS requests
firewall allows ingress TCP for 0.0.0.0 and also for IAP's IP 35.235.240.0/20 on all ports ...
Arrajj
Votes: 0
Answers: 1
Access dockerized Nginx
I have a react app dockerized along with Nginx
### First Stage ###
FROM node:alpine AS builder
WORKDIR /usr/src/app
COPY ./package.json ./
COPY ./yarn.lock ./
RUN yarn install
COPY . .
RUN yarn b...

Saeid
Votes: 0
Answers: 1
What does wg-quick nftables rules do?
When I add a wireguard interface via wg-quick up wg0, wg-quick sets up the following nftable rules. What are these doing and why are they needed?
Here are some example rules for ipv4:
table ip wg-quic...
Alai
Votes: 0
Answers: 1