feat: improved config a tad
This commit is contained in:
parent
8f373ada01
commit
6ef12f03de
2 changed files with 27 additions and 2 deletions
|
@ -12,6 +12,15 @@
|
|||
|
||||
# this server is teh firewall
|
||||
skynet_firewall = {
|
||||
# always good to know oneself
|
||||
own_ip = "192.168.1.157";
|
||||
|
||||
# 443 is an ssh port now (heh)
|
||||
own_ports = [
|
||||
22
|
||||
443
|
||||
];
|
||||
|
||||
enable = true;
|
||||
|
||||
# gonna have to get all the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue