Ajout de portail captif
This commit is contained in:
parent
1a11a23795
commit
480f074966
6 changed files with 26 additions and 12 deletions
|
|
@ -30,6 +30,12 @@
|
|||
'';
|
||||
};
|
||||
|
||||
# Captive portals
|
||||
programs.captive-browser = {
|
||||
enable = true;
|
||||
interface = "wlp9s0";
|
||||
};
|
||||
|
||||
# Firewall
|
||||
networking.firewall.allowedTCPPorts = [ 24872 8998 ];
|
||||
networking.firewall.allowedUDPPorts = [ 24872 8998 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue