This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
no-route = 0.0.0.0/255.0.0.0 | |
no-route = 1.0.0.0/255.128.0.0 | |
no-route = 1.160.0.0/255.224.0.0 | |
no-route = 1.192.0.0/255.224.0.0 | |
no-route = 10.0.0.0/255.0.0.0 | |
no-route = 14.0.0.0/255.224.0.0 | |
no-route = 14.96.0.0/255.224.0.0 | |
no-route = 14.128.0.0/255.224.0.0 | |
no-route = 14.192.0.0/255.224.0.0 | |
no-route = 27.0.0.0/255.192.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#=============================================================================================== | |
# System Required: Debian 7+ | |
# Description: Install OpenConnect VPN server for Debian | |
# Ocservauto For Debian Copyright (C) liyangyijie released under GNU GPLv2 | |
# Ocservauto For Debian Is Based On SSLVPNauto v0.1-A1 | |
# SSLVPNauto v0.1-A1 For Debian Copyright (C) Alex Fang [email protected] released under GNU GPLv2 | |
# Date: 2015-07-10 | |
# Thanks For |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[General] | |
loglevel = notify | |
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, ::ffff:0:0:0:0/1, ::ffff:128:0:0:0/1 | |
bypass-tun = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12 | |
# dns-server = 119.29.29.29,223.5.5.5,114.114.115.115 | |
# external-controller-access = [email protected]:6155 | |
# ipv6 = true | |
// REMEMBER TO CHANGE THE external-controller-access' PASSWORD |