Add sezycei to nginx group; block Lobsters and HN
This commit is contained in:
		| @ -40,6 +40,24 @@ | ||||
|       		    } | ||||
|       		  } | ||||
|  | ||||
|             lobste.rs { | ||||
|       		    template IN A  { | ||||
|       		        answer "{{ .Name }} 0 IN A 127.0.0.1" | ||||
|       		    } | ||||
|       		  } | ||||
|  | ||||
|             ycombinator.com { | ||||
|       		    template IN A  { | ||||
|       		        answer "{{ .Name }} 0 IN A 127.0.0.1" | ||||
|       		    } | ||||
|       		  } | ||||
|  | ||||
|             *.ycombinator.com { | ||||
|       		    template IN A  { | ||||
|       		        answer "{{ .Name }} 0 IN A 127.0.0.1" | ||||
|       		    } | ||||
|       		  } | ||||
|  | ||||
|       		  . { | ||||
|       		    forward . 9.9.9.9 149.112.112.112 84.200.69.80 84.200.70.40 | ||||
|       		    cache | ||||
|  | ||||
| @ -6,7 +6,7 @@ | ||||
|     sezycei = { | ||||
|       isNormalUser = true; | ||||
|       passwordFile = config.age.secrets.sezycei.path; | ||||
|       extraGroups = [ "wheel" ]; | ||||
|       extraGroups = [ "wheel" "nginx" ]; | ||||
|       packages = with pkgs; [ byobu tmux stack ]; | ||||
|     }; | ||||
|     torrent = { isNormalUser = true; }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user