feat: added better options to teh firewall
This commit is contained in:
parent
7428a53325
commit
c2e4fde98d
2 changed files with 45 additions and 24 deletions
|
@ -16,17 +16,19 @@
|
|||
# this server is teh firewall
|
||||
skynet_firewall = {
|
||||
# always good to know oneself
|
||||
#own_ip = "193.1.99.72";
|
||||
own_ip = "192.168.1.157";
|
||||
|
||||
own_ports = [
|
||||
# ssh
|
||||
22
|
||||
# dns
|
||||
53
|
||||
# wireguard
|
||||
51820
|
||||
];
|
||||
own = {
|
||||
#ip = "193.1.99.72";
|
||||
ip = "192.168.1.157";
|
||||
|
||||
ports = {
|
||||
tcp = [
|
||||
# ssh in
|
||||
22
|
||||
];
|
||||
udp = [];
|
||||
};
|
||||
};
|
||||
|
||||
enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue