Port forwarding
Open ports (udp)
2456 2457 2458 27060Uncomplicated Firewall
sudo ufw allow 2456/udp| import 'package:flutter/material.dart'; | |
| import 'package:go_router/go_router.dart'; | |
| main() { | |
| CustomNavigationHelper.instance; | |
| runApp(const App()); | |
| } | |
| class App extends StatelessWidget { | |
| const App({Key? key}) : super(key: key); |
Port forwarding
Open ports (udp)
2456 2457 2458 27060Uncomplicated Firewall
sudo ufw allow 2456/udp| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <time.h> | |
| #include <string.h> | |
| #define N 110000000 | |
| #define true 1 | |
| #define false 0 | |
| #define incomplete_arguments 1 | |
| #define unknown_argument 2 |
| <!DOCTYPE html> | |
| <html lang="pt-br"> | |
| <head> | |
| <title>Sistema de Login :: Toolmmer</title> | |
| <meta charset="UTF-8" /> | |
| <!-- Estilos da Index.php --> | |
| <style type="text/css"> | |
| body{ | |
| background: linear-gradient(45deg, #f0f9ff 10%, #cbebff 47%, #a1dbff 100%); | |
| } |