restrict domains based on port
This commit is contained in:
@@ -8,3 +8,8 @@ Check vars.yaml to edit your servers.
|
||||
ansible-playbook -i ansible/inventory.yaml nginx/nginx.yaml
|
||||
ansible-playbook -i ansible/inventory.yaml nginx/certbot.yaml
|
||||
```
|
||||
|
||||
## Restricted Addresses
|
||||
|
||||
We can detect whether traffic is originating internally or externally by checking if
|
||||
it came in on port 443 or 444.
|
||||
|
||||
Reference in New Issue
Block a user